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}&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