View Single Post
  #1  
Old 05-19-2008, 08:32 AM
 
toolexperts toolexperts is offline
 

eXpert
  
Join Date: Feb 2008
Location: Knoxville, TN
Posts: 290
 

Default making the continue shopping button in the cart go back to the department they were i

I am trying to do this, I found the code in Modules, Fast Lane Checkout, Home_main.tpl to change this, however using a standard.

<a href="#" onclick="history.go(-2)"></a>
<input value="Continue Shopping" onclick="history.go(-2)"

Isn't working no matter how I code the button in....I dunnmo maybe I am missing someting?


The area I am altering is like this {include file="modules/Fast_Lane_Checkout/big_button.tpl" button_title=$lng.lbl_continue_shopping style="button" href="home.php"}</td>

Maybe if I delete the include file? and just put in the coding?
__________________
Tool Experts
X-Cart DB Version: 5.4.1.49
Windows
Reply With Quote