Hi there, João! Thanks for getting in touch and welcome to the forums. 🙂
Great question. You can certainly customize the content of the email. You will want to create an override of the email.php file by:
- <span style=”line-height: 13px;”>Copying the file at /wp-contnet/plugins/the-events-calendar/views/tickets/email.php</span>
- Adding that file to your theme in a new directory called tribe-events/tickets
Once you do that, you will have a new file in your theme folder located at /wp-content/[your-theme]/tribe-events/tickets/email.php. There is more information on overriding templates in our Themer’s Guide.
You will use the_content() for the description and tribe_get_cost() for the price. Where you place them and how you use those functions is something we will leave in your hands, but if you need more direction for how to use these functions, please refer to our documentation.
Does this help answer your question? Please let me know. 🙂
Cheers!
Geoff