Can somebody tell me how to arrange Free shipping for an order with order amount > 'minimum order amount' where the order amount INCLUDES discounts applied via a(nother) Cart rule ?
Example:
I have one cart rule that gives free shipping if the subtotal is equal to or greater then $50.
It is working well, but if the user gets any discount from a coupon or any other discount then it is not working properly as subtotal is not considering discount amount.
If user purchases $55 products then he/she will get the free shipping in the checkout page. But when he uses the coupon that gives 10%($5.5) discount then the amount will be $49.5 then also the free shipping is applying.
Solved! Go to Solution.
It's a bug. I registered it at GitHub: https://github.com/magento/magento2/issues/35168
Hello @rickert ,
I think this would be helpful for you : https://magento.stackexchange.com/a/340879
Let me know if still having issues.
Hello Gaurav @gaurav_harsh1, thx. I tried this (a 100 times in all kind of variations) but it does not seem to work (anymore). I'm on 2.3.7p2. Will you do me a favour and try to make it work? Let me know your setup please.
It's a bug. I registered it at GitHub: https://github.com/magento/magento2/issues/35168