Hi,
I have one mathematical problem with discounts...
I have an product with a value (Value1) I will give a discount 20% of, than we have a new value (Value2) the product need to be replaced with this new value (Value2).
If the person will choose a specific payment method they will earn 5% of (Value2 minus 5%).
Today DW are doing this (Value1 minus (20% + 5%)) like are applying cumulative discount 25%.
How can I Apply this second discount After the first?
(is not better to have in discounts an option to choose if this payment/shipping can be applied after?)
Like
Value2 = Value1 - 20%
EndValue = Value2 - 5%