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_wait.tpl (https://forum.x-cart.com/showthread.php?t=57545)

SID357 01-15-2011 08:15 PM

payment_wait.tpl
 
Can someone please post the code they currently have in their payment_wait.tpl?

I'm having problems getting my changes to function properly, and would really like to see some other examples.

Thanks!

surfrider 01-26-2011 10:50 AM

Re: payment_wait.tpl
 
This is what I have (V4.1.12):

{* $Id: payment_wait.tpl,v 1.8.2.7 2008/05/14 12:53:24 zaa Exp $ *}
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
{config_load file="$skin_config"}
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>{$lng.msg_order_is_being_placed}</title>
<link rel="stylesheet" href="{$SkinDir}/{#CSSFile#}" />
{include file="meta.tpl" }
</head>
<body{$reading_direction_tag}>
<table cellpadding="0" cellspacing="0" align="center" width="100%">
<tr>
<td class="LCSBackground" height="30">&nbsp;</td>
</tr>
<tr>
<td height="1"><img src="{$ImagesDir}/spacer.gif" class="Spc" alt="" /></td>
</tr>
<tr>
<td class="LCSBackground" height="1"><img src="{$ImagesDir}/spacer.gif" class="Spc" alt="" /></td>
</tr>
<tr>
<td style="padding-left: 30px; padding-top: 10px;"><h1>{$lng.msg_order_is_being_placed}</h1></td>
</tr>
</table>


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

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