• Resolved ncneska

    (@ncneska)


    I was wondering if there’s the ability to have different confirmation emails for different types of events. My client has several different events, each with its own set of special instructions.

    Is there additional code that I can paste in? Or can this functionality be added?

    Thanks for your help!

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author roundupwp

    (@roundupwp)

    Hey ncneska,

    The paid “Pro” version currently allows you to create as many emails templates as you’d like. For the free version, I suppose it would be possible to use our email templates to create some simple changes based on the event. You could try it out if you’d like by taking a look at this page: https://roundupwp.com/codex/filter-rtec_email_templating/

    You could use the event_id (post ID) in an if statement to change what the templates map to. Here’s a rough example:

    if ( $sanitized_data['event_id'] == 12 ) {
    	$search_replace['{my-message}'] = 'First message';
    } else {
    	$search_replace['{my-message}'] = 'Another message';
    }

    Hopefully that helps!

    – Craig

    Thread Starter ncneska

    (@ncneska)

    Thank you so much for the reply!

    Thread Starter ncneska

    (@ncneska)

    Hi again! So I had my client buy The Events Calendar Pro, but it appears that multiple email templates are not included after all, and that we’d need to buy another pro extension (Registration for Events Calendar) for an additional fee to get this feature. Is that correct?

    Plugin Author roundupwp

    (@roundupwp)

    Hey ncneska,

    Sorry for the confusion! The Events Calendar Pro is made by Modern Tribe which is separate from Roundup WP (our company) which makes Registrations for the Events Calendar and Registrations for the Events Calendar Pro. So you are correct the you would need to purchase Registrations for the Events Calendar Pro in order to use multiple email templates.

    If you have any follow up questions, I’d be happy to answer them from our support system you can use here: https://roundupwp.com/support/

    Sorry again for the confusion! I see that I wasn’t very specific in my original reply.

    Plugin Author roundupwp

    (@roundupwp)

    Hey!

    This thread has been quiet so I will mark it as resolved. Let me know if you need anything else.

    – Craig

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘More than one confirmation email?’ is closed to new replies.