storekeeper / magento2-plugin-msi-addon
Storekeeper MSI addon plugin
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: ^7.4|^8.1|^8.2
- magento/product-community-edition: ^2.4.5
- storekeeper/magento2-plugin: *
This package is auto-updated.
Last update: 2024-11-18 11:08:53 UTC
README
Addon module for Storekeeper Magento 2 plugin which modulfies default flow of Magento MSI stock management. Needs to be installed in case if your project have Magento MSI modules enabled (Core modules with Magento_Inventory prefix).
Installation
- Go to your Magento 2 directory and install the plugin via
composer
:
composer require storekeeper/magento2-plugin-msi-addon
- Recompile your Magento 2 installation by running:
bin/magento setup:upgrade;
bin/magento setup:di:compile;
bin/magento setup:static-content:deploy;
bin/magento cache:clean;