I am using most recent versions of WordPress and Event Espresso
When someone registers themselves and additional registrants, each one of them get an automated payment response. “Thank You … We have just received a payment in the amount of…”
I don’t want the additional attendees to get this.They didn’t pay anything.Only the primary registrant should get one. How do I go about eliminating the payment responses for additional attendees ?
This topic was modified 11 years, 1 month ago by Tom Semmes.
Currently there is no way to do that with the exception of changing some of the plugins core files. We are looking to improve the messaging system in future versions.
Actually, it’s a plugable function, so you can copy this and place it in either:
1 – Your theme’s functions.php file. It may get overwritten the next time you update your theme.
2 – The EE custom files add-on in the custom_functions.php file.
3 – Use this blank plugin to hold the custom function.
Thanks Sidney
I downloaded and installed the Custom Functions plugin. Then added the code you gave me to the CustomFunctionsPlugin.php file.
Viewing 4 reply threads
The support post ‘Prevent Additional Attendees from getting automated payment response’ 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.