{* category view *}
{section name=i loop=$product_category_path} {if $product_category_path[i].categoryID != 1} {$product_category_path[i].name|escape:'html'} {if !$smarty.section.i.last} {$BREADCRUMB_DELIMITER}{/if} {/if} {/section} | |
{*
@features "Search products by params"
*}
{if $allow_products_search}
{include file="advanced_search_in_category.tpl.html"}
{/if}
{*
@features
*}
{* description *}
{$selected_category.description}
{* show subcategories *} {section name=i loop=$subcategories_to_be_shown} {if $subcategories_to_be_shown[i][3]} {assign var=_sub_category_url value="?categoryID=`$subcategories_to_be_shown[i][0]`&category_slug=`$subcategories_to_be_shown[i][3]`"|set_query_html} {else} {assign var=_sub_category_url value="?categoryID=`$subcategories_to_be_shown[i][0]`"|set_query_html} {/if} {$subcategories_to_be_shown[i][1]} ({$subcategories_to_be_shown[i][2]}) {/section} |
{$string_product_sort}
{/if} {if $catalog_navigator}{$catalog_navigator}
{/if}{include file="product_brief.html" product_info=$products_to_show[i1]} | {if ($smarty.section.i1.index+1) is div by $smarty.const.CONF_COLUMNS_PER_PAGE}
{$catalog_navigator}
{/if} {* * @features "Products comparison" *} {include file="comparison_products_button.html"} {* * @features *} {else}{if $search_with_change_category_ability} < {"srch_no_matches_found"|translate} > {/if}
{/if}