brenridley Posted August 7, 2004 Posted August 7, 2004 I turned off category counts in the admin. But I still get -> next to categories that include sub categories. How do I get rid of it? See: http://www.glamourshades.com/store/index.php?cPath=22 Thanks, Bren
mugitty Posted August 7, 2004 Posted August 7, 2004 In catalog/includes/boxes/categories.php FIND (about line 41) if (tep_has_category_subcategories($counter)) { $categories_string .= '->'; CHANGE TO if (tep_has_category_subcategories($counter)) { $categories_string .= ''; ... if you want to REALLY see something that doesn't set up right out of the box without some tweaking, try being a Foster Parent!
RojanUK Posted August 8, 2004 Posted August 8, 2004 And another one of my problems bites the dust. Thanks guys! RojanUK
Recommended Posts
Archived
This topic is now archived and is closed to further replies.