Support

Home Forums Event Espresso Premium Thanks for registering Page text

Thanks for registering Page text

Posted: September 13, 2012 at 1:24 pm


straycatco

September 13, 2012 at 1:24 pm

Where can I change this wording that shows up on the payment url page:

Pending Payment
Would you like to choose a different payment option?
Please choose a payment option:

Off-site Payments

We have only one option for them to pay online. thank you!


Jonathan Wilson

September 13, 2012 at 10:30 pm

Hello,

To remove the Off-site payment info, you will edit the gateway_display.php in your gateways directory (/wp-content/plugins/event-espresso/gateways).

Starting at line 79, you will need to change:

do_action('action_hook_espresso_display_offsite_payment_header');
do_action('action_hook_espresso_display_offsite_payment_gateway', $data);
do_action('action_hook_espresso_display_offsite_payment_footer');

To:

//do\_action('action\_hook\_espresso\_display\_offsite\_payment\_header'); //do\_action('action\_hook\_espresso\_display\_offsite\_payment\_gateway', $data); //do\_action('action\_hook\_espresso\_display\_offsite\_payment_footer');

You can modify this file and upload it to your /wp-content/uploads/espresso/gateways directory and have your customized gateway_display.php file override the default one.


straycatco

September 17, 2012 at 3:47 am

Thank you Jonathan for getting back to me on this. I may have not asked the question clearly, what I really wanted to do was not to remove the Off-site payment info, but rather edit the wording. Is that possible? If so, where would I edit it?

Thanks again!


Jonathan Wilson

September 17, 2012 at 10:40 pm

Yes that is possible. You will still need to edit the gateway_display.php in your gateways directory (/wp-content/plugins/event-espresso/gateways).

You will need to change line 12 where it says “Off-site Payments”.

See below:

function espresso_display_offsite_payment_header() {
echo '<div id="off_site_payment_container" class="payment_container event-display-boxes">';
echo '<h3 id="off_site_payment" class="payment_option_title section-heading">' . __('Off-site Payments', 'event_espresso') . '</h3>';
echo '<ul id="espresso_payment_buttons">';

The support post ‘Thanks for registering Page text’ 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