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.
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.