Hello
This is a suggestion, I don´t know if there is a workaround for this already,
When a customer places an order there is a short lag while the system processes that request.
As soon as the user presses "confirm order" a floating box with (some basic animation would certainly help too, or a gif file) a sentence in the likes of "Hold On..." should be presented while request is being processed. This would avoid many mistakes from customers where they might think the systems stalled and go pressing somewhere else on the screen messing things up
Try this:
open: catalog/view/theme/default/template/checkout/checkout.tpl
find near end of file:
replace with:
Also, upload the attached image to you image/data folder
open: catalog/view/theme/default/template/checkout/checkout.tpl
find near end of file:
Code: Select all
//--></script>
Code: Select all
$('#button-confirm').live('click', function() {
$('#confirm').prepend('<div id="please-wait" style="position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(255,255,255,0.95);z-index:99999;"><h1 style="margin:200px 0 50px 0; text-align:center;">Please Wait while we process your order</h1><p style="text-align:center;"><img src="image/data/order-process-wait.gif"></p></div>');
});
//--></script>
Attachments
order-process-wait.gif (1.88 KiB) Viewed 1082 times
thank you Simon
that´s a great little piece of code, I think it should be included on a default file installation
I would kindly ask for your comments on my other posts still not replied so far by anyone
http://forum.opencart.com/viewtopic.php?f=113&t=38972
http://forum.opencart.com/viewtopic.php?f=20&t=38981
http://forum.opencart.com/viewtopic.php?f=20&t=38964
greetings
that´s a great little piece of code, I think it should be included on a default file installation
I would kindly ask for your comments on my other posts still not replied so far by anyone
http://forum.opencart.com/viewtopic.php?f=113&t=38972
http://forum.opencart.com/viewtopic.php?f=20&t=38981
http://forum.opencart.com/viewtopic.php?f=20&t=38964
greetings
Who is online
Users browsing this forum: No registered users and 2 guests