OUtlANDeR Posted May 27, 2006 Posted May 27, 2006 Hi, I looked at http://www.oscommerce.info/kb/osCommerce/G..._and_Tricks/247 However when i opened my categories.php i cant seem to find any of those lines, in particular the one to get rid of the -> arrow. Anyone know where to look to get rid of this? Thanks
241 Posted May 27, 2006 Posted May 27, 2006 catalog/includes/boxes/categories.php lines #41 - #43 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.
OUtlANDeR Posted May 27, 2006 Author Posted May 27, 2006 Thanks, worked perfectly. I also wondering, how would i get rid of the numbers in the brackets by each category and subcategory that show how many products there are?
241 Posted May 27, 2006 Posted May 27, 2006 that is the count and can be switched off or on in the admin, alternatively you could comment out the code in the catalog/includes/boxes/categories.php 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.
OUtlANDeR Posted May 27, 2006 Author Posted May 27, 2006 that is the count and can be switched off or on in the admin, alternatively you could comment out the code in the catalog/includes/boxes/categories.php Does it make a difference if i do it through admin or in the code? cuz i commented it out in the code :P
crash3903 Posted May 27, 2006 Posted May 27, 2006 Does it make a difference if i do it through admin or in the code? cuz i commented it out in the code :P easier to do it in admin then you won't have to keep messing with the code Regards Mark A Reynolds
Recommended Posts
Archived
This topic is now archived and is closed to further replies.