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

  • Support Staff

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