Support

Home Forums Event Espresso Premium Change page content

Change page content

Posted: June 28, 2012 at 2:01 pm


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

  • Support Staff

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

  • Support Staff

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

  • Support Staff

August 2, 2012 at 3:35 pm

it should work for that one too.

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