Not calculating if qty over amount
-
Hi,
I’m pretty sure this won’t work but here’s my situation:
I have 2 widgets in my store. Widget A has multiple variations. Each variation costs 4.50/ea. I want a discount on Widget A like so:Buy 5 for $20
Buy 10 for $40
Buy 20 for $60 (and so on)If I make a rule for Widget A only and a fixed discount of $2.50 for QTY equal to 5, it works.
However, if I add Qty of 6, it totally disregards the calculation (understandable because I said = 5).So how do I still make the calculation work if they add 6 of Widget A and maybe even 2 of Widget B (which gets no discount ever)?
My 2nd calculation of:
$5 off 10 items of Widget A works but again, disregards 11 Widgets.The other options don’t seem to make sense in this situation. I can’t do a cart percentage discount because it will not take into consideration the rule of 5 multiples per product only. It’s like I need an IF statement involved here.
Thank you.
- The topic ‘Not calculating if qty over amount’ is closed to new replies.