Shopify / hydrogen-demo-store

This template contains a full-featured setup of components, queries and tooling to get started with Hydrogen. It is deployed to https://hydrogen.shop
117 stars 50 forks source link

Associate Customer with Cart #61

Open h36ahmed opened 4 months ago

h36ahmed commented 4 months ago

Hi guys, This is a great demo store, and I was reviewing the codebase. I have a quick question.

If I sign in to the store, how does the cart get updated with customer information? I do not see CartForm.ACTIONS.BuyerIdentityUpdate being called after logging in. How does customerAccessToken get updated after you log in to the store based on what is currently in the codebase?

image