thelia / customer-birth-date-module
1.2.2
2019-03-15 11:01 UTC
Requires
- thelia/installer: ~1.1
README
在客户表单中添加出生日期输入
安装
手动
- 将模块复制到
<thelia_root>/local/modules/
目录,并确保模块名称为 CustomerBirthDate。 - 在 Thelia 管理面板中激活它
Composer
将其添加到主 thelia composer.json 文件中
composer require thelia/customer-birth-date-module:~1.1
用法
一旦激活,请求客户出生日期的输入将出现在
- 客户注册页面
- 客户更新账户页面
- 管理员“创建客户”表单中
- 管理员“客户”页面
循环
customerbirthdate
输入参数
输出参数
### 示例
{loop type="customerbirthdate" name="birth_date"}
客户 ID: {$CUSTOMER_ID} | 出生日期 : {$BIRTHDATE}
{/loop}