Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How do I remove the "sale items" category


michel samuel

Recommended Posts

Posted

Under the shop by category box there is the option of sale items.

I'm trying to configure this thing...

In short I don't offer "sales" and I have no use for a category by that name.

 

How can I remove it???

Or at least rename it??

Posted

If you want to remove that box all together then just comment this line out.

 

find this file: catalog/includes/column_right.php

 

Around line 40 change this:

include(DIR_WS_BOXES . 'specials.php');

to this:

//include(DIR_WS_BOXES . 'specials.php');

Posted
If you want to remove that box all together then just comment this line out.

 

find this file: catalog/includes/column_right.php

 

Around line 40 change this:

include(DIR_WS_BOXES . 'specials.php');

to this:

//include(DIR_WS_BOXES . 'specials.php');

 

Only problem is neither that directory nor file exist.

Posted

You must have a catalog/includes/column_right.php file. If you don't have that file in your folders then I am not sure what to say. Double check your file structure again.

Archived

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

×
×
  • Create New...