View Single Post
  #11  
Old 08-29-2004, 06:10 PM
 
Brian Peat Brian Peat is offline
 

Advanced Member
  
Join Date: Aug 2004
Location: Mc Connellsburg, PA
Posts: 73
 

Default

I ended up doing this after creating that label:

Added this:
<TD align="right">
{include file="buttons/button.tpl" button_title=$lng.lbl_continue_shop style="button"}
</TD>

Right above this:

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

So it uses my button style and lines up right next to it. It also actually loads the front of the store again (my store is small). I wasn't sure I liked the Javascript thing. It works great.
__________________
X-Cart Gold 4.3.1
Php 5.2.14
MySQL: 5.1.52
My Machine: OS X 10.6.5
Reply With Quote