Aidank Posted July 29, 2006 Share Posted July 29, 2006 Hello, When I list an item which is for sale and it appears in my categories box. If there are sub categories there is a symbol which is -> to signify this. I would like to remove this symbol and also the number in brackets which indicates the number of items in the particular category. I know I have seen it listed elsewhere on the forum but after a week of looking I cannot find it Please help Aidank Link to comment Share on other sites More sharing options...
cannuck1964 Posted July 29, 2006 Share Posted July 29, 2006 the number in brackets which indicates the number of items in the particular category.The admin configuration tool allows you to turn this on or off... If there are sub categories there is a symbol which is -> to signify this. I would like to remove this symbolyou would need to edit the file catalog/includes/boxes/categories.php I do not use this anymore but from what I remember you would look at around line 25 or so and you will see the -> within the code, just delete them and leave it with two single quotes ( ie '' ) cheers, Peter M Peter McGrath ----------------------------- See my Profile (click here) for more information and to contact me for professional osCommerce support that includes SEO development, custom development and security implementation Link to comment Share on other sites More sharing options...
Guest Posted July 30, 2006 Share Posted July 30, 2006 The admin configuration tool allows you to turn this on or off... you would need to edit the file catalog/includes/boxes/categories.php I do not use this anymore but from what I remember you would look at around line 25 or so and you will see the -> within the code, just delete them and leave it with two single quotes ( ie '' ) cheers, Peter M I like what you said and this has also helped me with my category presentation. I have a question about i guess it would be called a sub sub category. I have the main category, then a subcategory and then another subcategory within the first subcategory. My problem is that the second subcategory is lining up right underneath the first subcategory, and I wanted it indented. Sorry if it sounds confusing. Maybe this diagram will help Right now its looking like this Software ...Best Sellers ...MAC ...PC Software is the main category, best sellers is the subcategory, and MAC and PC are the subcategories of Best Sellers but they are coming up right underneath Best Sellers, and I want them to look like this Software ...Best Sellers ......MAC .......PC Hope this isnt too confusing Link to comment Share on other sites More sharing options...
pigpigching Posted August 1, 2006 Share Posted August 1, 2006 if (tep_has_category_subcategories($counter)) { $categories_string .= '->'; } COMMENT OUT this....at the...\catalog\includes\boxes\categories.php...abt line41-43 Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.