Michaël Gallego
Michaël Gallego
Hi, I have initially reported that in #2158 but I thought it may be useful to report it as an individual issue as the original issue is a bit different....
Hi This PR adds several things: 1. It stores the dragItem so that it can be retrieves everywhere. It may be possible to retrieve it from dragEl or pointEl but...
Hi :), It would be nice to have a native support for shipping rates around the Shopify shipping rates API. Thanks!
Hi, One of our customer is using our theme. However, they'd like to be able to use display the product's tags in the cart. But it seems that CartJS do...
Hi, I don't have any Shopify Plus account, but I've seen that template can be modified to support Shopify Script (https://docs.shopify.com/manual/apps/apps-by-shopify/script-editor/update-liquid-templates-for-scripts). Does CartJS supports everything?
Hi, Did anyone had experience with uploading file properties using CartJS? When I set the properties into the addToCart method, it jsut sends the file name to the back-end instead...
Hi, When developing a theme, you cannot know in advance which properties a product have. As a consequence, this: ``` js CartJS.addItem(12345678, 3, { "size": "XL" }); ``` Is not...
While doing a quick overview of what's new in all the API we support, I realized that Postage support variables per recipient. We only support global variables. (Reference: http://help.postageapp.com/kb/api/send_message) I...
Hi, In Shopify, we often need to loop through blocks and ignore some depending on conditions. It would be very handy if for loops would support an extra "where" and...
Hi, Sorry if this is not the correct place for Shopify features, but as there is no dedicated repo (we have a repo for Theme Partners but it does not...