View Single Post
  #3  
Old 04-29-2008, 04:40 PM
 
markwhoo markwhoo is offline
 

X-Adept
  
Join Date: Nov 2003
Posts: 799
 

Default Re: Continue Shopping button that returns customer to catagory

Just an FYI, if you want an easy way to go back to where you came form for any reason (when ticking button), i suggest using the most simple method out there...

Quote:
{include file="buttons/button.tpl" button_title=$lng.lbl_go_back style="button" href="javascript:history.go(-1)"}

Keep in mind that is an example, but in your case you have a cart button for continue shopping, so you would want to pull the java out and use that on the existing button...

Quote:
href="javascript:history.go(-1)"

Note the value -1. this can be changed to as many steps back as you wish, so if you need to go back two or three, simply change value to -2 or -3.
__________________
vs 4.1.12
Reply With Quote