Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have a free shipping price rule which is configured like this:

  • All customer groups
  • No coupon
  • uses per customer: 0
  • Conditions: Cart total >= 100, Shipping country == NL or BE or DE
  • Free shipment: for shipment with matching items.

When I enter a coupon with a fixed discount amount however, the free shipment disappears.

Both price rules have Stop Further Rule Processing set to NO

This behaviour of Magento is driving me insane

share|improve this question
I didn't understand. You were set No Coupon in rules but you are trying to enter a coupon code. How is it possible? – Oğuz Çelikdemir Mar 13 '12 at 9:16
There is a second price rule with a coupon which gives a 15 euro discount, but when I enter this one the free shipping disappears, even though the total order value is still over 100 – Bas Tuijnman Mar 13 '12 at 9:31
is subtotal over 100 ? – Anton S Mar 13 '12 at 13:15
Yes, the subtotal is over 100 – Bas Tuijnman Mar 13 '12 at 13:35
If your coupon code rule has "Free shipping: No" then its behaving the way that it's supposed to. Why not combine the conditions in the Shopping Cart Price Rules? Set up both conditions and use "ANY" instead of "ALL" and group your rules together. – seanbreeden Mar 14 '12 at 20:37

3 Answers

up vote 2 down vote accepted
+50

Apparently Magento does not care about other shopping cart price rules if there is a valid coupon code entered in the Front-end.

Fix for this issue is in the comments of the following website: http://magentoexpert.com/issue-with-cart-price-rules-coupon-code-discard-promotion-without-coupon-code/

share|improve this answer
Thanks for the link, problem solved :D – Bas Tuijnman Mar 19 '12 at 10:34

As suggested in one of the comments it's best that you try and convert the current rule into a "Shopping Cart Price Rule".

In a Shopping Cart Price rule you can also set conditions that depend on the subtotal of the cart, the shipping region, shipping country, ...

In the action tab you can easily Free shipping option to "For shipment with matching items"

This should solve it ;)

share|improve this answer
This would mean I would have to set the Free Shipping option for every coupon code (which will be a lot), that's just not viable for my client – Bas Tuijnman Mar 19 '12 at 10:26
  • Go through all your other rules which might be triggered as well (make sure they have "further rule processing" on "no").
  • Set the priority to "1"

Try again if the rule is applied and let us know.

share|improve this answer
There are no more rules which can be applied, setting the priority had no effect. – Bas Tuijnman Mar 15 '12 at 9:38

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.