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