I want some of my events to have no ticket options. These are external events. The problem is, the detail page of the events shows a notice (http://prntscr.com/115gskd) when no ticket options are added. So, how can this notice be hidden, and are there any settings to handle external event?
But we have our own event template as per our design, the button is not appearing for the external link as you have mentioned.
Also, the ticket option is disabled in the backend but it still shows the Ticket Options heading on the events page (http://prntscr.com/1166x1y).
Ok, so that ‘Ticket option’ looks like it’s from your template (I was checking to confirm it wasn’t part of EE’s content that had been renamed).
So you have a single-espresso_events.php template within your theme?
You’ll need to add a check around the whatever is outputting the above, something like:
$event = EEH_Event_View::get_event();
if( $event->display_ticket_selector() ) {
// Whatever you are using to output the ticket selector here
}
Viewing 5 reply threads
The support post ‘No tickets for 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.