{* product brief view (from a category or search) *} {if $product_info ne NULL} {if $product_info.slug} {assign var=_product_url value="?ukey=product&productID=`$product_info.productID`&product_slug=`$product_info.slug`"|set_query_html} {else} {assign var=_product_url value="?ukey=product&productID=`$product_info.productID`"|set_query_html} {/if} {if $widget} {assign var=_form_action_url value="&view=noframe&external=1"} {/if}
{assign var=_cnt value=''} {if $product_info.thumbnail || $product_info.picture}
{if $product_info.thumbnail} {$product_info.name|escape:'html'} {elseif $product_info.picture} {$product_info.name|escape:'html'} {/if}
{/if}
{$product_info.name|escape:'html'} {* product code (SKU) *} {if $product_info.product_code && $smarty.const.CONF_ENABLE_PRODUCT_SKU}
{$product_info.product_code|escape:'html'} {/if}
{$product_info.brief_description}
{if $smarty.const.CONF_VOTING_FOR_PRODUCTS eq 'True'} {if $PAGE_VIEW ne 'mobile' && $product_info.customer_votes > 0} {* rating *}
 
 
{/if} {/if} {if $currencies_count ne 0 && $product_info.Price > 0}
{$product_info.PriceWithUnit}
{/if} {if $PAGE_VIEW ne 'mobile' && $product_info.allow_products_comparison && $show_comparison} {* removed ' && $categoryID == $product_info.categoryID' *}
{/if}
{/if}