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
Hide "Payment Type" on Payment Overview Page | Event Espresso - Staging Server

Support

Home Forums Event Espresso Premium Hide "Payment Type" on Payment Overview Page

Hide "Payment Type" on Payment Overview Page

Posted: April 29, 2013 at 11:00 am

Viewing 5 reply threads


Tracy Rice

April 29, 2013 at 11:00 am

I have EE set up with PayPal Pro.  It’s all working nicely, but on the Payment Overview page, it shows “PayPal Pro” as the Payment Type.  How can I hide this so the user does not know what processor is running the transaction?  Meaning, I want to remove “Payment Type: PayPal Pro” from the Payment Overview page.


Tracy Rice

April 29, 2013 at 11:46 am

I just ended up hiding through CSS…


Tracy Rice

April 29, 2013 at 12:01 pm

Please disregard my reply above, I responded to the wrong post.

I still need to hide “Payment Type” on the Payment Overview page.  I tried changing this in payment_overview.php and uploading to uploads/espresso/templates, but it won’t go away.  Any ideas?


Tracy Rice

April 29, 2013 at 12:08 pm

I see that I needed to first move over return_payments.php.  I did so, but no change and in the Template Settings it reads:

return_payment.php – Not Moved – (page that is displayed when returning to pay)

Any ideas why EE isn’t picking up this template?  It has picked up others.


Josh

April 29, 2013 at 12:22 pm

Hi Tracy,

One way to do this would be by adding some CSS to your custom stylesheet. This will hide the Payment type line on the payment overview page:

.espresso_payment_overview tr:nth-of-type(3){display:none;}

If your WordPress theme does not include a custom CSS stylesheet option, you can use a plugin like Jetpack or the my custom CSS plugin to add custom styles.

Alternatively you can edit the payment_overview.php template found in the /templates folder of the Event Espresso plugin. The code that displays the payment type is located on lines 17-19.


Tracy Rice

April 30, 2013 at 11:39 am

I actually found out the issue…was an FTP error and the templates were getting stored in the wrong location…ah, I love easy answers!

Thanks again!

Viewing 5 reply threads

The support post ‘Hide "Payment Type" on Payment Overview 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