noon / module-fix-store-information-scope
Magento 2 module for fix 'Store Information' scope
Installs: 13
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento2-module
README
Magento 2 module for fix 'Store Information' scope (see magento/magento2#38498).
This is a temporary solution. Created a pull request magento/magento2#38542.
INSTALLATION
manual
- Download ZIP file and extract to app/code/Noon/FixStoreInformationScope. If this path not exists, please create under Magento2 root directory.
- Run the command in Magento2 root directory:
php bin/magento setup:upgrade
composer
- Run the command in Magento2 root directory:
composer require noon/module-fix-store-information-scope php bin/magento setup:upgrade