evolvewh Posted February 17, 2017 Report Posted February 17, 2017 If someone doesn't properly submit the form to create an account during checkout, the error messages provided are not very intuitive. Shouldn't this error message say 'Please enter a first name, Please enter a last name, Please enter an address', etc for any missing fields that are required? Quote
Michael Posted February 17, 2017 Report Posted February 17, 2017 Not a bug because there's no validation they could sign up with just their first name I believe. Quote
evolvewh Posted February 17, 2017 Author Report Posted February 17, 2017 3 hours ago, Licensecart said: Not a bug because there's no validation they could sign up with just their first name I believe. I didn't want to label it as a bug but whatever fields are required should be noted as missing. I'll have to look for it but there was a thread talking about what should be required and the number of characters as well. Quote
Paul Posted February 17, 2017 Report Posted February 17, 2017 It may not be validating all the fields at once. If you fill in a username and password only it'll probably still complain, just about something else. It could probably be improved, sure. Honestly, I'd like to show errors next to their fields, but that's a lot more work. Michael 1 Quote
Tyson Posted February 22, 2017 Report Posted February 22, 2017 Validation is done in batches. First, attempt to create the user, then attempt to create the client. A user requires a username and password, without which, we cannot continue to create the client, so error checks stop. It could certainly be more user friendly to run all checks, but logically unnecessary because of the dependency. Michael 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.