View Single Post
  #10  
Old 08-27-2005, 09:56 PM
 
Dorette Dorette is offline
 

Advanced Member
  
Join Date: Jun 2005
Posts: 71
 

Default

Hi Shan,
I used this code and I am getting the no image available image instead of the thumbnail where there is no detailed image



{if $images}
{include file="modules/Detailed_Product_Images/product_images.tpl" }
{else}
{include file="product_thumbnail.tpl" productid=$products[product].productid image_x=$config.Appearance.thumbnail_width product=$products[product].product tmbn_url=$products[product].tmbn_url}
{/if}
__________________
Version 4.0.17
Reply With Quote