{* product detailed information view *} {if $product_info ne NULL} {if $selected_category[3]} {/if}
{$selected_category[1]} {$smarty.const.LINK_TO_HOMEPAGE} : {section name=i loop=$product_category_path} {$product_category_path[i][1]} : {/section}

{/if}
{if $product_info[5]} {if $product_info[9]} {$product_info[1]}
{$smarty.const.ENLARGE_PICTURE}
{else} {$product_info[1]} {/if} {else} {if $product_info[7]} {if $product_info[9]} {$product_info[1]}
{$smarty.const.ENLARGE_PICTURE}
{else} {$product_info[1]} {/if} {/if} {/if}

{$product_info[1]}

{if $product_info[8] > 0} {* rating *} {section name=i loop=5}{if $smarty.section.i.index<$product_info[3]}{else}{/if}{/section} ({$product_info[8]} {$smarty.const.VOTES_FOR_ITEM_STRING}) {/if}

{$smarty.const.DISCUSS_ITEM_LINK}

{* add to cart *} {if $smarty.const.CONF_SHOW_ADD2CART eq 1} {if $product_info[6] > 0 && $product_info[4] > 0} {$smarty.const.ADD_TO_CART_STRING} {else}  {/if} {/if}
{if $product_info[4] > 0} {* show list price? *} {if $product_info[10] > 0 && $product_info[10] > $product_info[4] && $product_info[4] > 0} {$smarty.const.LIST_PRICE}: {$product_info[13]}
{/if} {$smarty.const.CURRENT_PRICE}: {$product_info[12]} {* you save *} {if $product_info[10] > 0 && $product_info[10] > $product_info[4] && $product_info[4] > 0}
{$smarty.const.YOU_SAVE}: {$product_info[14]} ({$product_info[15]}%)
{/if} {/if}
{* product code *} {if $product_info.product_code ne ""} {$smarty.const.ADMIN_PRODUCT_CODE}: {$product_info.product_code} {/if} {* in stock info *}

{$smarty.const.IN_STOCK}: {if $product_info[6] > 0}{$smarty.const.ANSWER_YES}{else}{$smarty.const.ANSWER_NO}{/if}
{* related products *} {if $product_related_number > 0}


{$smarty.const.STRING_RELATED_ITEMS}:
{section name=i loop=$product_related} {/section}
 {$product_related[i][1]} {$product_related[i][2]}



{$product_info[2]}

{$smarty.const.VOTING_FOR_ITEM_TITLE}
{$smarty.const.MARK_EXCELLENT}
{$smarty.const.MARK_GOOD}
{$smarty.const.MARK_AVERAGE}
{$smarty.const.MARK_POOR}
{$smarty.const.MARK_PUNY}

{/if}