X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   "Not updated in 5 seconds" code? (https://forum.x-cart.com/showthread.php?t=8986)

panorama 08-19-2004 07:58 AM

"Not updated in 5 seconds" code?
 
Hi all,

Does anyone have a clue where to find the HTML code for:

"If the page is not updated in a 5 seconds, please follow this link: continue >>"

It appears after an order has been placed. I can't find it anywhere! :lol:

Thanks
Glenn

B00MER 08-20-2004 10:49 PM

could be payment/payment_wait.php or the language text: txt_header_location_note

sparkie1001 05-13-2005 03:41 PM

where do we go to alter the page not updated in 5 seconds
 
What template do we alter to change the message
If the page not updated in 5 seconds click here

B00MER 05-14-2005 07:48 AM

include/func.php find:

Code:

                echo "

".func_get_langvar_by_name("txt_header_location_note", array("time" => 5, "location" => $location));
                echo "<META http-equiv=\"Refresh\" content=\"0;URL=$location\">";



All times are GMT -8. The time now is 03:04 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.