Email Notifications for Site Owner

Home Forums Ticket Products Event Tickets Plus Email Notifications for Site Owner

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1481606
    cvstrategies
    Participant

    I was curious if there was a setting in which I would recieve an email notification when someone rsvps for the event, instead of having to login to the admin side of my site everytime just to get the list of attendees?

    #1481743
    Cliff
    Member

    Hi. We don’t have such a setting, but you could send yourself a copy of the emails they get.

    This snippet sends a copy to the event’s Organizer:

    https://gist.github.com/niconerd/16770b84adb6156aaa77948bf208bacb

    You could modify it to send elsewhere, such as the admin’s email.

    Please let me know how this goes for you.

    #1481799
    cvstrategies
    Participant

    Hi Cliff,
    Where exactly would this snippet go, which php file?

    #1482158
    Cliff
    Member

    Please reference https://theeventscalendar.com/knowledgebase/implementing-custom-code-snippets/ for how to implement custom code snippets.

    #1488762
    cvstrategies
    Participant

    Now that the QR code is no longer present, I would like for each email notification to display more information on the event. For example, a brief description of what the event is. Is this an option for this plugin and how can I make those edits?

    #1488858
    Cliff
    Member

    You can customize the email template via our Themer’s Guide.

    #1489943
    cvstrategies
    Participant

    This reply is private.

    #1490002
    Cliff
    Member

    There is a filter to turn on including the event date. Please give this a try:

    add_filter( 'tribe_tickets_email_include_event_date', '__return_true' );

    Please reference https://theeventscalendar.com/knowledgebase/implementing-custom-code-snippets/ for how to implement custom code snippets.

    Please let me know how this goes for you.

    #1510290
    Support Droid
    Keymaster

    Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Thanks so much!
    The Events Calendar Support Team

    #1557845
    Victor
    Keymaster

    Hi Greg!

    I just wanted to share with you that a new release of our plugin is out, which includes a change in the ticket email to show the event date and time by default.

    We decided to adjust this and make it available by default, so you will no longer need the snippet to make the date and time to show up in the ticket emails.

    You can find out more about this release → https://theeventscalendar.com/maintenance-release-week-17-june-2018/

    Don’t hesitate to open a new topic if anything comes up 🙂

    Best!
    Victor

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Email Notifications for Site Owner’ is closed to new replies.