Registration process #220
rajeev-k-tomy
started this conversation in
General
Replies: 1 comment 2 replies
-
The following flow might also be an option:
But I don't know if this is beneficial to the user because there will be a load time in the checkout. It might also be possible to do this during the placeOrder call. What do you think? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
One of the most requested features is the customer registration feature within checkout. This is a place where to get the best customer registration flow.
The one in my mind is, provide a password/confirm-password field in the login form section and collect that information. After that, the user will proceed as a guest user does and on the success page, we will cover the guest to the user to a real customer using the provided password and attach the order to the newly created customer.
Or do we have more cleaner approach?
Beta Was this translation helpful? Give feedback.
All reactions