Guest Posted December 1, 2003 Posted December 1, 2003 I have done a search and am not coming up w/ threads on this. I figure I am not using the correct terms when searching. How do I remove the qty total from behind the category listings? Thanks
Guest Posted December 1, 2003 Posted December 1, 2003 In admin->configuration->my store-> show category counts set to false The_Bear
Guest Posted March 5, 2005 Posted March 5, 2005 well, now that we have the category quantities removed, is there a way to remove that annoying > next to the category name? Thanks! Autumn
Nacer Posted March 5, 2005 Posted March 5, 2005 Go to includes/boxes/categories.php Find the following: if (tep_has_category_subcategories($counter)) { $categories_string .= '->'; } Replace with: if (tep_has_category_subcategories($counter)) { //$categories_string .= '->'; } Enjoy Nacer.
Guest Posted March 7, 2005 Posted March 7, 2005 Yay! You are the best! Thanks a bunch....too bad all these little tips aren't all in one place. I have to search high and low for the littlest things....LOL. Thanks again! Autumn
Recommended Posts
Archived
This topic is now archived and is closed to further replies.