В файле /published/SC/html/scripts/modules/test/_methods/category_search_result.php
дописываем
$smarty->assign( 'subcategories_to_be_shown', catGetSubCategoriesSingleLayer($categoryID));
конец файла примерно такой
if ( CONF_PRODUCT_SORT == '1' )_sortSetting( $smarty, set_query() );
//calculate a path to the category
$smarty->assign( 'subcategories_to_be_shown', catGetSubCategoriesSingleLayer($categoryID));
$smarty->assign( 'product_category_path', catCalculatePathToCategory($categoryID) );
$smarty->assign( 'search_with_change_category_ability', 1 );
$smarty->assign( 'catalog_navigator', $navigatorHtml );
$smarty->assign( 'products_to_show', $products);
}
$smarty->assign( 'main_content_template', 'category_search.html');
?>
и всё!
дописываем
$smarty->assign( 'subcategories_to_be_shown', catGetSubCategoriesSingleLayer($categoryID));
конец файла примерно такой
if ( CONF_PRODUCT_SORT == '1' )_sortSetting( $smarty, set_query() );
//calculate a path to the category
$smarty->assign( 'subcategories_to_be_shown', catGetSubCategoriesSingleLayer($categoryID));
$smarty->assign( 'product_category_path', catCalculatePathToCategory($categoryID) );
$smarty->assign( 'search_with_change_category_ability', 1 );
$smarty->assign( 'catalog_navigator', $navigatorHtml );
$smarty->assign( 'products_to_show', $products);
}
$smarty->assign( 'main_content_template', 'category_search.html');
?>
и всё!
Комментариев нет:
Отправить комментарий