Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

After cart: implement checkout login intercept page #212

Open
KFie opened this issue Aug 15, 2023 · 0 comments
Open

After cart: implement checkout login intercept page #212

KFie opened this issue Aug 15, 2023 · 0 comments

Comments

@KFie
Copy link

KFie commented Aug 15, 2023

Goal

Enhance the checkout process by offering guest customers to either log in or create a new account.

Requirements

If a customer is not logged in, has items in their cart and clicks "Proceed to checkout", they arrive on an intercept page offering three options:

  • Log in with existing user account
  • Create user account
  • Check out as guest user

Layout

Page should have a reduced header, consisting of store logo and a link back to the cart. Options to proceed should display in three tiles, possibly using this layout (on desktop):

image

User Flows

  • Log in with existing account: after providing valid credentials, user gets sent to shipping step (we currently don't skip steps despite the options to store addresses and payment data); providing invalid credentials results in error messaging, user canot proceed.

  • Create user account: after providing valid data, account is created, user possibly sees a success message and gets sent to shipping step.

  • Check out as guest user: when clicking to proceed, user is sent to shipping step.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
Status: No status
Development

No branches or pull requests

2 participants