Table of Contents
Overview
Additional Shipping Fee extension for Magento 2 allows adding extra charges for additional shipping for large or heavy items and it on cart and checkout page.
Installation Steps for Additional Shipping Fee Extension
1. Upload Extension files to the server
Extract the files in extension. Upload the “Globalecomservices” folder under app/code on Magento root. Magento_App_Root folder is same as your Magento 2 Installation directory. It is recommended to take a backup of the Magento files before replacing.
2. Run Installation commands in SSH
Login to your server with SSH (using putty or similar tool). Go to your Magento root folder (Usually public_html folder) and run commands below. This is the standard Magento extension installation procedure.
2 a) Enable Additional Shipping Fee modules using command below:
php bin/magento module:enable Globalecomservices_ShippingExtraFee
2 b) Run upgrade command: (This is a standard Magento command)
php bin/magento setup:upgrade
2 c) Run di Compile command (Optional)
php -d memory_limit=-1 bin/magento setup:di:compile
2 d) Redeploy static content (Optional)
php -d memory_limit=-1 bin/magento setup:static-content:deploy
3. Verify if the module is listed:
List modules
php -d memory_limit=-1 bin/magento module:status
Configuration
Step1: Admin Panel->>Store-> >Configuration-> >Sales-> >Golf bags or Large Items.
Set Status -> Yes
Add Fee name & Fee Amount
Add Minimum order amount.
Step 2: Finally clear cache of the website .Admin->>System->>Cache Management
Testing
Add large item products and check additional fee in shopping cart summary.
How to uninstall the Additional Shipping Fee Magento 2.0 extension
Please follow the instructions for how to uninstall Additional Shipping Fee and remove from your website.
Run UnInstallation commands in SSH
Login to your server with SSH (using putty or similar tool). Go to your Magento root folder (Usually public_html folder) and run commands below. This is the standard Magento extension uninstallation procedure.
a) Disable Additional Shipping Fee modules using command below:
php bin/magento module:disable Globalecomservices_ShippingExtraFee
b) Run upgrade command: (This is a standard Magento command)
php bin/magento setup:upgrade
c) Run di Compile command (Optional)
php -d memory_limit=-1 bin/magento setup:di:compile
d) Redeploy static content (Optional)
php -d memory_limit=-1 bin/magento setup:static-content:deploy
e) Finally clear cache of the website .Admin->>System->>Cache Management
Questions
If you have any questions or issues, please contact technical support team via http://mage-extensions-themes.com/support/