Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

 

default_address[customers_firstname] required minl:2 maxl:50 capital alpha_ext
default_address[customers_lastname] required minl:2 maxl:50 capital alpha_ext
 
cust_info[customers_email_address] required email lower minl:6 maxl:75
cust_info[customers_email_address_confirm] equal:cust_info[customers_email_address]
 
default_address[customers_company] maxl:50
default_address[customers_company] maxl:50
default_address[customers_company] maxl:50
 

...

cust_

...

info[customers_vat_id] maxl:25
 
default_address[customers_street_address] required minl:5 maxl:100 hasNum
default_address[customers_postcode] required minl:4 maxl:15
default_address[customers_city] required minl:3 maxl:50
 
default_address[customers_phone] required minl:5 maxl:40
default_address[customers_mobile_phone] maxl:40
default_address[customers_fax] maxl:40
 
cust_info[customers_password] required minl:5
cust_info[customers_password_confirm] equal:cust_info[customers_password]
 
customers_password required minl:5
customers_password_confirm equal:customers_password
 

privacy required

captcha required

...