We have a new promotion where if a customer purchases a specified product and reaches a certain order amount, they will receive a discount.
However, the result is that a customer can also get the discount by buying one specified product and adding other products to reach the specified order amount.
How can this be resolved?
Setup a Promotions
Conditional rules:
Minimum Purchase $1,000
Products is A and B
Reword:
Discount $100 By Order
Result is I purchase A and C and total amount over $1,000, I can get the discount $100.
Of course, purchase A and B is also works.