buhmann / module-stock-status
Magento 2 Stock Status Module
Package info
github.com/buhmann/StockStatus
Type:magento2-module
pkg:composer/buhmann/module-stock-status
0.0.1
2026-05-15 19:03 UTC
Requires
- php: ~7.4.0||~8.1.0||~8.2.0||~8.3.0
- magento/framework: *
This package is auto-updated.
Last update: 2026-05-15 19:09:15 UTC
README
Main Functionalities
Enabels filtering by stock status (simple and configurable)
Added additional stock_status_filter attribute. The attribute is updated by cron, also added the ability to force the update using the command: bin/magento buhmann:init:stockStatus
With active filter stock_status_filter=1:
- For simple products works default filter functionality.
- For configurable products, if a simple product is defined (based on active filters) and that product is out of stock, then the parent configurable product is hidden.
Installation guide
This module is available on Github.
composer require buhmann/module-stock-status
bin/magento setup:upgrade
bin/magento setup:di:compile
bin/magento setup:static-content:deploy -f
bin/magento indexer:reindex
bin/magento buhmann:init:stockStatus
bin/magento c:f