Add category column and filter in an efficient way to the product grid in the Magento 2 admin.
This extension supports the following versions of Magento:
- Community Edition (CE) version 2.2.x and 2.3.x
- Require the module via Composer
$ composer require aune-io/magento2-product-grid-category-filter
- Enable the module
$ bin/magento module:enable Aune_ProductGridCategoryFilter
$ bin/magento setup:upgrade
- Login to the admin
- Go to Catalog > Catalog > Products, the category column and filter will be available
If you wish to view and/or filter by anchor categories, you can enable them via Store > Configuration > Catalog > Product Grid Category Filter. For flexibility purposes, anchor support can be enabled separately for filter and view.
In case you enable one of those options, the Categories Products index needs to be up to date. By default the index of store 1 is used, but this configuration can be changed from the same section in case you don't have a store with id 1 or its information are not the ones you need to see.
Author:
Contributors:
Licensed under the Open Software License version 3.0