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

{if $product_info.thumbnail} {$product_info.name}
{$smarty.const.MORE_INFO_ON_PRODUCT}


{else} {if $product_info.picture} {$product_info.name} {$smarty.const.MORE_INFO_ON_PRODUCT}

{/if} {/if} {if $product_info.allow_products_comparison} {* removed ' && $categoryID == $product_info.categoryID' *}
{$smarty.const.STRING_SELECT_TO_COMPARISON}
{/if}{* $product_info.allow_products_comparison *}
{if $product_info.shipping_freightUC} {/if} {counter name='select_counter' start=0 skip=1 print=false assign='select_counter_var'} {section name=i loop=$product_info.product_extra} {if $product_info.product_extra[i].option_type eq 0 } {else} {section name=k loop=$product_info.product_extra[i].option_show_times} {/section} {/if} {/section} {if $select_counter_var != 0} {/if} {if $product_info.brief_description} {/if}

{$product_info.name} {if $product_info.customer_votes > 0} {* rating *}

{section name=i loop=5} {/section}
{if $smarty.section.i.index<$product_info.customers_rating} {else} {/if}
({$smarty.const.VOTES_FOR_ITEM_STRING}: {$product_info.customer_votes})
{/if}

{* add to cart *} {if $smarty.const.CONF_OPEN_SHOPPING_CART_IN_NEW_WINDOW eq 0} {* shopping cart page is shown in the same window - in this cart 'add to cart' button is a form submit button *} {if $product_info.Price>0 && ( $smarty.const.CONF_SHOW_ADD2CART eq 1 ) && ( $smarty.const.CONF_CHECKSTOCK==0 || $product_info.in_stock > 0 ) } {/if} {else} {* shopping cart page is shown in a popup window *} {if $product_info.Price>0 && ( $smarty.const.CONF_SHOW_ADD2CART eq 1 ) && ( $smarty.const.CONF_CHECKSTOCK==0 || $product_info.in_stock > 0 ) } {$smarty.const.ADD_TO_CART_STRING} {else}   {/if} {/if} {counter name='select_counter_hidden' start=0 skip=1 print=false} {section name=i loop=$product_info.product_extra} {if $product_info.product_extra[i].option_type eq 1} {section name=s loop=$product_info.product_extra[i].option_show_times} {/section} {/if} {/section}
{if $currencies_count ne 0 && $product_info.Price > 0} {* 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_priceWithUnit}
{/if} {$smarty.const.CURRENT_PRICE}: {if $product_info.Price <= 0}n/a{else}{$product_info.PriceWithUnit}{/if} {* you save *} {if $product_info.list_price > 0 && $product_info.list_price > $product_info.Price && $product_info.Price > 0}
{$smarty.const.YOU_SAVE}: {$product_info.SavePrice} ({$product_info.SavePricePercent}%)
{/if} {/if}
{$smarty.const.ADMIN_SHIPPING_FREIGHT}: {$product_info.shipping_freightUC}
{$product_info.product_extra[i].name}{if $product_info.product_extra[i].option_show_times > 1} ({$smarty.section.k.index+1}):{else}:{/if} {counter name=select_counter} {if $smarty.section.k.index == 0} {else} {/if}
{if $product_info.Price > 0} {$smarty.const.CURRENT_PRICE_OPTION}:
{/if} {if $product_info.Price <= 0} {else} {/if}
{$product_info.brief_description}
{if $select_counter_var != 0} {/if}
{/if}