aune-io / magento2-product-grid-category-filter

Add category column and filter in an efficient way to the product grid in the Magento 2 admin.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Product grid category filter for Magento 2

Add category column and filter in an efficient way to the product grid in the Magento 2 admin.

Build Status Coverage Status Latest Stable Version Latest Unstable Version Total Downloads License

System requirements

This extension supports the following versions of Magento:

  • Community Edition (CE) version 2.2.x and 2.3.x

Installation

  1. Require the module via Composer
$ composer require aune-io/magento2-product-grid-category-filter
  1. Enable the module
$ bin/magento module:enable Aune_ProductGridCategoryFilter
$ bin/magento setup:upgrade
  1. Login to the admin
  2. Go to Catalog > Catalog > Products, the category column and filter will be available

Anchor categories

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.

Authors, contributors and maintainers

Author:

Contributors:

License

Licensed under the Open Software License version 3.0

About

Add category column and filter in an efficient way to the product grid in the Magento 2 admin.

License:Open Software License 3.0


Languages

Language:PHP 100.0%