bagisto / bagisto-dhl-shipping
提供用于运输产品的DHL运输方式。
dev-master
2022-01-17 12:53 UTC
Requires
- konekt/concord: ^1.2
This package is auto-updated.
Last update: 2024-08-26 14:29:14 UTC
README
DHL运输插件提供用于运输产品的DHL运输方式。
它集成了许多功能,可以让您的业务迅速扩展。
- 管理员可以启用或禁用DHL运输方式。
- 管理员可以设置将在前端显示的DHL运输方式名称。
- 管理员可以在后端按国家/地区设置运输。
- 管理员可以定义允许的方法和重量单位。
- 管理员可以设置内容类型
- 可以根据DHL运输计算税率
要求
- Bagisto: v1.3.1
安装
- 运行以下命令
composer require bagisto/bagisto-dhl-shipping
- 运行以下命令以完成设置
composer dump-autoload
php artisan route:cache
php artisan config:cache
现在在您的指定域名上运行项目。