Hi all,
we want to offer a cashback of 5% with a certain payment method. To do so we have created a cart price rule: if payment method is selected then apply 5% discount on everything.
We also have free shipping configured (Configuration > Sales > Delivery Methods) with a minimum value of 1000 Euros.
Now we have the following problem: If you have a cart with a value of 1040 Euros and you go to the checkout and select said payment method, 5% is deducted and shipping is free. But leaving the checkout and later coming back leads to 5% being deducted and thus we have a cart value of below 1000 Euros and the free shipping cannot be applied.
We would like to check the free shipping minimum amount before discounts are applied. Is that possible?
Interesting question. Not out of the box, you will have to do some minor code change.
Coding is no problem! Do you have an idea where I have to start to make changes?