How to customize ticket email template
Last Updated: March 6, 2019
Step 1:
Copy the event ticket confirmation php file from event tickets addon from below path
../eventon-tickets/templates/email/ticket_confirmation_email.php
Copy this file NOT cut — aka leave a version of this file in the addon folder.
Step 2:
Create a directory inside your current theme as below
…/wp-content/themes/{your-theme-name}/eventon/templates/email/tickets/
Paste the copied PHP file from above step into this directory.
Step 3:
Now you can edit this email confirmation PHP file using your favorite text editor to a custom look you want. Next time a ticket email is sent, event tickets addon will look for the ticket PHP file in your theme template directory before using the template inside the tickets addon.
Did this article help you?
Event Tickets Addon Buy Now
- Event Tickets
- Auto Complete Ticket Order
- Auto re-stocking refunded, cancelled or failed orders
- Changelog for Event Tickets
- CODE: How to send Emails as Bcc
- How to add additional data to confirmation email
- How to add additional fields at checkout
- How to add additional fields to download attendees CSV file
- How to customize ticket email template
- How to manage capacity separately for repeat events
- How to set up Event Tickets
- How to set up variable prices for Tickets
- How To Switch From WooCommerce Blocks to Shortcode-Based Cart & Checkout Pages