View Single Post
  #10  
Old 03-06-2007, 08:51 PM
 
Chris B Chris B is offline
 

eXpert
  
Join Date: Oct 2002
Posts: 226
 

Smile Re: Simple Continue Shopping Button

Or for better button layout insert the following:

<TR>
<TD colspan="2">
&nbsp;
</TD>
</TR>
<TR>
<TD>
&nbsp;
</TD>
<TD align="right">
{include file="buttons/button.tpl" button_title=$lng.lbl_continue_shopping style="button" href="home.php"}
</TD>
</TR>


right after:
<TD align="right">
{include file="buttons/button.tpl" button_title=$lng.lbl_checkout style="button" href="cart.php?mode=checkout"}
</TD>
</TR>
__________________
4.0x - 4.5x
Reply With Quote