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
Looking for bypass payment overview option for PayPal Payments Pro | Event Espresso - Staging Server

Support

Home Forums Event Espresso Premium Looking for bypass payment overview option for PayPal Payments Pro

Looking for bypass payment overview option for PayPal Payments Pro

Posted: February 8, 2013 at 2:10 pm

Viewing 2 reply threads


CopelandMagic

February 8, 2013 at 2:10 pm

We are only using a single payment gateway: PayPal Payements Pro. How can we save visitors from having to click a button to reveal the payment info form? With only one gateway, I would expect the payment info form to auto display.
Thanks


Josh

February 8, 2013 at 7:33 pm

Hi there magicman,

You can add this to your custom_functions.php file if you’ve installed the custom functions add-on, or in your theme’s functions.php file as well:

add_action( 'wp_print_scripts', 'my_no_ee_paybutton_hideform', 100 );

function my_no_ee_paybutton_hideform() {
    wp_deregister_script( 'espresso_payment_page' );
}

That will make it so they don’t have to click a button.


CopelandMagic

February 10, 2013 at 8:08 am

Perfect. Thanks.

Viewing 2 reply threads

The support post ‘Looking for bypass payment overview option for PayPal Payments Pro’ 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