Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Remove only one column for the left


tshirts

Recommended Posts

Posted

Hi, How do I remove just one column for the left hand side ?

I want to remove the manufactures column.

 

Thank you in advance :)

Posted

Open includes/column_left.php and remove this section of code

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

 

Jack

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

All of My Addons

Get the latest versions of my addons

Recommended SEO Addons

Archived

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

×
×
  • Create New...