{* шаблон блока популярных товаров с вертикальной прокруткой *} {if $popular_products}{literal}{/literal}
{if $popular_products[i].cena <= 0}{$smarty.const.STRING_NOPRODUCT_IN}{else}{$popular_products[i].Price}{/if}
{/section}{section name=i loop=$popular_products}{$popular_products[i].name}{if $popular_products[i].cena <= 0}{$smarty.const.STRING_NOPRODUCT_IN}{else}{$popular_products[i].Price}{/if}
{/section}