Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Disable boxes and categories


Guest

Recommended Posts

Posted

Hi,

 

I'm just wondering is there a simple way via configuration settings that I can disable the boxes like the Language box that's appearing in the right column? I'd like to also disable some categories from appearing that's displayed currently in the top, left region. I'd like to disable it (in other words, not display it) rather than delete the categories and delete the language settings. Sorry, I'm still new to osCom. I tried searching for the answer on the documentation.pdf manual but I didn't see any reference for not displaying these things.

 

Much thanks,

vkimura

Posted

Hi,

 

To not show boxes you meed to edit the includes/column_left.php or includes/column_right.php

 

find the code for the box you want to hide and simply comment it out so for the language box :

 

include(DIR_WS_BOXES . 'languages.php');

 

would become

 

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

 

To hide categories - Spooks made a post / contribution for this, I think it is called "simply Hide Categories" if you search you should find it. It allows you to hide categories with the green and red buttons as used on products.

 

Thanks

Now running on a fully modded, Mobile Friendly 2.3.4 Store with the Excellent MTS installed - See my profile for the mods installed ..... So much thanks for all the help given along the way by forum members.

Archived

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

×
×
  • Create New...