justshout / magento2-landed-cost
Magento 2 GFS 关税和税费计算模块
v1.0.0
2019-11-25 13:18 UTC
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: 2024-09-19 21:31:42 UTC
README
此模块提供了为 Magento 2 的 Global Freight Solutions 添加额外关税和税费成本的设施。
版本
1.0.0
开发者
Global Freight Solutions - https://github.com/GlobalFreightSolutions
安装
要在您的 Magento 2 商店实例中使用此模块,您需要通过 composer 安装该模块或通过 app/code/JustShout/GfsLandedCost
添加模块。
- 运行模块启用命令
php magento module:enable JustShout_GfsLandedCost
- 运行升级命令
php magento setup:upgrade
- 运行静态内容命令,使用商店的语言,如果它是英国英语,将是
php magento setup:static-content:deploy en_GB
有关如何从 Magento 2 市场安装模块的更详细指南,请访问 https://devdocs.magento.com/guides/v2.3/comp-mgr/install-extensions.html
用户指南
在使用模块之前,请确保您的商店已设置好运费起始地。此设置的路径在管理员配置中的销售 > 运费设置 > 起始地和国家字段。
要设置运费模块,请登录到您的管理员面板,然后转到您的配置,通过转到商店 > 设置 > 配置,然后转到销售 > 运费方法,之后您将能够看到 GFS 选项卡。
有关关税和税费的更多信息,请访问 https://developer.gfsdeliver.com/info/documentation/gfs-checkout-duties-and-taxes-calculator/overview/。