How would you recommend going about creating a pricing tier where 10 tickets are available at $100, the next 10 are $150, the last 10 are $200?
I’d like only the available price to be visible in the ticket selector, and for it to automagically tick over to the second tier when the first 10 are sold.
Whilst tiered pricing can be done with 3 different tickets assigned to the same datetime, we don’t have anything in core that will only show the ‘first’ ticket until its sold out and then show the next and so on so you’ll need custom development for that.
What you can do, without custom development, is use the sell from/until dates on the tickets so that only a single tier is available, then manually adjust the dates when you want the next to become available (you then hide the ‘upcoming’ tickets from the ticket selector with some CSS).
It’s not exactly what you are requesting, but doesn’t require any custom development.
If you are comfortable with PHP it’s possible to use a hook within EE to filter the ticket selector rows and hide tickets based on whatever you want to do, the hook you could use is:
The support post ‘Tiered Pricing based on number of tickets sold.’ 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.