How to include a liquid snippet on checkout page through Shopify API? by...
How to add a liquid snippet on the checkout page after the order has been placed? We can include scripts through the API call, can we do the same with the liquids? Liquids can btw added through the...
View ArticleNate commented on How to include a liquid snippet on checkout page through...
Hey there,This functionality has not been exposed through the Shopify API, and can not be done programmatically. It must been done through the admin panel.Nate
View ArticleNate commented on How to get all the Variant Ids at the time of checkout and...
While you can add `ScriptTag`s with the API, the Liquid you're inserting in Line 3 of the second code block will not be processed (scripts are run after all Liquid processing is finished). This could...
View ArticleNate commented on How to recognize gift cards in product list API?
Hi Marius,Products which are gift cards will have a `product_type` value of "Gift Card", which is probably the most reliable way to identify them.Nate
View ArticleNate commented on App preferences url - include querystring
Hi Aran,Good catch, I've filed this as a bug. We'll work on it ASAP, and I'll get back to you here when it's fixed.Thanks
View ArticleNate commented on The remote server returned an error: (422) Unprocessable...
Hi Neeraj,What is the response that you are getting back? What is the value of the 'X-Request-Id' header of the response (this can help me figure things out better)?
View ArticleNate commented on recent issue: /admin/oauth/authorize redirects without...
Hi Marius,Do you happen to have the values of the 'X-Request-Id' header for those redirect responses?
View ArticleMarius Andreiana commented on How to recognize gift cards in product list API?
Hi Nate,Thanks. Saw that, but I also tried to create a regular product and set the type to Gift Card, and that worked.I wouldn't want to rely on merchants not doing this, unless not given other options.
View ArticleMarius Andreiana commented on recent issue: /admin/oauth/authorize redirects...
Hi Nate,Will have the next time it happens. Thanks!
View ArticleMarius Andreiana commented on Forwarding users to SSO site for Shopify PLUS
May we use Multipass to login *existing customers* on a Shopify store in a 3rd party web app?e.g.I signup on shop.com. Then I go to app.com and I provide the same email & password used on...
View ArticleAran Reddy commented on App preferences url - include querystring
Hi Nate,Cool thanks for the feedback. Will be waiting for that update:-)
View ArticleChris Saunders commented on Forwarding users to SSO site for Shopify PLUS
No. Customer passwords are hashed using bcrypt so we have no way of knowing what their passwords are. The multipass endpoint is unidirectional; Logged in on your App -> Logged in as customer on your...
View ArticleMarius Andreiana commented on Forwarding users to SSO site for Shopify PLUS
Thanks Chris, let me clarify please. There's no need to know the customer passwords :) We basically just need a customer login API.Our app would POST to this API with customer email and password in...
View Article[SDK] recent bug: notifications' text isn't visible by Marius Andreiana
Starting today, I noticed the notifications' text triggered with ShopifyApp.flashError(msg) isn't visible anymore (Chrome 37).Managed to duplicate this in Product Reviews app too.
View ArticleWhere are Metatags for Product pages? by menelaos vergis
I am developing an app and I want to automatically edit product page metatags (Title,Description,Keywords) but I cannot find them in the http://docs.shopify.com/api/product#show product api...
View Articlebug? customers/update webhook is called when a customer is created by Marius...
Hello,customers/create webhook is called when a customer is created. However, customers/update webhook is called too, with the same data.Is this a bug?
View ArticleKevin McPhillips commented on [SDK] recent bug: notifications' text isn't...
Thank you for reporting this.Are you able to give some more detailed reproduction steps? I have tried on production and in development, on Chrome 36, 37, and 39, in Firefox, running the Product Reviews...
View ArticleNate commented on Add products to cart via AJAX or HTML [PROBLEM] Rails APP
Hey Duncan,There is only support for adding single products through the AJAX API, unfortunately there is no way to add multiple products to a cart.
View ArticleMarius Andreiana commented on [SDK] recent bug: notifications' text isn't...
Hi Kevin,Thanks for trying!Just replicated again: I go to Product Reviews app, click Settings, then click Save.The text on the notification bar isn't visible, although if I hightlight it quickly by...
View Article