{* Шаблон короткого описния товара *}
{if $product_info ne NULL}
{if $smarty.const.CONF_MOD_REWRITE eq 1}
{assign var="tlink" value="`$product_info.name`"}
{else}
{assign var="tlink" value="`$product_info.name`"}
{/if}
{assign var="preheader" value="+"}
{if $admlink}{assign var="postheader" value=`$preheader``$tlink`}{else}{assign var="postheader" value=$tlink}{/if}
{include file="header.tpl.html" header=$postheader}
{if $currencies_count ne 0}{if $product_info.Price <= 0}{$smarty.const.STRING_NOPRODUCT_IN}{else}{$product_info.PriceWithUnit}{/if}{/if} | {if $currencies_count ne 0}{if $product_info.list_price > 0 && $product_info.list_price > $product_info.Price && $product_info.Price > 0}{$product_info.list_priceWithUnit} | {/if}{/if}
|
{if $product_info.allow_products_comparison}
{/if}
|
|
|
{*
*}
{/if}