Support

Home Forums Event Espresso Premium Checkout Page Pop Up Messages

Checkout Page Pop Up Messages

Posted: November 8, 2016 at 5:53 pm


Tad Heigel

November 8, 2016 at 5:53 pm

Hi,

We are getting confusion from our users when it comes to the last steps in the checkout process.

The user’s payment will process, but when the pop up shows notifying them of this success – they think an error has occurred. Below is a screenshot of the two pop ups that display when a user has successfully paid, but has not yet been routed to the success/thank-you/receipt-confirmation page.

checkout error messages

So my specific questions are this…

1) How can I change the text for the first pop up message (both the accepted payment and declined payments message)?

2) How do I remove the second message that reads “Please wait while we process your registration. Thank you for your patience.”, and switch this out to be the spinning COG wheel that I see being used throughout the plugin.

The above two steps would solve our user’s confusion. The spinning cog wheel would only show if the payment was accepted – so the user would know they were waiting and then there would only be two possible messages that could be shown. “Your payment was declined.” or “Your payment was accepted”. Does all of this make sense?

How can I make this happen?

Thanks for your help!


Josh

  • Support Staff

November 9, 2016 at 7:19 am

May I ask which payment method are you using when you see those messages?


Tad Heigel

November 9, 2016 at 9:01 am

Stripe


Josh

  • Support Staff

November 11, 2016 at 11:42 am

So for Stripe, the exact text strings you’re looking to change are:

Payment Accepted. Please click "Proceed to Finalize Registration" if not forwarded automatically.
Payment Error! Please refresh the page and try again or contact support.

The two above strings are wrapped in a function that allows the text to be translated, which means you can use a custom translation function to change that text.

You can remove the second message by adding this CSS to your stylesheet:

#espresso-ajax-notices-attention {display:none !important}

You can’t really add the spinning cog as a replacement since it’s already displaying, but it’s covered by the other message. So you could change the z-index of it so it’s displaying on top, but that might look a little funny.

The support post ‘Checkout Page Pop Up Messages’ 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