Pierre

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Event information needs to appear in ticket email #940300
    Pierre
    Participant

    In the default event template the post excerpt shows up as a tooltip in the monthly calendar view – I had it displayed in the ticket email, then discovered it was showing on the calendar. Dont know how to supress it in the calendar view.
    Don’t want the phone number visible on the website.
    thanks again

    in reply to: Event information needs to appear in ticket email #940207
    Pierre
    Participant

    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

Viewing 2 posts - 1 through 2 (of 2 total)