thelia / customer-birth-date-module
Installs: 129
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 5
Forks: 3
Open Issues: 0
Type:thelia-module
Requires
- thelia/installer: ~1.1
README
Add a date of birth input in customers' forms
Installation
Manually
- Copy the module into
<thelia_root>/local/modules/
directory and be sure that the name of the module is CustomerBirthDate. - Activate it in your thelia administration panel
Composer
Add it in your main thelia composer.json file
composer require thelia/customer-birth-date-module:~1.1
Usage
Once activated, inputs asking for customer's birth date appear:
- in the customer register page
- in the customer update account page
- in the admin 'create customer' form
- in the admin 'customer' page
Loop
customerbirthdate
Input arguments
Output arguments
### Exemple
{loop type="customerbirthdate" name="birth_date"}
Customer ID: {$CUSTOMER_ID} | Date of birth : {$BIRTHDATE}
{/loop}