nordcomputer / magento2-stockfilter

Enables filtering by stock status
GNU General Public License v3.0
5 stars 7 forks source link
hacktoberfest hacktoberfest-accepted hacktoberfest2021 magento magento2 magento2-extension magento2-extension-free magento2-module

Magento 2 Module Nordcomputer Stockfilter

``nordcomputer/module-stockfilter``

Main Functionalities

Enabels filtering by stock status

Installation

* = in production please use the --keep-generated option

Type 1: Zip file

Type 2: Composer

Steps after installation (IMPORTANT)

Once the attribute was set to Yes at least one time, the cronjob does his thing and sets the value automatically with every run.

Configuration

You can find the configuration for this extension in Stores -> Configuration -> Catalog -> Inventory -> Stock Filter Cronjob Configuration

The Cronjob iterates over all simple products and sets the newly created attribute "filter-stock" according to the stock status of the product.

Uninstalling

As this extension creates an attribute, the attribute needs to be removed when the extension get uninstalled.

Method 1 (installed via composer)

You can uninstall this extension by running 'bin/magento module:uninstall Nordcomputer_Stockfilter --remove-data'

Method 2 (installed via Download)