Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Removing 'Manufacturer Info'


DanielSefton

Recommended Posts

Posted

That is an info box you can move it about where ever youd like to or remove it all together by going to: /catalog/includes/colum_right.php or left look for

 

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

echo tep_cache_manufacturers_box();

} else {

include(DIR_WS_BOXES . 'manufacturers.php');

}

 

simply remove or move this chunk of code to where you would like it to be.

 

Eric

  • 2 weeks later...
Posted

Hi matrix,

 

Apologies for the late response, I forgot about making this post :blink:

 

Thanks for your reply, but it's not the manufacturers box in the columns that I want removing, it's the box in the 'product_info.php' page. If you click on the link in my first post, you'll see what I mean - the one underneath 'add to cart'.

 

Anyone know how to do this?

 

Thanks again,

Dan.

Posted

No one? :'( lol

 

It's not essentially important I suppose, it just doesn't look right with a manufacturers box when it's an mp3 website :rolleyes:

 

I'll make this my last post before I give it up as a bad job :P

 

Dan.

  • 7 months later...
Posted

I know this is an old post, but it was never resolved and I've come back to spruce up the same website. I've learned a lot about OSCommerce since last year, but I STILL cannot find the source of this 'Manufacturer Info' box.

 

Just so there isn't another misunderstanding, it's the box underneath the 'add to cart' button on the 'product_info.php' page - not the Manufacturer Info box in the side column.

 

Here's the link again so you know what I mean:

 

http://216.32.94.62/product_info.php/products_id/753

 

It may not seem like a lot, but it's really bugging me :blink:

 

Thanks!

Dan.

Archived

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

×
×
  • Create New...