View Single Post
  #97  
Old 08-23-2010, 08:14 AM
 
equinix equinix is offline
 

Newbie
  
Join Date: Apr 2008
Posts: 9
 

Default Re: The universal solution "Continue Shopping Button"

This is working fine for me in 4.3.1
I added the original code to cart.php and then modified the template file, except it's not home_main.tpl - the file you need to edit is in skin/modules/Fast_Lane_Checkout/home.tpl

Look for these lines:

Code:
<div class="flc-buttons"> {if !$std_checkout_disabled} {include file="customer/buttons/button.tpl" button_title=$lng.lbl_checkout style="div_button" href="cart.php?mode=checkout" additional_button_class="flc-3-button"} {/if} {include file="customer/buttons/button.tpl" button_title=$lng.lbl_continue_shopping style="div_button" href="`$back_url`" additional_button_class="flc-1-button"} </div> <div class="clearing"></div>

and just replace "home.php" with "`$back_url`" - watch the apostrophes
__________________
X-Cart 4.3.0 Gold
Linux
Reply With Quote