Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Removing Manufacturers Info


raularenas

Recommended Posts

Posted

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

Posted

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...