Support

Home Forums Event Espresso Premium How to remove the 'Confirm and Pay' button on the Checkout page below Stripe

How to remove the 'Confirm and Pay' button on the Checkout page below Stripe

Posted: April 7, 2021 at 4:23 am


James Murrin

April 7, 2021 at 4:23 am

Hello Tony
We’ve just switched from Paypal to Stripe and, at the bottom of the page after the Stripe gateway fields which has its own PAY button, there’s a button called ‘Confirm and Pay’. Its class is: input#spco-go-to-step-finalize_registration-submit.spco-next-step-btn.button.button-primary.button-lg. I believe that it’s coming from part of the [ESPRESSO_CHECKOUT] shortcode, because it’s not defined as a solo button on the Checkout page.

Please could you let me know how to get rid of it, because it doesn’t do anything.

Thank you.
Dee


Tony

  • Support Staff

April 7, 2021 at 4:52 am

Hi Dee,

Event Espresso does not have a ‘Confirm and Pay’ button, from the class you added it shows it’s the finalize registration button but someone must have altered the text used on the site for it.

The button is disabled when using Stripe, but is ‘clicked’ after the payment is submitted to proceed to finalize the registration. One way to hide it is to use some CSS to set it to display none, but only when it has been disabled, like so:

#spco-go-to-step-finalize_registration-submit.disabled {
    display: none;
}

You can add that in Dashboard -> Appearance -> Customize -> Additional CSS.

The support post ‘How to remove the 'Confirm and Pay' button on the Checkout page below Stripe’ 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