Show Event Date In Email Confirmation

Home Forums Ticket Products Event Tickets Plus Show Event Date In Email Confirmation

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1102923
    Sean
    Participant

    On the email confirmation upon order completion in WooCommerce, only the ticket type is shown – not the event or the event date. Where can that be added?

    #1103209
    Geoff
    Member

    Hey Sean — nice to see you again and hope all is well .:)

    Good question. I do believe that WooCommerce gives you the ability to modify the email conformations it sends out. When you do, you can use something like this:

    <?php echo tribe_get_start_date(); ?>

    …to display the event’s start date. I say something like this because it will likely require you to grab the event ID and use that as a reference so that the email knows which event start date to pull.

    Sorry I don;t have more of a concrete solution for you here, but I do hope this at least helps you get started!

    Thanks,
    Geoff

    #1109130
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Show Event Date In Email Confirmation’ is closed to new replies.