Gavin Ballard
Gavin Ballard
I was running in to this issue as well; thought briefly about moving the `csslint` to post-build but in the end I just removed that second line from the Gruntfile.
As per https://cartjs.org/pages/guide#data-api-submitting-forms, there are browser limitations with uploading files via Ajax. These limitations are probably not as significant with modern browsers, so it may be possible to feature-detect and...
This is why it needs more documentation :). The `productImageSize` filter relies on Shopify's `Shopify.Image.getSizedImageUrl` method being available, although I believe that should be available on any page with `option_selectors.js`...
@michaelrshannon That would be awesome, thank you! I'd also like to bring product images into the advanced cart example on the Cart.js homepage.
@michaelrshannon? ;)
@Legic is this still an active issue for you?
Hi @jamespeerless - can you point to where the documentation indicates expected behaviour for an `undefined` call? In any case, this may not be an issue with Cart.js but with...
Can you check the actual Ajax API call that's being made when you trigger `updateItem`? If quantity is `undefined` there, it's definitely a problem on Shopify's end.
@lmartins The `data-cart-quantity` attribute is supported, but line item properties aren't I'm afraid. Currently, the way to do this would be to make your entire add form Ajaxable by adding...
Hi @bakura10! We just expose the same product data that Shopify's Ajax API returns in the cart object, which doesn't include tags. To use and render that information using Cart.js,...