dhl /module-carrier-ecom-us
DHL电子商务解决方案美洲地区的承运人实现
1.1.0
2021-08-27 12:25 UTC
Requires
- php: ^7.1.3
- ext-json: *
- dhl/module-unified-tracking: ^2.0.1
- dhl/sdk-api-ecom-us: ^1.0.0
- magento/framework: ^102.0.0 || ^103.0.0
- magento/module-catalog-inventory: ^100.3.0
- magento/module-checkout: ^100.3.0
- magento/module-config: ^101.1.0
- magento/module-directory: ^100.3.0
- magento/module-quote: ^101.1.0
- magento/module-sales: ^102.0.0 || ^103.0.0
- magento/module-shipping: ^100.3.0
- magento/module-store: ^101.0.0
- monolog/monolog: ^1.17
- netresearch/config-fields-m2: ^1.2.4
- netresearch/module-shipping-core: ^2.3.0
- netresearch/module-shipping-dispatch: ^1.0.0
- netresearch/module-shipping-ui: ^2.0.3
Requires (Dev)
- magento/module-customer: ^102.0.0 || ^103.0.0
- magento/module-offline-payments: ^100.3.0
- magento/zendframework1: ^1.14.0
- phpunit/phpunit: ^6.5.0 || ^9.0.0
- tddwizard/magento2-fixtures: ^0.12.0
This package is auto-updated.
Last update: 2024-08-27 20:28:24 UTC
README
Magento® 2的DHL电子商务美国扩展将DHL电子商务解决方案美洲API集成到订单处理工作流程中。
描述
此扩展允许商家通过DHL电子商务解决方案美洲API请求入站订单的运单和跟踪信息。
要求
- PHP >= 7.1.0
兼容性
- Magento >= 2.3.0+
安装说明
安装源代码
composer require dhl/module-carrier-ecom-us
启用模块
./bin/magento module:enable Dhl_EcomUs
./bin/magento setup:upgrade
清除缓存并编译
./bin/magento cache:flush
./bin/magento setup:di:compile
卸载
要从应用程序中注销承运人模块,请运行以下命令
./bin/magento module:uninstall --remove-data Dhl_EcomUs
composer update
这将自动删除源文件,清理数据库,更新包依赖项。
要手动清理数据库,请运行以下命令
DROP TABLE `dhlecomus_package`;
DELETE FROM `core_config_data` WHERE `path` LIKE 'carriers/dhlecomus/%';
支持
如有疑问或问题,请首先查看支持门户(常见问题解答)。
如果问题无法解决,您可以通过支持门户或发送电子邮件到dhl-ecommerce.support@netresearch.de联系支持团队。
许可证
版权
(c) 2021 DHL电子商务解决方案