adrian.pearce Posted August 14, 2006 Share Posted August 14, 2006 How can i remove some of the info boxes please Link to comment Share on other sites More sharing options...
rosemary Posted August 14, 2006 Share Posted August 14, 2006 Please be more specific about which boxes you would like to remove . . . different kinds of boxes (some) are defined in different places. Rose Link to comment Share on other sites More sharing options...
adrian.pearce Posted August 14, 2006 Author Share Posted August 14, 2006 Please be more specific about which boxes you would like to remove . . . different kinds of boxes (some) are defined in different places. Rose Hi Rose, i would like to remove the Manufacturers box - left column and Currencies box - right column Thanks.... Link to comment Share on other sites More sharing options...
rosemary Posted August 14, 2006 Share Posted August 14, 2006 For the Manufacturers box: * open up the file, column_left.php in the folder, /catalog/includes/ * find the lines (around line#19 - 23) if ((USE_CACHE == 'true') && empty($SID)) { echo tep_cache_manufacturers_box(); } else { include(DIR_WS_BOXES . 'manufacturers.php'); } * either comment them out or remove them permanently, your choice. For the Currencies box: * open up the file, colunm_right.php in the folder, /catalog/includes/ * find the line (around line#45) include(DIR_WS_BOXES . 'currencies.php'); * either comment them out or remove them permanently, your choice. * you may also want to remove/comment out the reference to Manufacturer in this file too (line#15) . . . if (isset($HTTP_GET_VARS['products_id'])) include(DIR_WS_BOXES . 'manufacturer_info.php'); Hope this helps. Rose Hi Rose, i would like to remove the Manufacturers box - left column and Currencies box - right column Thanks.... Link to comment Share on other sites More sharing options...
adrian.pearce Posted August 14, 2006 Author Share Posted August 14, 2006 For the Manufacturers box:* open up the file, column_left.php in the folder, /catalog/includes/ * find the lines (around line#19 - 23) if ((USE_CACHE == 'true') && empty($SID)) { echo tep_cache_manufacturers_box(); } else { include(DIR_WS_BOXES . 'manufacturers.php'); } * either comment them out or remove them permanently, your choice. For the Currencies box: * open up the file, colunm_right.php in the folder, /catalog/includes/ * find the line (around line#45) include(DIR_WS_BOXES . 'currencies.php'); * either comment them out or remove them permanently, your choice. * you may also want to remove/comment out the reference to Manufacturer in this file too (line#15) . . . if (isset($HTTP_GET_VARS['products_id'])) include(DIR_WS_BOXES . 'manufacturer_info.php'); Hope this helps. Rose Thanks Rose all working now, Many Thanks..... Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.