View Single Post
  #6  
Old 04-29-2007, 03:49 AM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default Re: thumbnails in cart pages

Ok, in your version, the code for the thumbnail is this:

{include file="product_thumbnail.tpl" productid=$imageid image_x=$config.Appearance.thumbnail_width product=$products[product].product tmbn_url=$products[product].pimage_url type=$products[product].is_pimage}

If you want to change the size, just replace this:

image_x=$config.Appearance.thumbnail_width

with

image_x=50

Replace 50 with the size you want for the width.
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote