Wallet Plus for Event Tickets comes with a number of template files that determine how the plugin looks and behaves. We call these templates views because they create the pages and elements you see on your site.

Each plugin and add-on has its own unique set of templates, and each template can be copied and customized in your theme folder.

We’ve put together an outline of all of the available templates that come included with Event Tickets Wallet Plus, so that you can customize them to your liking.

Event Tickets Wallet Plus

Parent folder located at:

event-tickets-wallet-plus/src/views

TemplateWhat it Does
/apple-wallet/emails/template-parts/body/apple-pass.phpThe email “Add to Apple Wallet” button template.
/apple-wallet/emails/template-parts/header/head/styles.phpThe styles related to Wallet Plus for the email template.
/apple-wallet/rsvp/apple-wallet-button.phpThe “Add to Apple Wallet” button for the RSVP confirmation.
/attendees-list/passes.phpThe “Add to Apple Wallet” and “PDF tickets” buttons for the attendees list that will be shown on the order confirmation page.
/components/apple-wallet-button.phpThe generic “Add to Apple Wallet” button that’s invoked from other templates.
/components/pdf-button.phpThe generic “PDF ticket” button that’s invoked from other templates.
/my-tickets/passes.phpThe “Add to Apple Wallet” and “PDF tickets” buttons for the “My tickets” page.
/pdf/rsvp/pdf-button.phpThe “PDF ticket” button for the RSVP confirmation.
/pdf/pass.phpThe PDF template.
/pdf/pass/body.phpThe body of the PDF template.
/pdf/pass/body/header.phpThe header of the PDF template
/pdf/pass/body/styles.phpThe inline CSS styles of the PDF template
/pdf/pass/body/post-title.phpThe post/event title in the PDF template.
/pdf/pass/body/sidebar.phpThe sidebar in the PDF template.
/pdf/pass/body/ticket-info.phpThe ticket information for the PDF template.
/pdf/pass/body/ticket-info/image.phpThe post/event image for the PDF template.
/pdf/pass/body/ticket-info/attendee-details.phpThe attendee details for the ticket in the PDF template.
/pdf/pass/body/ticket-info/attendee-details/name.phpThe attendee name for the ticket in the PDF template.
/pdf/pass/body/ticket-info/attendee-details/qr.phpThe QR image for the ticket in the PDF template.
/pdf/pass/body/ticket-info/attendee-details/security-code.phpThe security code for the ticket in the PDF template.
/pdf/pass/body/ticket-info/attendee-details/ticket-title.phpThe title for the ticket in the PDF template.
/pdf/pass/body/additional-information.phpThe PDF additional information section.
/pdf/pass/body/additional-information/heading.phpThe PDF additional information section title.
/pdf/pass/body/additional-information/content.phpThe PDF additional information section content.
/pdf/pass/body/footer.phpThe PDF template footer.
/pdf/pass/body/footer/credit.phpThe credit of the PDF template footer.

Event Tickets Plus

Parent folder located at:

event-tickets-plus/src/views/integrations/event-tickets-wallet-plus

TemplateWhat it Does
/pdf/pass/body/ticket-info/attendee-details.phpThe attendee registration fields for the PDF template.
/pdf/pass/body/ticket-info/attendee-details/field.phpThe individual attendee registration field for the PDF template.
/pdf/pass/body/ticket-info/attendee-details/key.phpThe individual key of an attendee registration field for the PDF template.
/pdf/pass/body/ticket-info/attendee-details/value.phpThe individual value of an attendee registration field for the PDF template.
/pdf/pass/tec-tickets-plus-styles.phpThe CSS styles for the Event Tickets Plus integration with the PDF template.

The Events Calendar

Parent folder located at:

the-events-calendar/src/views/integrations/event-tickets-wallet-plus

TemplateWhat it Does
/pdf/pass/body/event/date.phpContains the event date for the PDF template.
/pdf/pass/body/venue.phpContains the event venue, if available, for the PDF template.
/pdf/pass/body/venue/address.phpContains the event venue address for the PDF template.
/pdf/pass/body/venue/phone.phpContains the event venue phone for the PDF template.
/pdf/pass/body/venue/title.phpContains the event venue title for the PDF template.
/pdf/pass/body/venue/website.phpContains the event venue website for the PDF template.
/pdf/pass/tec-events-styles.phpThe CSS styles for The Events Calendar integration with the PDF template.

Virtual Events

Parent folder located at:

events-virtual/src/views/integrations/event-tickets-wallet-plus/

TemplateWhat it Does
/pdf/pass/body/virtual-event/link.phpContains the link to the virtual event for the PDF template.
/pdf/pass/body/virtual-event/link/header.phpContains the header of the link to the virtual event for the PDF template.
/pdf/pass/body/virtual-event/link/link.phpContains the actual link to the virtual event for the PDF template.
/pdf/pass/tec-events-virtual-styles.phpContains the CSS styles for Virtual Events’s integration with the PDF template.