Reputation: 69
basically I have got 2 shopping cart rules, one is for 2 quantities of an item give it 10% discount, and the other one is for 10 quantities of this same item give it 20% discount. I have playing around with Priority and Stop further processing on both rules but I don’t seem to get it to give me the right results.
I am guessing the right way of doing it is to set the bigger quantity rule, 10 in this case, to priority 1 and the other to 2 with Stop further processing.
Any ideas?
Cheers
Upvotes: 0
Views: 631
Reputation: 523
Set up the 20% rule with stop processing and priority 1 (first to evaluate). You always want to give the best qualified discount possible.
Set up the 10% rule such that the quantity must equal 2 or more AND be less than 10. Otherwise it would not make sense for the customer.
Upvotes: 2