View Single Post
  #12  
Old 08-28-2005, 09:36 AM
 
Dorette Dorette is offline
 

Advanced Member
  
Join Date: Jun 2005
Posts: 71
 

Default

Oops got this

Fatal error: Smarty error: [in customer/main/product.tpl line 23]: syntax error: mismatched tag {/if}. expected {/section} (opened line 1. (Smarty_Compiler.class in /home/httpd/vhosts/xxxxxxxxx/httpdocs/Smarty-2.6.3/Smarty.class.php on line 1082


actually this one was okay but shows the no image available instead of the thumbnail, how do I correct that

{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