Hide Configurable Children in Product Grid
aimanecouissi/module-catalog-product-grid-configurable-children-hide
Hides simple product variants (children of configurable products) from the admin catalog product grid, reducing clutter and making it easier to manage configurable products.
Build Tests
Code Quality
Tested on Magento 2.4.8-p4
Recent Test History
Each release is tested against the latest Magento version at that time.
Top Contributors
View LeaderboardLooking for Contributors
Composer installation fails. Your contribution could help the entire Magento community!
Share This Module's Status
README
Loaded from GitHubAimaneCouissi_CatalogProductGridConfigurableChildrenHide
Hides simple child products assigned to configurable products from the Admin → Catalog → Products grid. The module keeps parent-configurable products and standalone products in the grid while removing assigned child rows from the Admin product listing.
Installation
composer require aimanecouissi/module-catalog-product-grid-configurable-children-hide
bin/magento module:enable AimaneCouissi_CatalogProductGridConfigurableChildrenHide
bin/magento setup:upgrade
bin/magento cache:flush
Configuration
Navigate to Stores → Configuration → Catalog → Admin. Set Hide Configurable Product Children to Yes to exclude
simple products linked to configurable products from the Admin → Catalog → Products grid. Set Hide Configurable
Product Children to No to keep Magento default grid behavior.
Usage
When Hide Configurable Product Children is Yes, the Admin → Catalog → Products grid excludes simple products
assigned to configurable products. Parent-configurable products and standalone products remain visible.
Uninstall
bin/magento module:disable AimaneCouissi_CatalogProductGridConfigurableChildrenHide
composer remove aimanecouissi/module-catalog-product-grid-configurable-children-hide
bin/magento setup:upgrade
bin/magento cache:flush
Changelog
See CHANGELOG for all recent changes.
License
This content is fetched directly from the module's GitHub repository. We are not the authors of this content and take no responsibility for its accuracy, completeness, or any consequences arising from its use.