justshout / magento2-landed-cost
Magento 2 GFS Duty and Taxes Calculator module
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 5
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: ~5.5.0|~5.6.0|~7.0.0|~7.1.0
- guzzlehttp/guzzle: ^6.3
- justshout/magento2-gfs: ^1.0
- magento/framework: 100.0.*|100.1.*|101.0.*|102.0.*
This package is auto-updated.
Last update: 2025-05-19 23:01:22 UTC
README
This module provides the facility to add an additional Duty and Taxes costs for the Global Freight Solutions for Magento 2.
Version:
1.0.0
Developers:
Global Freight Solutions - https://github.com/GlobalFreightSolutions
Installation
To use this module in your Magento 2 store instance, you will need to either install the the module via composer or add the module via app/code/JustShout/GfsLandedCost
.
- Run the module enabling command
php magento module:enable JustShout_GfsLandedCost
- Run the upgrade command with
php magento setup:upgrade
- Run the static content command with the stores language so if its uk english it would be
php magento setup:static-content:deploy en_GB
For a more in-depth guide of how to install the module from the Magento 2 Marketplace please visit https://devdocs.magento.com/guides/v2.3/comp-mgr/install-extensions.html
User Guide
Before using the module. Please ensure that the shipping origin is setup for your store. The setting for this in in the admin configuration under Sales > Shipping Settings > Origin and the country field.
To setup the shipping module, log into your admin panel and navigate to your configuration by going to STORES > Settings > Configuration and then going to Sales > Shipping Methods, and after doing this, you will be able to see the GFS tab.
For more information on the Duty and Taxes, you can find it at https://developer.gfsdeliver.com/info/documentation/gfs-checkout-duties-and-taxes-calculator/overview/.