We are a local TedX event, and need to create ticket packages for sponsorship. I figured out how to list the packages with tickets included in package, but I didn’t want to show the prices of the “individual” ticket prices, just the total amount of the package. Also, I couldn’t get the 6 ticket package to equal $20,000 even. The Expresso Event page link for our event is http://tedxpasadena.org/tedxevents/tedxpasadenawomen-rise-ideas-elevate-2/
To turn off the ticket prices, you can try adding some custom CSS via theme customizer. This CSS should hide the prices table when viewing the ticket details:
.tckt-slctr-tkt-price-sctn {
display: none;
}
I’ll ask the team if they have any suggestions for rounding the pricing.
Viewing 1 reply thread
The support post ‘Package Ticket Options’ 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.