Jump to content


Corporate Sponsors


Latest News: (loading..)

- - - - -

How to delete the block "Manufacturers"


4 replies to this topic

#1 Lordwalter

  • Community Member
  • 5 posts
  • Real Name:Walter Kohl

Posted 14 March 2010, 10:49

Hello to all,

I would like to delete the block "Manufacturers" because I don't need it.
How can I do it. Didn't find the option in the admin menu...

Would be very thankful for any help from your side.

All the best,

Walter

#2 multimixer

  • Community Sponsor
  • 3,437 posts
  • Real Name:George Zarkadas
  • Gender:Male
  • Location:Greece

Posted 14 March 2010, 12:14

What do you mean with "block manufacturers"?

If it is the box on the left then do following

1) Find the file includes/column_left.php
2) Replace this lines
  if ((USE_CACHE == 'true') && empty($SID)) {
    echo tep_cache_manufacturers_box();
  } else {
    include(DIR_WS_BOXES . 'manufacturers.php');
  }
by this lines
/*
  if ((USE_CACHE == 'true') && empty($SID)) {
    echo tep_cache_manufacturers_box();
  } else {
    include(DIR_WS_BOXES . 'manufacturers.php');
  }
*/


#3 Lordwalter

  • Community Member
  • 5 posts
  • Real Name:Walter Kohl

Posted 03 April 2010, 13:21

View Postmultimixer, on 14 March 2010, 12:14, said:

What do you mean with "block manufacturers"?

If it is the box on the left then do following

1) Find the file includes/column_left.php
2) Replace this lines
  if ((USE_CACHE == 'true') && empty($SID)) {
    echo tep_cache_manufacturers_box();
  } else {
    include(DIR_WS_BOXES . 'manufacturers.php');
  }
by this lines
/*
  if ((USE_CACHE == 'true') && empty($SID)) {
    echo tep_cache_manufacturers_box();
  } else {
    include(DIR_WS_BOXES . 'manufacturers.php');
  }
*/


Hello Multimixer,

yes, I would like to delete the block on the left column. So thank you for answering.
I did what you instructed me, but there was no change at all. I think that the replacement text and the original text is the same, isn't it?
Would be very thankful if you could check that out and let me know how I can do it.

Best regards

Walter

#4 mdtaylorlrim

  • Community Member
  • 2,497 posts
  • Real Name:Mark
  • Gender:Male

Posted 03 April 2010, 14:20

View PostLordwalter, on 03 April 2010, 13:21, said:

Hello Multimixer,

yes, I would like to delete the block on the left column. So thank you for answering.
I did what you instructed me, but there was no change at all. I think that the replacement text and the original text is the same, isn't it?
Would be very thankful if you could check that out and let me know how I can do it.

Best regards

Walter
The text is the same. There is now a /* in front of it and a */ at the end of it.
Avoid the most asked question. See How to Secure My Site and How do I...?

#5 Lordwalter

  • Community Member
  • 5 posts
  • Real Name:Walter Kohl

Posted 03 April 2010, 15:14

View Postmdtaylorlrim, on 03 April 2010, 14:20, said:

The text is the same. There is now a /* in front of it and a */ at the end of it.

Excelent! Thank you very much.
Now it's ok.

Bets regards