Download the PHP package thelia/customer-birth-date-module without Composer
On this page you can find all versions of the php package thelia/customer-birth-date-module. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package customer-birth-date-module
CustomerBirthDate
Add a date of birth input in customers' forms
Installation
Manually
- Copy the module into 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
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
Argument | Description |
---|---|
id | The customer id you want to diplay the date of birth |
Output arguments
Variable | Description |
---|---|
$CUSTOMER_ID | The ID of the customer |
$BIRTHDATE | The date of birth of the customer. Format: yyyy-mm-dd |
Exemple
{loop type="customerbirthdate" name="birth_date"}
Customer ID: {$CUSTOMER_ID} | Date of birth : {$BIRTHDATE}
{/loop}
All versions of customer-birth-date-module with dependencies
PHP Build Version
Package Version
Requires
thelia/installer Version
~1.1
The package thelia/customer-birth-date-module contains the following files
Loading the files please wait ....