Thread: cart image size
View Single Post
  #4  
Old 07-02-2008, 04:43 AM
  photo's Avatar 
photo photo is offline
 

X-Wizard
  
Join Date: Feb 2006
Location: UK
Posts: 1,146
 

Default Re: cart image size

Quote:
Originally Posted by JWait
in cart.tpl find this line...
Code:
<a href="product.php?productid={$products[product].productid}">{if $products[product].is_pimage eq 'W' }{assign var="imageid" value=$products[product].variantid}{else}{assign var="imageid" value=$products[product].productid}{/if}{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}</a>

change the part that says " image_x=$config.Appearance.thumbnail_width" to "image_x=100" (or whatever you want the width to be in pixels)

Great! Thank you JWait
__________________
v4.1.10
In Dev v4.5.x


"If you don't keep an eye on your business, someone else will."
Reply With Quote