JoeWoodworker Posted September 22, 2005 Posted September 22, 2005 I know this question has been answered a million times, but I can't find the answer on the forums. How do you remove the "->" that shows in the categories box when you have multiple subcategories? Thanks Joe Evil will always triumph over good... Because good is dumb. - D.H.
kalle Posted September 22, 2005 Posted September 22, 2005 I know this question has been answered a million times, but I can't find the answer on the forums. How do you remove the "->" that shows in the categories box when you have multiple subcategories? Thanks Joe <{POST_SNAPBACK}> There's a ready add-on in "Contributions" -section that does exactly what you want. Cheers, Kalle!
JoeWoodworker Posted September 22, 2005 Author Posted September 22, 2005 I'm thinking its somewhere in one of the language files. I just need to change the characters from "->" to " " (nothing). Do you know what the contribution is called? Evil will always triumph over good... Because good is dumb. - D.H.
241 Posted September 22, 2005 Posted September 22, 2005 catalog/includes/boxes/categories.php locate code if (tep_has_category_subcategories($counter)) { $categories_string .= '->'; } change to /* if (tep_has_category_subcategories($counter)) { $categories_string .= '->'; } */ No longer giving free advice. Please place deposit in meter slot provided. Individual: [=] SME: [==] Corporation: [===] If deposit does not fit one of the slots provided then you are asking too much! Is your Osc dated try Phoenix raising oscommerce from the ashes.
JoeWoodworker Posted September 22, 2005 Author Posted September 22, 2005 Ah yes... that did it. Thank so much. Evil will always triumph over good... Because good is dumb. - D.H.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.