iuriaraujocs / magento2-module-customer-registration
N/A
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: >=7.3
- ext-json: *
- magento/framework: *
- magento/module-customer: 103.0.*
This package is auto-updated.
Last update: 2025-03-22 11:45:18 UTC
README
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.
The main feature is:
- Firstname custom rule on registration
- Log customer data after registration
- Send custom email with customer data
- Backoffice/Admin Flag for enable/disable the features
How to use
composer require iuriaraujocs/magento2-module-customer-registration
Backoffice Configuration
Stores > Configuration > Iuriaraujocs Extension > Customer Registration