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)
-   -   "payment is in processing... (https://forum.x-cart.com/showthread.php?t=38479)

jasonkyle 03-21-2008 12:27 PM

Re: "payment is in processing...
 
Nevermind, i figured it out... it's:

Code:

echo "<p class=\"process_close\">".func_get_langvar_by_name ("txt_header_location_note", array("time" => 2, "location" => $location), false, true, true) . "</p>" ;

kube 03-21-2008 01:01 PM

Re: "payment is in processing...
 
make sure you have removed the original closing/ending </div> tag as well... You never know what IE8 could throw up in future when it visits that page ;D

jasonkyle 03-21-2008 01:05 PM

Re: "payment is in processing...
 
There werent any div tags... that was the problem... I had no way to style it.

The page now outputs like this:

Code:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html>
<head>
<title>Your order is being placed. Please wait...</title>
<link rel="stylesheet" href="/assets/css/screen.css" media="screen" />
</head>
<body>

<div class="processing">
<h1>Your order is being placed. Please wait...</h1>
<img src="/assets/img/processing.gif" />
</div>

<p class="process_close">If the page is not updated in 2 seconds, please follow this link: <a href="http://69.20.50.57/cart.php?mode=checkout&err=fields&paymentid=17">continue &gt;&gt;</a></p><meta http-equiv="Refresh" content="0;URL=http://69.20.50.57/cart.php?mode=checkout&err=fields&paymentid=17" />
</body>
</html>


Furthermore, thanks again and good looking out. IE is the devil.

kube 03-21-2008 01:49 PM

Re: "payment is in processing...
 
Ah sorry, I must've misunderstood from post #9 as the code had began with... echo "<div class=\"process_close\">.

jasonkyle 03-21-2008 08:28 PM

Re: "payment is in processing...
 
oh i see what your saying, and i changed div to p (and i edited that post cuz i left my edit in there and it could confuse someone coming behind with the same issue) so it would break down better if the style sheet isnt read. div is the go to for testing... then i think about it :)

But again, thanks and good looking out.


All times are GMT -8. The time now is 10:00 AM.

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