bhannon Posted April 19, 2007 Posted April 19, 2007 How do I remove product quantities and arrows!!!!!???
bhannon Posted April 19, 2007 Author Posted April 19, 2007 How do I remove product quantities and arrows!!!!!??? bump
Guest Posted April 19, 2007 Posted April 19, 2007 How do I remove product quantities Admin panel --> configuration --> my store --> Show Category Counts --> false and arrows!!!!!??? open file : includes/boxes/categories.php change this : if (tep_has_category_subcategories($counter)) { $categories_string .= '->'; } to this : if (tep_has_category_subcategories($counter)) { $categories_string .= ''; }
bhannon Posted April 19, 2007 Author Posted April 19, 2007 Admin panel --> configuration --> my store --> Show Category Counts --> falseopen file : includes/boxes/categories.php change this : if (tep_has_category_subcategories($counter)) { $categories_string .= '->'; } to this : if (tep_has_category_subcategories($counter)) { $categories_string .= ''; } Thank you Corrina, you are a goddess!!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.