{* шаблон вывода товаров в категориях *} {if !$is_filter}
{if $smarty.const.CONF_SHOW_PARENCAT eq 1} {if $catrescur}
{section name=r loop=$catrescur} {/section}
{/if} {/if}
{if $smarty.const.CONF_SHOW_COUNTPROD eq 1} {$smarty.const.STRING_PRODUCTS}: {$products_to_showc} {/if}
{if $products_to_show}
{if $string_product_sort}
{assign var="sort_arr" value=$sort_arr|getCustomSort}
{/if}
{/if}
{/if} {if $products_to_show}
{section name=u loop=$products_to_show}
{if $products_to_show[u].custom_brief}{include file=$products_to_show[u].custom_brief product_info=$products_to_show[u]}{else}{include file="product_brief.tpl.html" product_info=$products_to_show[u]}{/if}
{/section}
{if $selected_category.products_count > 0 } {if !$is_filter && !$smarty.get.show_all && $products_to_showc > ($smarty.get.offset+$on_page)}{/if} {/if}
{if $catalog_navigator}
{$catalog_navigator}
{/if}
{else}
{if !$search_with_change_category_ability || $advanced_search_in_category}{if $advanced_search_in_category}{$smarty.const.STRING_EMPTY_SEARCH_RESULT}{else}{$smarty.const.STRING_EMPTY_CATEGORY}{/if}{/if}
{/if}
{if $selected_category.description} {if $selected_category.h1}

{$selected_category.h1}

{/if} {$selected_category.description} {/if}
{if !$is_filter}
{/if}