Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Removing Manufacturers Box


Skiny

Recommended Posts

  • 3 weeks later...

 

Thanks Nacer for this but when I opened the files the code was not as written, instead the were all these if-then-else bits and deleting/commenting them out resulted in either the whole page or column disappearing. Any other suggestions?

Link to comment
Share on other sites

open catalog/includes/column_left.php and remove

 

if ((USE_CACHE == 'true') && empty($SID)) {

echo tep_cache_manufacturers_box();

} else {

include(DIR_WS_BOXES . 'manufacturers.php');

}

 

or put // in front of each line. That will make it not show up in the store but leave it there so you can always go back and put it back in by just removing the //

Wendy James

 

Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.

Link to comment
Share on other sites

  • 7 months later...

you could always comment boxes out in column_right or column_left also

"I must admit that I personally measure success in terms of the contributions an individual makes to her or his fellow human beings."

---Margaret Mead---

 

"The answer is never the answer. What's really interesting is the mystery. If you seek the mystery instead of the answer, you'll always be seeking. I've never seen anybody really find the answer -- they think they have, so they stop thinking. But the job is to seek mystery, evoke mystery, plant a garden in which strange plants grow and mysteries bloom. The need for mystery is greater than the need for an answer.

--Ken Kesey"

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...