thelia / gratisonlinealert-module
1.0.0
2015-06-02 09:15 UTC
Requires
- thelia/installer: ~1.1
This package is auto-updated.
Last update: 2024-09-14 21:49:56 UTC
README
GratisOnlineAlert模块 v1.0
作者: Romain Ducher
- 用法
此模块会在在线产品免费时提醒您。受此警告影响的产品包括
- 具有免费销售元素但当前不在促销中的产品。
- 当前在促销中且促销价格为0的销售元素产品。
要启用此模块的提醒,只需激活它。如果您想关闭提醒,请禁用该模块。
警告将在Thelia管理控制台的首页显示。
- 选项
要选择选项,您需要进入配置模块页面。
有2个选项
- 创建和更新时停止事件传播。 (具有此选项的产品不能免费)
- 当产品免费时接收邮件。
- 安装
通过下载zip存档并将其解压到thelia/local/modules
中,或通过后台管理(在/admin/modules
)上传,或通过Composer要求,将其作为Thelia模块安装。
"require": { "thelia/gratisonlinealert-module": "~1.0" }