Eventbrite Tickets comes with a number of template files that determine how the add-on looks and behaves. We call these templates views because they create the pages and elements that you see on your site.

Each template can be copied and customized in your theme folder and are located at: /wp-content/plugins/the-events-calendar-eventbrite-tickets/src/views/.

TemplateWhat it Does
eventbrite/add-existing-event.phpdisplays the existing Eventbrite event (admin fields)
eventbrite/eb-admin-notices.phpRenders Eventbrite notices on the WordPress Post Edit screen
eventbrite/eventbrite-events-table.phpDisplays the existing Eventbrite event in the event meta box
eventbrite/eventbrite-meta-box-extension.phpDisplays the existing Eventbrite event meta box in the editor
eventbrite/import-eventbrite-events.phpImports events from Eventbrite events in the admin form
eventbrite/hooks/ticket-form.phpContains the hook logic required to create an effective address module view
eventbrite/modules/ticket-form.phpContains the filters required to create an effective ticket form module view