RSVP Email missing Date and Time after 4.7.1 update

Home Forums Ticket Products Event Tickets Plus RSVP Email missing Date and Time after 4.7.1 update

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1498695
    James
    Participant

    In prior versions, the event date and time were listed in the RSVP email right under the event name. We upgraded to 4.7.1 on 3/29, and RSVPs sent before the upgrade on 3/29 contain that info. The next RSVP sent was on 4/3, and the Date and Time are mssing from that RSVP and all subsequent ones.

    #1503010
    James
    Participant

    Is there going to be any response to this?

    #1506011
    James
    Participant

    Hello? Anyone there?

    #1506569
    Jennifer
    Keymaster

    Hi James,

    I’m sorry about the delay here – the event date is not included in the ticket by default, but you can enable it by adding the following to the functions.php file of your child theme:

    add_filter( 'tribe_tickets_email_include_event_date', '__return_true' );

    Can you give this a try and let me know if it works for you?

    #1509313
    James
    Participant

    This resolved the issue. No idea why it worked before, but it works again. Thank you.

    #1509858
    Jennifer
    Keymaster

    Hi James,

    I’m glad to hear that it’s working again! It’s possible that this code was in a theme file previously and then overridden during an update (which is why we always recommend adding it to a child theme, keeping it safe from theme updates) or that a change had been made in the core files and was erased when you updated to 4.7.1. Regardless, I’m glad that it’s all good now!

    I’ll go ahead and close this out, but please feel free to open up a new thread if you run into any other issues.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘RSVP Email missing Date and Time after 4.7.1 update’ is closed to new replies.