View Single Post
  #4  
Old 04-26-2004, 01:48 AM
  shan's Avatar 
shan shan is offline
 

X-Guru
  
Join Date: Sep 2002
Location: Birmingham, UK
Posts: 6,163
 

Default

you have to edit products.tpl and product.tpl.

look for something like this

Code:
{include file="product_thumbnail.tpl" productid=$products[product].productid image_x=$config.Appearance.thumbnail_width product=$products[product].product tmbn_url=$products[product].tmbn_url} {$lng.lbl_see_details}</a>

you can change the parts

Code:
[product].productid image_x=$config.Appearance.thumbnail_width

to maybe

Code:
[product].productid image_x=100
__________________
Looking for a reliable X-cart host ?
You wont go wrong with either of these.

EWD Hosting
Hands On Hosting
Reply With Quote