Replies: 1 comment 1 reply
-
Hi, The docs covering this are here: https://www.vendure.io/docs/storefront/shop-api-guide/ The cart works the same for both authenticated and guest customers. You execute the Note that the correct functioning depends on proper session handling, which is covered here: https://www.vendure.io/docs/storefront/managing-sessions/ |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Can somebody give me a brief overview of how the cart works for logged in and non logged in users? I am using express + ejs templating, so server needs to render a cart page using the users stored selections. I just don't know where to store this data. Is it a feature of vendure?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions