storekeeper / magento2-plugin-msi-addon
Storekeeper MSI插件
0.0.3
2024-09-18 10:45 UTC
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-09-18 10:46:43 UTC
README
这是Storekeeper Magento 2插件的附加模块,它修改了默认的Magento MSI库存管理流程。如果你的项目启用了Magento MSI模块(带有Magento_Inventory前缀的核心模块),则需要安装此插件。
安装
- 前往你的Magento 2目录,并通过
composer
安装插件
composer require storekeeper/magento2-plugin-msi-addon
- 通过运行以下命令重新编译你的Magento 2安装:
bin/magento setup:upgrade;
bin/magento setup:di:compile;
bin/magento setup:static-content:deploy;
bin/magento cache:clean;