cukuir Posted January 8, 2004 Share Posted January 8, 2004 hi all, where can i remove the caracters ( -> ) from the Categories Thanks.... Link to comment Share on other sites More sharing options...
1quicksi Posted January 8, 2004 Share Posted January 8, 2004 Search is your friend, then again being familiar with the admin panel also helps ;) Configuration - mystore - show catagory counts knowledge base | Contributions | Search Link to comment Share on other sites More sharing options...
cukuir Posted January 8, 2004 Author Share Posted January 8, 2004 yes i know, but when i remove the category counts this ( -> ) still there and i want to remo it. Link to comment Share on other sites More sharing options...
1quicksi Posted January 8, 2004 Share Posted January 8, 2004 That is weird... I could have sworn that removing the count also removes these. What modifications have you added to your store? Anything to do with catagories or the way the info boxes are displayed? knowledge base | Contributions | Search Link to comment Share on other sites More sharing options...
vnynv7nvdi Posted January 8, 2004 Share Posted January 8, 2004 I disabled counts in my store and I still have the ->, but only on categories that contain categories. I haven't changed anything as far as categories are concerned. Looks like you might want to comment out the line: if (tep_has_category_subcategories($counter)) { $categories_string .= '->'; } in catalog/includes/boxes/categories.php Steph Link to comment Share on other sites More sharing options...
Guest Posted January 9, 2004 Share Posted January 9, 2004 I was able to remove mine, but i forgot where is was :( Try looking in the catalog/index.php file, do a find this (-> ) on page. if i have time i'll look again Link to comment Share on other sites More sharing options...
madyson3 Posted March 6, 2004 Share Posted March 6, 2004 Looks like you might want to comment out the line: CODE if (tep_has_category_subcategories($counter)) { $categories_string .= '->'; } in catalog/includes/boxes/categories.php This worked for me. It was not the item count that was giving me the problem. It was That you still saw "->" with subcatagories. Thanks for the info vnynv7nvdi! See you on the dark side, Kristy I'm just a girl living in captivity Your rules of thumb makes me worrisome Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.