{* category view *}
|
{/if}
{$smarty.const.LINK_TO_HOMEPAGE}
{section name=i loop=$product_category_path}
{if $product_category_path[i].categoryID != 1}
/ {$product_category_path[i].name}
{/if}
{/section}
{if $allow_products_search}
{include file="advanced_search_in_category.tpl.html"}
{/if}
{* description *}
{$selected_category.description}
{* show subcategories *}
{section name=i loop=$subcategories_to_be_shown}
{$subcategories_to_be_shown[i][1]}
({$subcategories_to_be_shown[i][2]}) |
{if $products_to_show}
{if $search_with_change_category_ability && !$advanced_search_in_category} {else} {if $advanced_search_in_category} < {$smarty.const.STRING_EMPTY_SEARCH_RESULT} > {else} < {$smarty.const.STRING_EMPTY_CATEGORY} > {/if} {/if} {/if} |