Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Removing Manufacturers


AmyDesigns

Recommended Posts

Posted

Hello!

 

I need help with removing the "Manufacturers" box and the Manufacturers dropdown menu. Can someone please help me with this? I went into the index.php under Define Lanuages. I tried to remove the define('TABLE_HEADING_MANUFACTURER', 'Manufacturer'); but it did nothing.

Posted

What you did is to remove the language definition. You can put it back

 

What you need to do is

1) Go to file catalog/includes/column_left.php

2) Find this

  if ((USE_CACHE == 'true') && empty($SID)) {
   echo tep_cache_manufacturers_box();
 } else {
   include(DIR_WS_BOXES . 'manufacturers.php');
 }

3) Replace it with this

/*
 if ((USE_CACHE == 'true') && empty($SID)) {
   echo tep_cache_manufacturers_box();
 } else {
   include(DIR_WS_BOXES . 'manufacturers.php');
 }
*/

 

You should stop right now to use the filemanager of the admin panel. Not only that your files can be corrupted, it's also a big security risk and should be deleted at all. Find a proper php editor and a ftp program, download all files, alter them locally and then upload them to the server

Posted

Thank you for the tip. And I will take your pointers into consideration. I will go do the changes now. What php editor do you use? Any you can recomend?

Archived

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

×
×
  • Create New...