inpost-italy / magento2-plugin
Inpost IT 集成 Magento 2 模块
1.8.0
2024-05-20 12:32 UTC
This package is auto-updated.
Last update: 2024-09-06 08:40:17 UTC
README
此 Magento 2 模块为您的在线商店添加了名为 "InPost Shipment" 的新运输方式。使用此模块,客户在结账时可以选择此运输方式,订单将使用意大利 InPost 运输服务进行发货。
通过 composer 安装
composer require inpost-italy/magento2-plugin
手动安装
要安装此模块,只需下载源代码并将 InPost
目录复制到您的 Magento 安装目录下的 app/code
目录。
模块安装过程
bin/magento module:enable InPost_Shipment
bin/magento setup:upgrade
bin/magento setup:di:compile
配置
安装模块后,您需要在 Magento 管理面板中进行配置。转到 商店 > 配置 > 销售与运输 > 运输方式
,并从可用的运输方式列表中选择 InPost Shipment
。
在此处,您可以配置运输方式的标题、描述和价格。您还需要输入您的 InPost API 凭证,以启用您的商店与 InPost 运输服务之间的通信。
使用
一旦安装并配置了模块,客户可以在结账时选择 InPost 运输方式。然后,模块将与 InPost 运输服务通信,为订单生成运输标签和跟踪信息。
许可证
此模块在 MIT 许可证下发布。您可以根据需要自由使用和修改它以用于您的 Magento 2 商店。