{* product brief view (from a category or search) *} {if $product_info ne NULL} {assign var="id" value=$product_info.productID}
{$product_info.name}
{if $smarty.session.access==3}
![]()
{section name=i loop=$smarty.session.comp}
{if $smarty.session.comp[i] == $product_info[11]}
{assign var="check" value="1"}
{/if}
{/section}
{if $check}
![]() ![]() |
|||
{if $product_info.thumbnail || $p_default[$id]}
![]() ![]() |
{if $product_info.brand_name}
{$smarty.const.STRING_MANUFACTURER}: {$product_info.brand_name} {/if} {$product_info.brief_description} {assign var="id" value=$product_info.productID} {assign var="new_price" value="0"} {if (isset($options[$id]))} {assign var="p" value=0}
|
||
{if $product_info[8] > 0} {* rating *}
{section name=i loop=5}{if $smarty.section.i.index<$product_info[3]}![]() ![]() |
|||
{* show list price? *}
{if $product_info.list_price > 0 && $product_info.list_price > $product_info.Price && $product_info.Price > 0}
{$smarty.const.LIST_PRICE}: {$product_info.list_price_letters} {/if} |
|||
{$smarty.const.CURRENT_PRICE}: {$product_info.Price_letters} | |||
{if $product_info.list_price > 0 && $product_info.list_price > $product_info.Price && $product_info.Price > 0} {$smarty.const.YOU_SAVE}: {$product_info.you_save_val} ({$product_info.you_save_val_p}%) {/if} | |||
{$smarty.const.MORE_ABOUT_PRODUCT} {if $product_info[28]>0} {$smarty.const.ADD_TO_CART_STRING} {/if} |