Is it possible to hide a ticket type in the frontend of the site in Event Espresso 4? We have comp and sponsor tickets for many of our attendees of our events that we handle manually in the backend. We don’t want this ticket type to be visible to people in the frontend but still want to be able to do this in the backend. We could use discount codes, but from what we have read these are not yet available in EE4 but there is no estimated delivery for this functionality.
I can only see 2 tickets within that event, both have a price.
To remove a ticket using CSS you can use:
.ee-ticket-{ticket-name} {
display: none;
}
{ticket-name] would bee all in lover case, replacing spaces for dashes (-)
So for example, the ‘EDCO Member Ticket’ would use:
.ee-ticket-edco-member-ticket {
display: none;
}
If you would like to re-add your ticket we can provide the code to remove it if needed.
Viewing 3 reply threads
The support post ‘Ability to hide a ticket type in the front end: EE4’ 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.