dimache / module-shipping-message
查看运费信息
dev-main
2022-08-08 06:39 UTC
Requires
- php: ~7.3.0|~7.4.0|~8.1.0
This package is not auto-updated.
Last update: 2024-10-01 15:17:45 UTC
README
主要功能
此模块在您选择运费方式时添加一条文本消息。您可以指定需要显示消息的国家。
安装
``composer require dimache/module-shipping-message``
类型 1: Composer
- 通过运行
composer require dimache/module-shipping-message
安装模块 composer - 通过运行
php bin/magento module:enable Dimache_ShippingMessage
启用模块 - 通过运行
php bin/magento setup:upgrade
应用数据库更新* - 通过运行
php bin/magento cache:flush
清除缓存
类型 2: Zip 文件
- 在
app/code/Dimache
中解压 zip 文件 - 通过运行
php bin/magento module:enable Dimache_ShippingMessage
启用模块 - 通过运行
php bin/magento setup:upgrade
应用数据库更新* - 通过运行
php bin/magento cache:flush
清除缓存
配置
在“商店” -> “配置” -> “结账运费信息”中查看可用设置