Thank you Geoff for following up.
I’ve successfully made the email.php and now the post description appears in the ticket email.
<?php echo $event->post_content; ?>
How do I show a custom value in the email? I have one named Conference_Call and the value is the phone number.
I don’t want people to see the phone number for the conference call until they have purchased a ticket to the event.
So it should only display in the email.
Can you give me an example of the code?
Here’s what I tried – I’m just a hack…doesn’t work
<?php echo $event->post_custom_value; ?>
thanks for your support and your time