View Single Post
  #14  
Old 11-29-2005, 11:22 AM
 
Dorette Dorette is offline
 

Advanced Member
  
Join Date: Jun 2005
Posts: 71
 

Default

I tried this

{if $active_modules.Detailed_Product_Images ne ""}
{include file="modules/Detailed_Product_Images/product_images.tpl" }
{else}
{include file="product_thumbnail.tpl" productid=$product.productid image_x=$product.image_x image_y=$product.image_y product=$product.product tmbn_url=$product.tmbn_url id="product_thumbnail"}
{/if}


but it is not showing any thumbnail if no detail is available

I need it to show

if detailed image is available
show detailed image
else thumbnail
end if
Reply With Quote