View Single Post
  #6  
Old 03-21-2008, 06:07 AM
 
jasonkyle jasonkyle is offline
 

Member
  
Join Date: Jul 2007
Posts: 22
 

Default Re: "payment is in processing...

Thats a no go, Im seeing nothing in there that parses in the details...

So this is payment_wait.tpl

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>

This comes from Payment_wait_end.tpl

Code:
</body> </html>

and then theres this part that I cant find:

Code:
<br /><br />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><meta http-equiv="Refresh" content="0;URL=http://69.20.50.57/cart.php?mode=checkout&err=fields&paymentid=17" />
__________________
http://www.readingglasses.com
x-cart version 4.1.8 with extensive modification.
Reply With Quote