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:
- Download the Module: Obtain the eWarehousing module .zip file from eWarehousing.
- 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/Ewarehousingdirectory
- Upload the new Module:
- Extract the contents of the .zip file.
- Upload the extracted files to the
app/codedirectory of your Magento installation. - The directory structure should look like this:
app/code/Notive/Ewarehousing/
- 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_Ewarehousingphp bin/magento setup:upgradephp bin/magento cache:cleanphp bin/magento cache:flush