Multiple time discount

Hello sir,

I need to integrate button to apply discount according to product selection
For Example

When I add “Product A” price is 5 per each 5 times then total cost is 25 click button so it deduct 3 discount price is 22

And one more condition is we add this type of multiple item and click according 5 product

Please help me to solve this problem

Regards,
Gokul Hirani

I don’t know exactly what your question is.
Is it something like this?

Post your screen step by step so, people can understand.

Bottle category has multiple product I have able provide discount “10 $” if
order of Tiger * 5
or any five product from Bottle category

I set one button say bucket A SO when I click that button Total price will by 10$
I happen with my integrated button

But Problem is

I required multiple time discount if customer choose another five item from bottle category then second time able deduct from 10 $ from total

Your screenshot is not telling us anything useful.

How do you apply the Discount? Ticket Calculation? Do you prefer a different method?

Show the Calculations, Rules and Actions you are using.

Do a mockup of what you would like to see happen.

The Topic referred to earlier indicates 1 way this can be done. I would use Order-line discounts,.using Order Tags with negative values… but that is just my preference - it would save on Sales Tax.

Now did you get problem @QMcKay

when I press second time discount will be 20$

but I only deduct 10$

Ok, so you are using a Ticket Calculation.

Create the following Action, but change the Calculation Type to the name of your Calculation:

Change the Rule for your Automation Command to include the above action:

This syntax will prompt for a value, and give you a numeric keyboard:

[?Enter Discount Amount;;;ONC]


If you want to remove the discount, click your button and enter zero ( 0 ).