I have created the cart rule with a fixed amount discount of $30 from the whole cart, But when I it's applying other rules like the (cheapest buy 1 get 1 free) it's deducting only $15 instead of $30. I can understand it's deducting $15 from each quantity and applying $15 only. But I want to apply $30 after all discounts. How can I achieve this?
To apply a full fixed amount discount for the whole cart after applying all other discounts, you can follow these steps:
For example, let's say the total value of the cart is $100, and the applied discounts amount to $20. If you want to apply a full fixed amount discount of $10, you would follow these steps:
Note: It's important to make sure that the fixed amount discount is applied after all other discounts have been applied to the cart, to avoid any complications or errors in the discount calculation.