michel samuel Posted December 11, 2006 Posted December 11, 2006 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??
Guest Posted December 11, 2006 Posted December 11, 2006 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');
michel samuel Posted December 12, 2006 Author Posted December 12, 2006 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.
Guest Posted December 13, 2006 Posted December 13, 2006 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.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.