Ewhs Support center Help

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:

    • Open your terminal and navigate to the root directory of your Magento installation.

    • Run the following command to disable the old module:

      php bin/magento module:disable Notive_Ewarehousing
    • Remove the old module files from the app/code/Notive/Ewarehousing directory.

  3. Upload the new Module:

    • Extract the contents of the .zip file.

    • Upload the extracted files to the app/code directory of your Magento installation.

    • The directory structure should look like this:

      app/code/Notive/Ewarehousing/
  4. Enable the Module:

    • Open your terminal and navigate to the root directory of your Magento installation.

    • 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
09 July 2025