terencevs Posted April 25, 2006 Posted April 25, 2006 Hi How do I remove the number of products next to the product catagory. ie. flash memory (18) Thanks Terence
Maggilove Posted April 25, 2006 Posted April 25, 2006 In admin > configuration > my store, change "show category counts" to false. To remove the "->" you need to edit (catalog)/includes/boxes/categories.php. Change this line... $categories_string .= '->'; ...to... $categories_string .= '';
terencevs Posted April 25, 2006 Author Posted April 25, 2006 In admin > configuration > my store, change "show category counts" to false. To remove the "->" you need to edit (catalog)/includes/boxes/categories.php. Change this line... $categories_string .= '->'; ...to... $categories_string .= ''; Thanks so much. I looked everywhere except in the my store section of config! Terence
Recommended Posts
Archived
This topic is now archived and is closed to further replies.