Email not auto-filling for new users on checkout-ui
ID: 887949
Backlog
Published on 8/25/2023
•
Last update on 8/29/2023
Summary
When a new user enters a new email at the email step and proceeds to the next page, in the customer data component, the email isn't automatically filled in.
This is because there's no registered user with that email. As a result, the loaded orderForm
also contains an empty email field, causing it to remain blank and requiring the customer to re-enter their email.
Simulation
- Navigate to the checkout page where customers enter their email.
- Put an email never used before in the store.
- Go to the client profile component.
- The email box will be empty, and then you have to type it again.
Workaround
N/A