Discount applying to all products outside range
-
Discount rules are applying to all products in the cart, even to those outside of a set range.
Desired functionality (example $500 product):
- Quantity 1: $500
- Quantity 2: $50 discount (cart total 950)
- Quantity 3+: $100 per product
So a cart with 4 products should be discounted as follows:
- 1st product: $500 (no discount)
- 2nd product: $450 ($50 discount for 2nd product)
- 3rd product: $400 ($100 discount for 3+ products)
- 4th product: $400 ($100 discount for 3+ products)
But what’s happening is:
- All products discounted $100 (because the quantity rule is 3+, but it’s applying to ALL products in the cart, not just the ones that match the quantity rule)
Please help!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.