Guest Posted November 19, 2007 Posted November 19, 2007 Hello, Im wanting to remove the product count which appears in brackets eg. (12) in the categories box on my installation of Oscommerce. I just wondered if someone could give me a step by step on how to do this? Thanks Alot, Steve
Guest Posted November 19, 2007 Posted November 19, 2007 Hello, Does anyone have any ideas or advice on this as i cant seem to get rid of it? Cheers Steve
spax Posted November 19, 2007 Posted November 19, 2007 Go to your Admin>Configuration look down the options and set "Show Category Counts" to false. To remove the -> you need to comment out this block of code in includes/boxes/categories.php, like this // if (tep_has_category_subcategories($counter)) { // $categories_string .= '-& gt;'; // }
Recommended Posts
Archived
This topic is now archived and is closed to further replies.