View Single Post
  #5  
Old 11-20-2007, 04:33 PM
 
sakeena sakeena is offline
 

Advanced Member
  
Join Date: Mar 2007
Posts: 44
 

Default Re: Show thumbnails in wishlist pages

ok im not sure if this was the best way to fix but i figured out something
in product_thumbnail.tpl
replace
Code:
width="{$image_x}"{/if}{if $image_y ne 0} height="{$image_y}"

with
Code:
width="50"{/if}{if $image_y ne 0} height="50"

using whatever size you need instead of 50
__________________
xcart 4.1.6 unix server
Reply With Quote