Frontend Customer Registration
Last updated
Last updated
Whenever a new user clicks on the register, they will be asked to enter the mobile number for verification using OTP.
If the mobile number digits do not match the country validation configured by the admin in the backend, it will show an error message.
Once the user enters the correct mobile number and clicks on the Send OTP button, they will receive an SMS with OTP for registration.
After entering the OTP, the user needs to click on Verify.
In case the OTP verification time is out, the user gets the option to Resend OTP.
Once the OTP is verified successfully, the user is redirected to enter the account details. Here users can add details like first name, last name, email ID and password. The Customer registration through OTP is protected by reCAPTCHA to avoid spam registrations.
After that, when the user clicks the Create An Account button, the user will be redirected to the store’s home page.