I am currently using Magento 1.7,
I want to create a rule for 20% off when purchase 2 items, 30% off when purchase 3 or more items.
I tried to Edit Shopping Cart Rule" Summer20off" Priority 2
Condition: If total quantity is 2 for a subselection of items in cart matching ALL of these conditions: Category is 206
Action: Apply Percent of product price discount=20 Stop Further Rules Processing Yes
Apply the rule only to cart items matching the following conditions If All of these conditions are TRUE : Category is 206
I tried to Edit Shopping Cart Rule" Summer30off" Priority 1
Condition: If total quantity equals or greater than 3 for a subselection of items in cart matching ALL of these conditions: Category is 206
Action: Apply Percent of product price discount=30 Stop Further Rules Processing Yes
Apply the rule only to cart items matching the following conditions If All of these conditions are TRUE : Category is 206
As a result, when I put 1 product from Category 206 into shopping cart, it shows 20% off, if I put 2 or more product from category 206 into shopping cart, it shows 30% off.
Please help me correct my errors.
Thank you.