Hello,
I am trying to figure out how to change page content on the page that comes up after a user confirms registration. The page title is “Event Registration” and the current content reads:
Sean,
Your registration is not complete until payment is received.
Amount due: $126.00
Your Registration ID: 4feca0163468e0.36370380
A confirmation email has been sent with additional details of your registration.
Please choose a payment option:
I can’t find the php file for this page. Can anyone help?
That page pulls from several places. So it depends on what you want changed. A good text editor like sublime edit can help track down text strings by loading up a copy of the plugin files and doing a global search.
Alternatively, If you want to change the wording of specific text strings, you could “translate” the text strings much the same way a translator does using PoEdit. PoEdit lets you search for strings, and will let you change them. After saving your changes, you’ll need to upload the .po and .mo files into the /language directory of Event Espresso on the server.
Thanks Josh.
It worked like a charm. However, the file for the payment confirmation page is payment_page.php in my installation, not payment_overview.php.
The support post ‘Change page content’ 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.