I want to update tickets so that only active/currently available ticket options show on the site.
I have tickets that are showing with, “Goes on Sale August 31”
We do not want the tickets that go on sale August 31st to show until August 31st, then ticket prices that expire August 30th would no longer show after that date.
We have an option to remove expired tickets from the ticket selector.
Go to Event Espresso -> Events -> Templates -> Ticket Selector Template Settings (bottom of the page).
Set ‘Show Expired Tickets?’ to No and save.
For ‘pending’ ticket syou can add some CSS to your site, add this:
.tkt-slctr-tbl .ticket-pending {
display: none;
}
You can add that in Appearance -> Customize -> Additional CSS.
Viewing 1 reply thread
The support post ‘only show current active events’ 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.