Validate street in registration for using a number
We want to validate street in the registration for using a number. Customer sometimes forget to enter a number in the street field, so the delivery is not possible. Simply checking for using a number could fix this problem.
-
Jan Rasche commented
We have also a lot of customers oder PayPal checkouts placing the number in the next field, which results in continous series of shipping errors if not manually checked sometimes.
But this is a thing software should doe instead humans.
P.S.: You will also need to create a manually opt out option for customers in in some areas who really have no street numbers as sometimes in France and UK.
-
Raymond commented
Please add the possibility to regex the field street in the backend for each country. Thank you.