View Single Post
  #2  
Old 04-09-2003, 09:57 AM
 
funkydunk funkydunk is offline
 

X-Man
  
Join Date: Oct 2002
Location: Cambridge, UK
Posts: 2,210
 

Default

Did this but slightly differently to you:

first created a new button template: showdetail.tpl in skin1/buttons/

Code:
[img]{$ImagesDir}/details.gif[/img]

then in customer/main/products.tpl

have an include such as:

<a href=product.php?productid={$products[product].productid}&cat={$cat}&page={$navigation_page}>{in clude
file="buttons/showdetail.tpl"}</a>

hth
__________________
ex x-cart guru
Reply With Quote