AlexanderProd / gatsby-shopify-starter

🛍 Simple starter to build a blazing fast Shopify store with Gatsby.
https://gatsby-shopify-starter.alexanderhoerl.de
Other
422 stars 95 forks source link

Extracting shipping price data from Cart component #66

Open kevinlo123 opened 3 years ago

kevinlo123 commented 3 years ago

Hey all I'm having a problem with trying to pull the shipping price data from the Cart component that comes out of the box, I am trying to use {checkout.shippingLine.price} but i get the error "TypeError: Cannot read property 'price' of undefined" i am wondering how I can use this data in the component.