[+] FO : now you can choose if at least on phone number is required

This commit is contained in:
vAugagneur
2012-09-21 09:25:17 +00:00
parent 59f00ea894
commit 48be553d25
5 changed files with 15 additions and 2 deletions
@@ -59,6 +59,13 @@ class AdminCustomerPreferencesControllerCore extends AdminController
'list' => $registration_process_type,
'identifier' => 'value'
),
'PS_ONE_PHONE_AT_LEAST' => array(
'title' => $this->l('Phone number'),
'desc' => $this->l('If you choose this option your customer will must register at least one phone number.'),
'validation' => 'isBool',
'cast' => 'intval',
'type' => 'bool'
),
'PS_CART_FOLLOWING' => array(
'title' => $this->l('Cart re-display at login'),
'desc' => $this->l('After customer logs in, recall and display contents of his/her last shopping cart'),