View Single Post
  #1  
Old 09-22-2010, 12:13 PM
 
HookahMaster HookahMaster is offline
 

Member
  
Join Date: Oct 2006
Posts: 18
 

Default Wishlist Change Image Size

I am wanting to change the image size of the thumbnail image that shows up in my wishlist. Can anyone help?

This is the page I am working on:https://www.saharasmoke.com/store/cart.php?mode=wishlist&keep_https=yes

The problem is the image stretches out my template. Here is the code I am working with:

<a href="product.php?productid={$wl_products[product].productid}&amp;quantity={$wl_products[product].amount}">{if $wl_products[product].is_pimage eq 'W' }{assign var="imageid" value=$wl_products[product].variantid}{else}{assign var="imageid" value=$wl_products[product].productid}{/if}{include file="product_thumbnail.tpl" productid=$imageid image_x=$wl_products[product].pimage_x image_y=$wl_products[product].pimage_y product=$wl_products[product].product tmbn_url=$wl_products[product].pimage_url type=$wl_products[product].is_pimage}</a>


Please help.

Thanks,
llana
__________________
webmaster@saharasmoke.com
X-cart v4.3.1[unix]
X-cart v4.1.9[unix]
X-cart v4.1.8[unix]
X-cart v4.1.6[unix]
Reply With Quote