View Single Post
  #76  
Old 04-24-2009, 05:42 AM
 
minfinger minfinger is offline
 

X-Adept
  
Join Date: Apr 2009
Posts: 678
 

Default Re: The universal solution "Continue Shopping Button"

Victor,

The following does exist in my "skin1/modules/Fast_Lane_Checkout/home_main.tpl" or in the 4.2 zip file.
Code:
<td>{include file="modules/Fast_Lane_Checkout/big_button.tpl" button_title=$lng.lbl_continue_shopping style="button" href="home.php"}</td>


Here is mine:
Code:
{* $Id: home_main.tpl,v 1.7 2008/09/22 07:31:18 max Exp $ vim: set ts=2 sw=2 sts=2 et: *} {if $checkout_step eq 0} {include file="modules/Fast_Lane_Checkout/checkout_0_enter.tpl"} {elseif $checkout_step eq 1} {include file="modules/Fast_Lane_Checkout/checkout_1_profile.tpl"} {elseif $checkout_step eq 2} {include file="modules/Fast_Lane_Checkout/checkout_2_method.tpl"} {elseif $checkout_step eq 3} {include file="modules/Fast_Lane_Checkout/checkout_3_place.tpl"} {else} {include file="customer/main/cart.tpl"} {/if}
__________________
X-Cart 4.3
Joomla
Among other things
Reply With Quote