‘Person A’ just registered for an event. We got confirmation through Stripe the ‘Person A’ registered and paid. The notification email sent from EE had registrant information for ‘Person B’ (the last registration before ‘Person A’). Not even sure where to start trouble-shooting this one.
After going through the message activity, here is what it seems like happened.
The admin notification email for Person B got delayed about 12 hours for some reason. Person A registered and it must have kicked the system into sending the notification for Person B (which confused my client).
To top it off, Person A’s notification was sitting in the queue waiting to be sent. It had a wrench icon next to it. I clicked that and the message sent.
I have no idea why any of this happened, but that’s the story. We will keep an eye on the next few registrations to see how they go.
The reason that there was a delay is because the way wp_cron works.
Unlike regular cron jobs, which run at specific time based on the server settings, the WP-Cron function runs every time someone visits the WordPress powered website.
[1]
When Person A registered it probably did initiate the last batch of messages to be sent, because that’s how wp_cron works. If you prefer to have messages to go out on the same request, you can go to Event Espresso > Messages > Settings, and set Generate and send all messages: to On the same request.
The support post ‘Registration Notification Sends Wrong Registrant's Details’ 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.