Updating the eWarehousing Module

This guide describes how to update the eWarehousing module for Magento 2. This module is designed to automate the order, inventory, and shipment/tracking process of your shop to eWarehousing WMS.

Prerequisites

  • A Magento 2 installation
  • Access to the FTP and SSH of your Magento server
  • The .zip file of the eWarehousing module
  • eWarehousing account credentials (Customer ID, Username, Password)

Updating the Module

To update the eWarehousing module, follow these steps:

  1. Download the Module: Obtain the eWarehousing module .zip file from eWarehousing.
  2. Removing the old module:
    1. Open your terminal and navigate to the root directory of your Magento installation.
    2. Run the following command to disable the old module:
      php bin/magento module:disable Notive_Ewarehousing
    3. Remove the old module files from the app/code/Notive/Ewarehousing directory
  3. Upload the new Module:
    1. Extract the contents of the .zip file.
    2. Upload the extracted files to the app/code directory of your Magento installation.
    3. The directory structure should look like this:
      app/code/Notive/Ewarehousing/
  4. Enable the Module:
    1. Open your terminal and navigate to the root directory of your Magento installation.
    2. Run the following commands:
      php bin/magento module:enable Notive_Ewarehousing
      php bin/magento setup:upgrade
      php bin/magento cache:clean
      php bin/magento cache:flush