-
Steve Barbera authored
The Cart resource is read only, where you would provide the cart_token to retrieve the cart object. Example: `$shopify->Cart('ea4a55031cbbcd5621918d3a893869b0')->get()` You can retrieve the cart token on your website by using the following javascript snippet `var cart_token = document.cookie.match('(^|; )cart=([^;]*)');`
Steve Barbera authoredThe Cart resource is read only, where you would provide the cart_token to retrieve the cart object. Example: `$shopify->Cart('ea4a55031cbbcd5621918d3a893869b0')->get()` You can retrieve the cart token on your website by using the following javascript snippet `var cart_token = document.cookie.match('(^|; )cart=([^;]*)');`
Loading