buhmann/module-stock-status

Magento 2 Stock Status Module

Maintainers

Package info

github.com/buhmann/StockStatus

Type:magento2-module

pkg:composer/buhmann/module-stock-status

Statistics

Installs: 1

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

0.0.1 2026-05-15 19:03 UTC

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