Support

Home Forums Event Espresso Premium Discount based on ticket quantity

Discount based on ticket quantity

Posted: September 14, 2017 at 4:49 pm

Viewing 2 reply threads


Mike Doughty

September 14, 2017 at 4:49 pm

Hi,

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:

https://www.screencast.com/t/ZNaTxYUlEbw

Image of desired set up:

https://www.screencast.com/t/wWMbrpmT

Let me know if this is possible

Thanks


Josh

  • Support Staff

September 14, 2017 at 6:03 pm

Hi Mike,

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.


Josh

  • Support Staff

September 14, 2017 at 8:55 pm

Here’s a rough example of the above idea in a codepen:

https://codepen.io/joshfeck/full/PJqGPE/

Viewing 2 reply threads

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.

Event Espresso