Custom Stock Status
Will the module work with the Magento MSI functionality disabled?
Starting from version 2.1.2, the dependency on Magento MSI was removed from a basic build and moved to a separate module component. The extension works on single-source installations out of the box, and the compatibility with MSI is added with an ...
How to apply statuses only to products with specific quantity?
The module works with the Magento product attributes as a basis for forming the product collection that receives a custom stock status. In Magento, quantity is a system attribute that cannot be used in rules' conditions. Due to this, setting a status ...
Is it possible to assign different statuses for child products of a configurable/bundle/grouped product?
The extension allows setting different statuses to products based on their attributes (like color, size, SKU, stock availability, etc) and dynamically change the status depending on the available quantity of the product. The feature is available for ...
In my instance, all options for Custom Stock Status attribute are greyed out and I’m not able to edit them or add new ones
The issue arises due to the reset entity in the DB that happens during module update/installation. In order to fix it, you need to modify the value of the is_user_defined entity in the DB.
This could be done with the following command:
UPDATE ...