Popup – Processing Your Order…

By | August 9, 2017

Have you (or rather have your customers) ever noticed a delay when hitting the “do it” button on checkout_confirmation.php ? I have to say that I have never noticed it, but I don’t often buy from osCommerce shops and every test order I make is on my dev server where everything is blazing fast.

One of my long-standing clients sent me this;

…come across a small issue when I hit confirm order on the checkout confirmation page. When I hit the button the button goes a different shade, so it can’t be pressed again which is what should happen, but nothing else happens for a good 3 – 4 seconds. No spooling on the tab bar or anywhere else. It make it look like the page has frozen then the page starts to spool and another few seconds the checkout_confirmation page loads.

I had a bit of think about it, and found some code that creates a popup like this;

I plugged this into a HT module, so it is a super simple installation…just upload, turn on and configure appropriately (text message, colour of graphic bar etc). DONE! NO CODE CHANGES!

Want It?

Contact me on the osCommerce Forum. Thank You. …I look forward to getting this to you as my client rightly says;

…very nice and very good for UX especially after having customers put in their card details. Not a time you want to be putting doubt in their minds…

As a developer rather than a shopowner…I would never have thought about something like this. Yet something so very simple can add a pleasing experience to the Customer.

2 thoughts on “Popup – Processing Your Order…

  1. Lecarl C Butler

    Another great thing would be to place something to help guide customers through the checkout process.

    I’ve gotten calls from customers asking where to enter credit card details. For example, somewhere on checkout_payment.php there should be a notification saying something like “Click next to enter credit card details.”

  2. Gary Post author

    Lecarl, so far as I recall that is already possible without core code changes. For an example have a look at the “pay by check” module which writes a message to the confirmation page, or the OLD “pay by CC” module which writes credit card number inputs to the same page…

    If you’re thinking of something different, let me know?

Leave a Reply

Your email address will not be published.