Is there a way to send additional attendees a different email than the primary registrant? That way I could include payment information on the primary registrants enail and leave that off the email that their guests received.
To do so you would have to do a little hacking of core files. In includes/functions/email.php lines 375-384 is the logic for which email template is used. You could use $data->primary_attendee to test whether the email going out is for the primary attendee and switch which template is used. Unfortunately, that function does not have the override wrapper around it, so you would have to make the modification each time you upgrade.
Viewing 2 reply threads
The support post ‘Custom letters for additional attendees’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.
Support forum for Event Espresso 3 and Event Espresso 4.