tshirts Posted September 1, 2006 Share Posted September 1, 2006 Hi all, Please can some tell me how to remove the box with the manufacturers menu including the drop down menu. This box comes with the standard download. Thank you in advance. :) Link to comment Share on other sites More sharing options...
wildchief Posted September 1, 2006 Share Posted September 1, 2006 Hi all, Please can some tell me how to remove the box with the manufacturers menu including the drop down menu. This box comes with the standard download. Thank you in advance. :) Hello, You have to remove this if ((USE_CACHE == 'true') && empty($SID)) { echo tep_cache_manufacturers_box(); } else { include(DIR_WS_BOXES . 'manufacturers.php'); } from the file <catalog>/includes/column_right.php and you won't get it any more. Link to comment Share on other sites More sharing options...
toucanz Posted May 17, 2007 Share Posted May 17, 2007 Hello, You have to remove this if ((USE_CACHE == 'true') && empty($SID)) { echo tep_cache_manufacturers_box(); } else { include(DIR_WS_BOXES . 'manufacturers.php'); } from the file <catalog>/includes/column_right.php and you won't get it any more. or try this nifty one i found in <catalog>/includes/column_left.php change include(DIR_WS_BOXES . 'manufacturers.php'); to //include(DIR_WS_BOXES . 'manufacturers.php'); Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.