Skip to content

magefan/module-msi-disabler

Repository files navigation

Magento 2 Multi-Source Inventory Disabler

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages