uwearusa Posted January 19, 2009 Posted January 19, 2009 In our case we are the Manufacturer of the products we will sell. Is there anyway to remover the Manufacturer boxes?
sLaV- Posted January 19, 2009 Posted January 19, 2009 in /catalog/includes/column_left.php locate and remove this bit of code: if ((USE_CACHE == 'true') && empty($SID)) { echo tep_cache_manufacturers_box(); } else { include(DIR_WS_BOXES . 'manufacturers.php'); }
uwearusa Posted January 19, 2009 Author Posted January 19, 2009 in /catalog/includes/column_left.php locate and remove this bit of code: if ((USE_CACHE == 'true') && empty($SID)) { echo tep_cache_manufacturers_box(); } else { include(DIR_WS_BOXES . 'manufacturers.php'); } Thanks Dude!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.