raularenas Posted July 28, 2008 Posted July 28, 2008 I need to Remov Manufacturer's Info from Right Column but I can't find the corresponding code in the column_right.php file. Any one know how? Attentively, Raúl
deivid Posted July 28, 2008 Posted July 28, 2008 Find this line in /catalog/includes/column_right.php if (isset($HTTP_GET_VARS['products_id'])) include(DIR_WS_BOXES . 'manufacturer_info.php'); and replace with // if (isset($HTTP_GET_VARS['products_id'])) include(DIR_WS_BOXES . 'manufacturer_info.php'); If you want to change back, just remove the two slashes // at the beggining
raularenas Posted July 28, 2008 Author Posted July 28, 2008 Thank you very much! That was simple ;) Attentively, Raúl
Recommended Posts
Archived
This topic is now archived and is closed to further replies.