gerard Posted March 12, 2006 Posted March 12, 2006 Hello All can anyone point me in the right direction, I would like to remove the item numbers from the catorgories. i.e Catorgories Cheese (26) Crisps(4) tp Cheese Crisps Thanks G
jasonabc Posted March 12, 2006 Posted March 12, 2006 in /catalog/includes/boxes/categories.php find this line of code (around line 50) and comment it out (place a '#' at the beginning): $categories_string .= ' (' . $products_in_category . ')'; so: # $categories_string .= ' (' . $products_in_category . ')'; Jason My Contributions: Paypal Payflow PRO | Rollover Category Images | Authorize.net Invoice Number Fix
gerard Posted March 12, 2006 Author Posted March 12, 2006 in /catalog/includes/boxes/categories.php find this line of code (around line 50) and comment it out (place a '#' at the beginning): $categories_string .= ' (' . $products_in_category . ')'; so: # $categories_string .= ' (' . $products_in_category . ')'; many thanks
Recommended Posts
Archived
This topic is now archived and is closed to further replies.