Displaying all categories and sub-categories in category box in osCommerce
osCommerce by default displayes only top level categories in category box. To display all categories and sub-categories hierarchy in category box follow these instructions. Steps: index.php – change on around line 37: if ($category_depth == ‘nested’) { To: if ($category_depth…