Magento Free Shipping and Discount Coupon

I use the basket price rule to set free shipping for orders over $ 700.

However, when the Discount Coupon is applied and the subtotal drops below $ 700, free shipping is included. How can I do a free delivery check to calculate the price using the price after applying the discount, and not with a subtotal?

In the Magento basket rule, how can we create a rule based on the total amount (including the discount) instead of the subtotal?

Magento Version: 1.7.0.2 CE

+3
source share
1 answer

, . . Mage_SalesRule_Model_Rule_Condition_Address loadAttributeOptions validate.

+1

All Articles