Hello Teme, nice to see you again!
You can customize the email template for tickets using a template override. There’s more on this in our Themer’s Guide, but it basically boils down to this:
- Make a copy of the email.php template. It is located at /wp-content/plugins/event-tickets/src/views/tickets/email.php.
- Make a new folder in your theme directory called tribe-events
- Make a new folder in that one called tickets
- Drop your copied email.php file in that last folder
Now that the template is in your theme, you can customize it to suit your needs. In this case, you can use any of the functions noted here in our documentation to fetch and display event information in the email.
Will this help you get started? Please let me know. 🙂
Cheers,
Geoff