{* product brief view (from a category or search) *} {if $product_info ne NULL}

{if $product_info[7]} {$product_info[1]}
{$smarty.const.MORE_INFO_ON_PRODUCT}
{else} {if $product_info[5]} {$product_info[1]} {$smarty.const.MORE_INFO_ON_PRODUCT} {/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} {/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_info[2]}
{/if}