Guest Posted December 15, 2011 Posted December 15, 2011 Hi Guys, Using OS 2.3.1 I would like to get rid of this menu links under bredcrums and please view picture I have circled what i would like to get rid off oscommcerce.jpg: I saw a forum post few days ago but you think i could find it again Regards Ari
Guest Posted December 15, 2011 Posted December 15, 2011 bump 16 views come on guys I'm not php savvy like most of you guys. but I'm trying and have succeeded in most of my mods Ari
PupStar Posted December 15, 2011 Posted December 15, 2011 those are the sub category links. So if you do not want to show sub categories what do you want to show there? The code for the sub categories is generated in index.php Regards Mark
Guest Posted December 15, 2011 Posted December 15, 2011 Thanks Pupstar I don't want to show the sub catogories it looks ugly when you have lots of sub catagories it looks neater without them plus you have the sub catagories on the side menu. also in internet explorer because I have no pictures there I get the ugly look of no picture error as if the picture is missing that's another reason why i want get rid of them. Ari
Guest Posted December 16, 2011 Posted December 16, 2011 Solved answered my own question catalog/index.php Comment out this line // $categories_query = tep_db_query("select c.categories_id, cd.categories_name, c.categories_image, c.parent_id from " . TABLE_CATEGORIES . " c, " . TABLE_CATEGORIES_DESCRIPTION . " cd where c.parent_id = '" . (int)$current_category_id . "' and c.categories_id = cd.categories_id and cd.language_id = '" . (int)$languages_id . "' order by sort_order, cd.categories_name"); Ari
Recommended Posts
Archived
This topic is now archived and is closed to further replies.