ordercloud-api / ngx-shopper

Open-source B2B e-commerce. Built with the OrderCloud.io API and maintained by the OrderCloud team
MIT License
9 stars 22 forks source link

Seller App - New Address Validation #270

Closed lisajtanner closed 5 years ago

lisajtanner commented 6 years ago
  1. First Name, Last Name, City - should be only alpha numeric with spaces and special characters such as "-“, and “.”
  2. Zip Code - 5 digits number if country is USA, 7 digits for Canada (alpha-numeric) , others – max limit of 10 (alpha numeric only)
  3. State list of values should derive from selected Country (if country is not US or Canada, a free-form field – max limit of 10 characters (alpha numeric only)
  4. Phone number – currently restricts only to US format, should allow for international numbers. Can you remove the auto formatting to US and increase to 20 chars (numbers & -)