I’ve seen a few questions about this in the forum and understand that the registration pending payment email isn’t supposed to go out when someone abandons their registration on the credit card payment page.
Our client only allows credit card payment and would like people who register but don’t complete payment to get the registration pending payment after a set amount of time (eg, 10 minutes or an hour).
Is there anyway to make that happen or must they continue to manually trigger these one by one?
As you mentioned, Event Espresso will not trigger the Pending Payment message for the above, however, there is a hook you can use to do whatever you want in those situations:
That will fire when the session expires (by default 1 hour after the ticket is submitted) and you’ll need a custom function to check over the transaction and then trigger the pending payment email. Stepping through the process of triggering messages isn’t something we can work through on the forums but the above should help get you started.
If you take a look in \event-espresso-core-reg\modules\messages\EED_Messages.module.php you’ll see how that hooks into the hook fired just after the above to process default messages.
Viewing 1 reply thread
The support post ‘Registration Pending Payment email automation?’ 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.