Support

Home Forums Event Espresso Premium Stripe Pay Now and Proceed buttons

Stripe Pay Now and Proceed buttons

Posted: October 20, 2020 at 8:04 am


ComedieTriomphe

October 20, 2020 at 8:04 am

Hi,

There was already a ticket on the forum about it: my stripe checkout shows both Pay Now and Proceed button. I wish to only show the Pay now button.

The solution that was given at the time was to pick Stripe Elements in the settings, but my Stripe is already setup like this, yet both buttons still appear.

Any ideas?


Tony

  • Support Staff

October 20, 2020 at 8:55 am

Hi there,

I think there is a little bit of confusion here as switching to Stripe elements doesn’t remove the button, but it should disable it.

I assume you mean this post?

https://eventespresso.com/topic/stripe-gateway-showing-both-pay-now-and-proceed-button-clicking-proceed-errors/#post-299648

With Stripe Checkout (now deprecated by Stripe) selected the ‘Proceed to Finalize’ button was not being disabled so if users clicked on it caused an error. The reference to switch over to Stripe elements in that thread is firstly to comply with EU PSD2 regulations (which Stripe Elements does) and because it also does actually disable the button.

Removing that button can be done, you can use some CSS like this:

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

That should remove the button when it is disabled, but show it again if its not (becuase then it’s needed).

The support post ‘Stripe Pay Now and Proceed buttons’ 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