marcwatts / rexstock
Retail Express Helper Plugin for Magento 2
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento2-module
README
What does it do?
This plugin is a helper plugin meant to be used with a Retail Express Magento sync.
Installation
- Download the plugin files - Available as a .zip or tar.gz file from the GitHub directory.
- Unzip the file
- Create directory Marcwatts/Rexstock in:
[MAGENTO_INSTAL_DIR]/app/code/ - Copy the extracted files to this folder folder
- Open Command Line Interface / Shell
- In CLI, run the below command to enable the module:
php bin/magento module:enable Marcwatts_Rexstock - In CLI, run the Magento setup upgrade:
php bin/magento setup:upgrade - In CLI, run the Magento Dependencies Injection Compile:
php bin/magento setup:di:compile - In CLI, run the Magento Static Content deployment:
php bin/magento setup:static-content:deploy - Login to Magento Admin and navigate to System/Cache Management
- Flush the cache storage by selecting Flush Cache Storage