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
|