Hi
I need to set up the following promotion
Buy any 2 or more items from category A and get $10 off
I am using the following conditions:
Products in category A AND
total products in cart=>2
However, the bonus gets applied to any 2 or more products whether these 2 belong to category A or not. My issue is both must belong to category A. How do I get this working
Please help
Sap
Running 2.X
also tried the following conditions:
[color=#282828][font=arial, verdana, tahoma, sans-serif]Products in category A AND[/font][/color]
[color=#282828][font=arial, verdana, tahoma, sans-serif]total products in cart=>2 AND[/font][/color]
[color=#282828][font=arial, verdana, tahoma, sans-serif]products not in category B to Z[/font][/color]
[color=#282828][font=arial, verdana, tahoma, sans-serif]but in this case it will not apply the discount at all whatever the cart carries[/font][/color]