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

{if $product_info[5]} {if $product_info[9]} {$product_info[1]|replace:'
{$smarty.const.ENLARGE_PICTURE}
{else} {$product_info[1]|replace:' {/if} {else} {if $product_info[7]} {if $product_info[9]} {$product_info[1]|replace:'
{$smarty.const.ENLARGE_PICTURE}
{else} {$product_info[1]|replace:' {/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}

{* 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}


{$product_info[2]}

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

{/if}