Ed
(@erishel)
Hey there @duelingogres!
Thanks for reaching out — that’s a great question, I can help with that 🙂
Give this a shot:
<?php echo tribe_get_event_meta( get_the_ID(), ‘_EventURL’, true ); ?>
Hope that helps!
Hey @erishel, will I put that right in the text editor in Registrations>Email Settings>Confirmation Message?
-
This reply was modified 7 years, 8 months ago by
DuelingOgres.
Hi @duelingogres,
Which email are we talking about? The order confirmation / completed email, or the email that contains the ticket?
If the latter, you will need to create a template override
Our Themer’s Guide – https://theeventscalendar.com/knowledgebase/themers-guide/
For this file:
wp-content/plugins/event-tickets/src/views/tickets/email.php
A.
Thanks András, yeah I finally found that link on my own and to be honest forgot that I had a conversation open in here about it!
But yes, for anyone who comes along with a similar question, you have to create a template override and place it in a different directory within your WordPress install.
Thanks for reporting back! Stoked to hear that you managed to find a solution.
For the future, information about template overrides can be found in our Themer’s Guide – https://theeventscalendar.com/knowledgebase/themers-guide/
Cheers,
Andras