View Single Post
  #1  
Old 11-11-2004, 02:51 PM
 
AJ-UKRS AJ-UKRS is offline
 

Advanced Member
  
Join Date: Jan 2004
Posts: 92
 

Default Continue Button In Cart Mod

I searched and searched on the forums for this simple mod and eventually worked it out myself...

So i thought i would post it up to help others...

I'm a novice to this... but i hope this helps...

1. Create a tpl called cs.tpl with the following code

Code:
{include file="buttons/button.tpl" button_title="Continue Shopping"}

Put this file in the /buttons directory

2. Now open cart.tpl in /customer/main

and find:


and add this before:


Please replace your-shop-url.com with your shop url...

Hope this is ok...
Reply With Quote