Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Hide Manufacturers box


ELnew

Recommended Posts

Posted

logo1rb1.gif

 

Basically look at the pic above, and I just need this box removed, or to hide it would be better :D Thanks.

 

~Parker

Posted

In your /includes/column_left.php file, find this code:

 

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

Change it to:

 

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

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Posted

Look closely, Grasshopper.

:ph34r:

 

In the second code box, all the lines are preceded by //.

 

That tells the PHP interpreter to ignore the lines.

 

By just "ignoring" them, and not deleteing them, it will be easier for you to add them back in the future if you decide to do so.

;)

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Posted

LMAO grasshopper! I gotcha! thanks...I thought you were using a php program or something and it just showed up. HAHA I feel stupid.

 

 

LOL Grasshopper...good stuff!

Posted

:lol:

 

No need to feel "stupid".

 

If you're not an experienced programmer it's not uncommon to miss things like that.

 

Glad I gave you a giggle or two...

:blush:

 

Proverbs 27:17 Iron sharpens iron, So one man sharpens another.

 

New American Standard Bible

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Archived

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

×
×
  • Create New...