lopezpaul/module-customer-registration
最新稳定版本:1.0.2
Composer 安装命令:
composer require lopezpaul/module-customer-registration
包简介
Modifies customer registration flow removing whitespaces from firstname, log basic customer data on custom log and send email to customer support.
README 文档
README
Summary
This module modifies customer registration flow. Once a new customer is being registered, the extension checks the First Name field. If the First Name field has whitespaces, they must be removed, so the customer entity is saved without whitespaces in the First Name property. Once the customer has been successfully registered, the extension invoke these actions:
- Log customer data (current date and time, customer first name, customer last name, customer email) to separate log file name lopezpaul.log in the var/log directory.
- Send an email with the customer data (customer first name, customer last name, customer email) to the Customer Support email address configured in Magento
Requirements
- PHP ~8.1.0||~8.2.0
- Magento 2.4.6 CE
Dependencies
- Magento_Customer
- Magento_Email
Installation
composer require lopezpaul/module-customer-registration
bin/magento module:enable LopezPaul_CustomerRegistration
bin/magento setup:upgrade
License
统计信息
- 总下载量: 3
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-04-26