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

v1.0.1 2022-06-16 01:14 UTC

This package is auto-updated.

Last update: 2025-06-23 07:54:00 UTC


README

What does it do?

This plugin is a helper plugin meant to be used with a Retail Express Magento sync.

Installation

  1. Download the plugin files - Available as a .zip or tar.gz file from the GitHub directory.
  2. Unzip the file
  3. Create directory Marcwatts/Rexstock in:
    [MAGENTO_INSTAL_DIR]/app/code/
  4. Copy the extracted files to this folder folder
  5. Open Command Line Interface / Shell
  6. In CLI, run the below command to enable the module:
    php bin/magento module:enable Marcwatts_Rexstock
  7. In CLI, run the Magento setup upgrade:
    php bin/magento setup:upgrade
  8. In CLI, run the Magento Dependencies Injection Compile:
    php bin/magento setup:di:compile
  9. In CLI, run the Magento Static Content deployment:
    php bin/magento setup:static-content:deploy
  10. Login to Magento Admin and navigate to System/Cache Management
  11. Flush the cache storage by selecting Flush Cache Storage