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
Payment confirmation page | Event Espresso - Staging Server

Support

Home Forums Event Espresso Premium Payment confirmation page

Payment confirmation page

Posted: April 11, 2013 at 8:05 am

Viewing 2 reply threads


Lisa Deschambault

April 11, 2013 at 8:05 am

Hello, I am including a screen shot of my payment confirmation page below (what people see after they register):

http://i45.tinypic.com/359j141.png

I would like to know how to remove the bottom section that reads: “please choose a payment option” (in other words, which PHP file I need to edit).

Note, I have disabled all our payment options since we do our invoicing manually.

I look forward to hearing back from you :-)

Lisa


Lisa Deschambault

April 11, 2013 at 8:17 am

Hello, please find below a screen shot of my payment confirmation page (what people see after they register):

http://i45.tinypic.com/359j141.jpg

I would like to remove the section at the bottom that reads: “please choose a payment option”. In other words, can you tell me which PHP I need to edit.

Note, I have disabled all payment options in EE since all our invoices are done manually.

I look forward to hearing back from you :-)

Lisa


Josh

April 11, 2013 at 9:57 am

Hi Lisa,

Where possible, we try to avoid editing PHP files because this can cause all kinds of issues in the future when there are updates.

Instead you can hide the text with CSS by adding the following code to your custom stylesheet:

#payment-options-dv h2{
display:none;
}

If your theme does not have a custom stylesheet option, and you do not have a child theme set up for it, you can use a plugin like Jetpack or the my custom CSS plugin to add any needed custom styles.

Viewing 2 reply threads

The support post ‘Payment confirmation page’ 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