View Single Post
  #2  
Old 11-11-2005, 01:01 PM
 
balinor balinor is offline
 

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

Default

Just edit the x value where the image appears in the code to a specific number, ie in cart.tpl, replace this

Code:
image_x=$products[product].image_x

with this

Code:
image_x=100

replace 100 with whatever number you want. You'll also have to remove the image_y all together so that it doesn't stretch the image.
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote