View Single Post
  #26  
Old 02-16-2005, 01:32 AM
 
andreas04031 andreas04031 is offline
 

Advanced Member
  
Join Date: Jun 2004
Location: Dallas, TX
Posts: 64
 

Default

well, I think many of these solutions are not working or too complicated. I just added to customer/main/cart.tpl the following code:
Code:
<TD align="right"><TABLE border="0" cellspacing="0" cellpadding="0" onclick="javascript: self.location='home.php'" style="cursor: pointer;" valign="middle"> <TR><TD>[img]/cart/skin1/images/but1.gif[/img]</TD> <TD class="Button" valign="middle" nowrap><FONT class="Button">Continue shopping</FONT></TD> <TD>[img]/cart/skin1/images/but2.gif[/img]</TD></TR> </TABLE>

right above the code

Code:
<TD align="right"> {include file="buttons/button.tpl" button_title=$lng.lbl_checkout style="button" href="cart.php?mode=checkout"} </TD>

it is in around line 99 in my file (version 4.0.11).

This is the original xcart code from the invoice page, there is already a Continue Shopping button.

Andy
__________________
X-Cart version 3.5.9 (online)
X-Cart Version 4.0.19 (online)
X-Cart Version 4.1.3 (in dev)
PHP 4.4.4
MySQL 4.1.21
Reply With Quote