• Resolved WorkinWP

    (@iguanamom)


    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.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter WorkinWP

    (@iguanamom)

    To clarify, I want the discount for multiples of 5 but if they buy 2 more of Widget A, those are charged at full price. So the discount only applies to the multiples of 5 and anything else is charged at full price.

    Plugin Support Hitendra Chopda

    (@hitendra-chopda)

    Hello iguanamom,

    Thanks for contacting us.

    In our current plugin version, you unable to add the product-specific quantity discount.

    It will always apply to cart quantity.

    For eg: If select two rules like

    1. Product = Widget A
    2. Quantity = 5

    Then from the above rules first it will check product Widget A exists or not in the cart.

    The second rule will check if the quantity of the cart = 5 or not, please note here that it will never check the quantity of only product Widget A.

    Based on the conditions, it will add the discount. So, please make sure and add the rules as per your business need.

    In rule 2, if cart quantity only and exact 5 then it will add the discount and if quantity is 4 or 6 then it will not work.

    If you want to add range then you need to add rules like quantity >= 5 && <=10 to show the discount for quantity range 5 to 10.

    Hope you understand now. Please apply the same settings and let me know still if any.

    Best Regards,
    Hitendra & Dotstore Team

    Thread Starter WorkinWP

    (@iguanamom)

    Thanks for the fast reply here. I guess this won’t do what I need it to, thank you for your time.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Not calculating if qty over amount’ is closed to new replies.