Guest Posted February 27, 2009 Share Posted February 27, 2009 Seems it's not as simple as removing a box. Lot of code there! How do I get rid of "Manufacturers" box? It doesn't apply to the store. Dan Link to comment Share on other sites More sharing options...
germ Posted February 27, 2009 Share Posted February 27, 2009 /catalog/includes/column_left.php Change: if ((USE_CACHE == 'true') && empty($SID)) { echo tep_cache_manufacturers_box(); } else { include(DIR_WS_BOXES . 'manufacturers.php'); } to /* if ((USE_CACHE == 'true') && empty($SID)) { echo tep_cache_manufacturers_box(); } else { include(DIR_WS_BOXES . 'manufacturers.php'); } */ Read my signature about making backups. You broke it - you bought it. ;) If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there > Link to comment Share on other sites More sharing options...
Guest Posted February 27, 2009 Share Posted February 27, 2009 Excellent! Thank you! Backups!? I'm too good to need backups!! :lol: :lol: :lol: :blink: Dan Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.