You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
have a persistent cart so I can revisit and pick up where I left off.
There are two more experiences to consider here. Explore your favorite websites to see what the intended behavior is for the following cases:
Guest-only: I don't want to create an account, but I want my cart to persist between browser refreshes. - Look into front-end storage for this one.
Guest-to-logged-in-user: Initially, I'm not logged in, and I add items to my cart. When I eventually log in, I want to see those same items I added when I was logged in still in my cart, in addition to the items I may have had in my cart from a previous logged in session.
The text was updated successfully, but these errors were encountered:
have a persistent cart so I can revisit and pick up where I left off.
- Look into front-end storage for this one.
The text was updated successfully, but these errors were encountered: