Gavin Ballard
Gavin Ballard
Our documentation currently suggests that you could use `updateItem` or `updateItemById` to change the line item properties of an existing line item, but that's not actually possible with the Shopify...
For example, using `rv-href` to link to products and the `productImageSize` filter.
data-cart-add API should support sending a quantity, and potentially line item properties as well.
Could be done simply through the use of a `data-cart-quantity` and `data-cart-*` attributes.
Currently, only `cart.requestStarted` and `cart.requestComplete` are supported. Want to make this a little better, like `cart.itemAdded`, `cart.itemUpdated`, `cart.attributeUpdated` et cetera.
This would probably be a pretty common use case. API would probably use something like `data-cart-adjust`.
With the new `settings_schema.json` settings format replacing `settings.html` in Shopify themes, this plugin is currently deprecated. This issue exists to gauge interest in reviving it with support for `settings_schema.json`. The...