After site visitor provided credit card information, and click on “Complete Purchase”, the “thank you” page display a box of “payment overview”, where the status would indicate payment is complete.
However that is not enough. I need a sentence to display and clearly advising “your payment has been processed successfully, an email has been sent to you with additional detail, etc…”
(when visitor register a free event – without payment, it would display a sentence like that indicating registration successful, email has been sent with detail…)
How can I accomplish that? Look forward to your help.
In Event Espresso 3 you can look in /templates/payment_overview.php and add additional messages to display in the template based on the payment status. You’ll see how it checks the payment status and displays a message for each status in the code between lines 31 and 48. That’s for paid events.
For free events, the message that displays after completing the registration is found in /templates/payment_page.php on lines 19-29.
Please back your files up before editing. You can also copy these files to /wp-content/uploads/espresso/templates when you’re finished with editing them and they will load from that location and will not get overwritten on an update.
Viewing 3 reply threads
The support post ‘No confirmation of successful payment after credit card processed’ 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.