TwilightRealm Posted May 28, 2009 Posted May 28, 2009 The category links have a little text arrow and list the quality of products in that category. Is there any way to change, for example: Gifts & Misc-> (5) to just: Gifts & Misc ? Quote
Black Jack 21 Posted May 29, 2009 Posted May 29, 2009 The category links have a little text arrow and list the quality of products in that category. Is there any way to change, for example: Gifts & Misc-> (5) to just: Gifts & Misc ? Simple: Log in to your admin/configuration/my store -> Show Category Counts -> false This will also make your shop faster. Quote
TwilightRealm Posted May 31, 2009 Author Posted May 31, 2009 Simple: Log in to your admin/configuration/my store -> Show Category Counts -> false This will also make your shop faster. Thank you, this got rid of the count, but there's still a text arrow "Gifts & Misc ->" I can't find which file contains this because when I search for -> I get the results for script <!-- comments --> Quote
germ Posted May 31, 2009 Posted May 31, 2009 /catalog/includes/boxes/categories.php Change: if (tep_has_category_subcategories($counter)) { $categories_string .= '->'; } To: /* commented out the -> if (tep_has_category_subcategories($counter)) { $categories_string .= '->'; } */ BACKUP THE FILE FIRST!!! You break it - You bought it... :blush: Quote If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there >
TwilightRealm Posted May 31, 2009 Author Posted May 31, 2009 Thank you, this did the trick! /catalog/includes/boxes/categories.php Change: if (tep_has_category_subcategories($counter)) { $categories_string .= '->'; } To: /* commented out the -> if (tep_has_category_subcategories($counter)) { $categories_string .= '->'; } */ BACKUP THE FILE FIRST!!! You break it - You bought it... :blush: Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.