Is there a method to use or a plugin available that can give discount depending on the quantity of tickets purchased and calculate the total. Example
1 ticket = $10 each
2 ticket = $9 each
3 ticket = $8 each
If a user selects 3 tickets, the price would be calculated and the total would be $24. Or if they selected 2 tickets the price would calculate to $18
I tried using the bundle but to get what I require I have to use a lot of different drop downs which is confusing. I want it just to be a single dropdown that when number of tickets is selected from the dropdown it will calculate the correct price. Image below of current set up:
What you have set up now is the only built-in way to offer discounts based on ticket quantity. It may be possible with some custom jQuery to:
hide the actual ticket selector table rows
add one extra quantity selector to the page in their place (custom html)
then set an event listener so whenever the visible selector’s value changes, then the corresponding value for the real ticket selector will get updated.
The support post ‘Discount based on ticket quantity’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.
Support forum for Event Espresso 3 and Event Espresso 4.