Skip to content
  • Steve Barbera's avatar
    a4214362
    Added the Cart Resource · a4214362
    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=([^;]*)');`
    a4214362
    Added the Cart Resource
    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=([^;]*)');`
Loading