Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-sales domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the better-click-to-tweet domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-amazon domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-stats domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Change page content | Event Espresso - Staging Server

Support

Home Forums Event Espresso Premium Change page content

Change page content

Posted: June 28, 2012 at 2:01 pm

Viewing 5 reply threads


smorris

June 28, 2012 at 2:01 pm

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?

Thank you,
Sean


Josh

June 28, 2012 at 2:11 pm

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.


Byron

July 31, 2012 at 10:38 pm

Josh,

Any way to have the ticket link display on this page once registration is complete? I assume it would use the short code?


Josh

August 1, 2012 at 4:15 pm

There isn’t a shortcode for this. The payment confirmation page template would need to be customized in order to display this.

The following code should add a link to download a ticket to the payment_overview.php page:

<?php echo espresso_ticket_links($registration_id, $attendee_id) ?>


Byron

August 2, 2012 at 3:29 pm

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.


Josh

August 2, 2012 at 3:35 pm

it should work for that one too.

Viewing 5 reply threads

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.

Event Espresso - Staging Server