Quote Originally Posted by buildingblocks View Post
change CATEGORIES_ROOT','2' to CATEGORIES_ROOT','0' and see if that helps
Thank you so much for your ideas. But it did not help.


the only thing i did not find to change in my tpl_categories.php, was this, but this should not so effect the category.

PHP Code:
#############################################################################
### FILE includes/templates/template_default/sideboxes/tpl_categories.php ###
#############################################################################
Line 33:
$specials_index $db->ExecuteRandomMulti($specials_index_queryMAX_DISPLAY_SPECIAL_PRODUCTS_INDEX);
Replace by:
$specials_index $db->ExecuteRandomMulti(cat_filter($specials_index_query), MAX_DISPLAY_SPECIAL_PRODUCTS_INDEX);