magefan / module-msi-disabler
Magento 2 MSI Disabler
Installs: 279
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 1
Forks: 1
Open Issues: 2
Type:magento2-module
README
This module helps to disable MSI in Magento 2 and provides some rewrites to solve errors once Multi-Source Inventory is disabled.
Installation Method 1 - Installing via composer
- Open command line
- Using command "cd" navigate to your Magento 2 root directory
- Run the commands:
composer require magefan/module-msi-disabler
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
Installation Method 2 - Installing via FTP using archive
- Download ZIP Archive
- Extract files
- In your Magento 2 root directory create folder app/code/Magefan/MsiDisabler
- Copy files and folders from the archive to that folder
- In the command line, using "cd", navigate to your Magento 2 root directory
- Run the commands:
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
Usage
Follow this article on How to Disable MSI in Magento 2.