Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Entsprechend den Standarteinstellung unter Shop-Einstellungen -> Mandanten -> <IHR-SHOP> -> Kundendetails können Sie folgende Regelbeschreibungen verwenden (mit Selector *)

 

customers_firstname required minl:2 maxl:50 capital alpha_ext
customers_lastname required minl:2 maxl:50 capital alpha_ext
 
customers_email_address required email lower minl:6 maxl:75
customers_email_address_confirm equal:cust_info[customers_email_address]
 
customers_company maxl:50
customers_company maxl:50
customers_company maxl:50
customers_vat_id maxl:25
 
customers_street_address required minl:5 maxl:100 hasNum
customers_postcode required minl:4 maxl:15
customers_city required minl:3 maxl:50
 
customers_phone required minl:5 maxl:40
customers_mobile_phone maxl:40
customers_fax maxl:40
 
customers_password required minl:5
customers_password_confirm equal:cust_info[customers_password]
  • No labels