|
I create a promotion rule with condition i.e x quantity of product IS 3 and action is Order Percent Discount is 5% it work for the product if having same quantity in cart now the problem is it also work for if quantity is 4,5 does not satisfy my condition and also if my cart item product quantity is double than the conditional quantity the Order percent discount is also double
My condition is
X = 3 give 5% Order percent discount. (works fine)
issue is
X = 4 also give 5% Order percent discount. (not satisfy promo condition)
X = 6 also give 10% Order percent discount. (if cart item quantity is double then conditional quantity. the promo discount is also double)
Because of this issue my another promo is not working for same product in which my condition is if item quantity is 6 give 7.5 percent order promo discount.
|