Category administration in Magento 2

The category section of Magento 2 allows you to control how products are organised and are structured. To manage the categories go to Products > Categories and you will see 2 sections:

magento-categories
  • Category structure– On the left, the category structure is displayed. You can see all categories and their sub-categories
  • Category detail– On the right, you have the category detail section where you can edit the category specific information

new-root-category 1. Setting up a new root category We’ll run through how to setup a new root category. Once you have navigated to Products > Categories you should see the empty fields to create a new category (image). Give this category a name and change the Is Active to Yes. All other info on this tab is optional so for now you can skip over this. The final thing you need to set is Include in Navigation Menu. If you want this to appear in your menu on the site then change this to Yes. new-root-category-1 Once this is done click Save Category and the category is now set-up. Once you’ve set up a Root Category, you can create multiple sub-categories by simply clicking on the category where you want to add the subcategory, and click Add Subcategory – then simply follow the same process as above to complete the subcategory. 2. How to Hide Categories in Magento 2 Hiding Category is making the category invisible in the customer view and navigation menu while it is linked to other place on your store. The hidden category will perfect the internal purpose or any demand from store admin.

hide-categories
As you see, Collections and Promotions were hidden by store admin. There are many ways to hide category as you need, and the following guides will help you do that in the easy way while the customers are still satisfied with your store

3. To hide categories:

  • On the Admin Panel, Products > Inventory > Category.
  • Look at the category tree on the left, choose the category need to be hidden.
  • On theGeneral Information tab, you need:
    • Choose No in theIs Active
    • Choose No in theInclude in Navigation Menu
  • Next, on the Display Settings tab, choose No in the Is Anchor
  • Despite of the hidden category, you are allowed to add subcategories to the category. To activate them, follow the guides below:
    • On the General Information tab, choose Yes in Is Active
    • On the Display Settings tab, choose Yes in Is Anchor

  And now, the hidden category can be linked to other places on your site but it is not visible on the Navigation Menu. * Click on the Save Category to finish the hiding category.

Was this answer helpful? 32 Users Found This Useful (116 Votes)