Logo

Magento 2 - Add a Category Filter to your Admin Product Grid

David Lambauer

David Lambauer

02/04/2024

minutes read

News
Magento 2 - Add a Category Filter to your Admin Product Grid

Contents

We're excited to announce the release of our latest Magento 2 Open Source Module, designed to enhance the product grid in the Magento Admin. This new addition introduces a convenient category filter to your Admin Product Grid, enabling filtering by categories. It is available on GitHub.

Magento 2 Product Admin Grid Category Filter

Why This Module?

Navigating through a large catalog of products can be daunting, especially when trying to apply specific filters to streamline your search. Our module simplifies this process by adding a 'Categories' column directly in your Admin Product Grid. This means you can now filter products not just by attributes such as name, SKU, or price, but also by the categories they're assigned to.

Getting Started

Installing the module is straightforward. Run the following command in your Magento 2 root directory:

                                    
1composer require run-as-root/magento2-product-grid-category-filter

Then, enable the module by executing:

                                    
1php bin/magento module:enable RunAsRoot_ProductGridCategoryFilter

No further configuration is needed. The category filter will automatically appear in your Admin Product Grid.

It's available for download now and, as always, we're open to feedback and contributions. Let us enhance Magento 2's functionality together!

Support and Contributions

This module is supported on a best-effort basis. We welcome contributions and feedback on GitHub to continually improve its functionality.

Want to improve your Magento 2 admin experience?

Discover how our latest module can enhance your product grid management in Magento 2 Admin.

Book your slot now

Related Articles