aimanecouissi / module-catalog-configurable-children-hide
Hide configurable product children from Admin product grid
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:magento2-module
pkg:composer/aimanecouissi/module-catalog-configurable-children-hide
Requires
- php: ~8.3.0||~8.4.0
- magento/framework: 103.0.*
README
Are you tired of seeing all the simple products linked to configurables cluttering your Admin product grid? This module hides configurable product children from the Admin grid, making the page cleaner, easier to manage, and focused only on parent products.
Installation
composer require aimanecouissi/module-catalog-configurable-children-hide bin/magento module:enable AimaneCouissi_CatalogConfigurableChildrenHide bin/magento setup:upgrade bin/magento cache:flush
Configuration
- Stores → Configuration → Catalog → Admin → Hide Configurable Product Children
- Set to Yes to hide simple products that belong to configurables from the Admin product grid, or No to restore the default Magento grid behavior.
Usage
By default, the Hide Configurable Product Children setting is enabled, so after installation all simple products assigned to configurable products are automatically excluded from the Admin product grid. Only parent and standalone products are visible. You can toggle this setting at any time from the Admin configuration.
Uninstall
bin/magento module:disable AimaneCouissi_CatalogConfigurableChildrenHide composer remove aimanecouissi/module-catalog-configurable-children-hide bin/magento setup:upgrade bin/magento cache:flush