DanielSefton Posted November 25, 2006 Posted November 25, 2006 Hi, I just can't figure out how to remove the 'Manufacturer Info' section in product_info.php Here's an example of what I mean: http://216.32.94.62/product_info.php/produ...5e1a6706ee34141 It's the box that says ' Manufacturer Info - Other products'. Does anyone know what code I need to change in order to remove it? Thanks for any help, Dan.
matrix2223 Posted November 25, 2006 Posted November 25, 2006 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
DanielSefton Posted December 10, 2006 Author Posted December 10, 2006 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.
DanielSefton Posted December 10, 2006 Author Posted December 10, 2006 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.
DanielSefton Posted July 25, 2007 Author Posted July 25, 2007 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.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.