Visual fix - "Please wait while we process your order&q
Hello All!
I am trying to figure out a way to make the Payment_wait.php page use the site template instead of the blank white page. I have tried adding and include "home.tpl" tag, and it sucessfully displays the site layout, but I get an "access denied" message for about 30 seconds and then the order goes thru. There is most likely something simple that I have missed, so I call upon the mighty programming skills of the gurus present ! Any suggestions? v. 4.0.14 |
Allan,
I highly recommend against adding the main template to this file. It is meant to simply flash on the screen for a couple seconds. Adding the entire site template will significantly slow down this process. You can format the text, and maybe add some color...but I wouldn't add anything that would delay the process. |
Balinor,
Thank you for your concerned response. After I posted this, i thought about it a bit more and decided to just add the "head.tpl", not the "home.tpl". As I use the PP Pro payment processor, sometimes the "please wait while..." message can stay for up to 45 seconds, so at least I wanted to make that part of the process look like it is actually part of the site. After completing this task, the page now uses the main site header and stylesheet to at least to make it less ugly and more personalized. Page Load speed is more than adequate :D I expanded on the idea posted here: http://forum.x-cart.com/viewtopic.php?t=15473&highlight=paymentwait and came up with the following if anyone is interested: - (Thanks to svtorres for the initial work!) Edit include/payment_wait.php - replace with the following: Code:
<?php Create a new file called paymentprocessing.tpl - (will reside in /skin1/customer) - with the below information: Code:
{* $Id: paymentprocessing.tpl,v 1.0 2005/07/07 13:28:00 svowl Exp $ *} You can change the font color to better match your site if desired, in this example, it is dark blue. Hope this helps someone! Allan |
Thanks- that looks a lot better!
JKW |
I agree, much better! Thanks.
Jason |
HI
I want to add ths image http://www.eaglemobiles.co.uk/e-shop/skin1/images/order_process.gif but when i open the animation does not work, may be because the time need to be more. Any one please can help?
Thanks |
maybe you could use a Javascript to preload the image on the page before.
|
location payment_wait.php
dumb question, but I can't locate payment_wait.php
any help?! |
Check your store/include/payment_wait.php
|
payment_wait.php woes
This script causes a malformed html page (at least when using payflow link as we are) and a bad user experience -- our site is dark and they go from one dark page to another with a glaring white page in between that states:
"Your order is being placed. Please wait... Please wait while connecting to VeriSign Payflow Link payment gateway..." in the middle. It's hideous. Shall I comment the include of payment_wait.php altogether from payment_cc.php? It would seem that that would be the only way to get a properly formed html page out of cc_verisignl.php without doing something even uglier -- having payment wait begin the html tags for the whole page and remove them from the cc_verisignl.php. Yuck. Anyone already crossed this bridge? TIA. |
All times are GMT -8. The time now is 04:13 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.