Magento 2: How to disable cart price rule for free shipping after coupon code is used

Viewed 17

I am struggling on a case where I have set a cart price rule that applies free shipping to all carts where the amount is higher than 140 USD - works with no problem at all.

The problem is when a customer applies discount code and here is an example:

  • Total cart value 148 USD, customer now have a free shipping
  • Customer applies 10% discount coupon and the total price goes down to 133.20 USD

Current behaviour: Even after the discount the customer still gets free shipping.

Expected behaviour: Add shipping costs if the price goes under 140 USD to carts where a coupon code has been applied.

0 Answers
Related