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

Cart Issue : Items added to the cart while signed in will be refreshed when you sign out and then sign back in. #576

Open
kashinoki38 opened this issue May 1, 2024 · 0 comments

Comments

@kashinoki38
Copy link
Contributor

kashinoki38 commented May 1, 2024

Items added to the cart while signed in will be refreshed when you sign out and then sign back in.

Reproduce with the following steps:

  1. Sigin in the User
  2. Put some items in a cart
  3. Sign out User
  4. Sign in same User
  5. See the cart -> there is no items which was put on step2

Cause:

On the step3 (Sign out User), cart will be newly created as guest user. On the step4 newly created cart will be used for signed in user.

Ideal behavior:

On the step4,

  • If there are no items in guest cart and there are items in signed user cart, signed user cart will be used
  • If there are items in guest cart and there are items in signed user cart, pop up shown which asks which is used between guest cart and signed user cart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog
Development

No branches or pull requests

1 participant