venta7 Posted July 2, 2014 Share Posted July 2, 2014 Hi everyone, I'm testing prestashop 1.6 on a local machine and can't figure out how to assign a product to a root category (different than Home) as it is not available at all in Associations product menu. Only home category and its sub-categories are the option I have to select from. I have two root categories: "Home" (the default one) and "Parts" (the newly created by me). Both contain sub-categories and all are set to Displayed. In Categories page at the top of the page where it says "Disabled Categories" I have 1. What am I missing here, I guess that probably in some Settings I need to specify which root category to be used, but I can't find it. How to enable another root category? Thanks a lot Link to comment Share on other sites More sharing options...
venta7 Posted July 2, 2014 Author Share Posted July 2, 2014 (edited) Just to add something to my confusion: In the Prestashop guide says that multiple root categories are useful when I have multistore. May I create and use different root category-ies than the default Home? What are actually the pros and cons of creating more root categories comparing to Home category with sub-categories as a product category structure? Edited July 2, 2014 by venta7 (see edit history) Link to comment Share on other sites More sharing options...
ozcad2 Posted August 21, 2014 Share Posted August 21, 2014 Hi - any answers here? Link to comment Share on other sites More sharing options...
webstudiobg Posted October 8, 2014 Share Posted October 8, 2014 Looking for the same answer it would be good if there is some one who can clear the confusion Link to comment Share on other sites More sharing options...
PrestaPros Posted May 20, 2019 Share Posted May 20, 2019 Quick, untidy and not recommended solution in 1.7 modules/ps_categorytree/ps_categorytree.php, method getWidgetVariables change $category = new Category((int)Configuration::get('PS_HOME_CATEGORY'), $this->context->language->id); to $category = new Category(4, $this->context->language->id); change 4 to cat id of your choice In bo in module settings, 'Category root' was set to 'Home category'' Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now