Dylan Thacker-Smith commented on Invalid content type encoding
I have just deployed a fix for this issue.Shopify will now decode gzip encoded responses from application proxies. Just make sure to set send a "Content-Encoding: gzip" header on the response, but...
View ArticleGina Quatrine commented on Magnific Popup JS
Since I couldn't get that to work, now I'm trying to use this one and still am doing something wrong and would love your help!http://zurb.com/playground/reveal-modal-pluginHave all files uploaded into...
View ArticleGina Quatrine commented on Magnific Popup JS
I almost got it to work! I put the below code right before the </body> tag, but now the popup is also appearing on pageload (I just want it to popup when you click the assigned button): {{...
View ArticleGift Card API by Colin Cyr
Any idea when the Gift Card API is going to be released publicly?We're looking at using it to implement a loyalty program and need to generate the gift cards from a backend service.While I've already...
View ArticleChristian Joudrey commented on Gift Card API
Hi Colin,I appreciate your interest in the gift card API and I'm excited to see what people build with it.We are currently working on the gift card API and expect to have it out soon.- Christian
View ArticleGina Quatrine commented on Magnific Popup JS
Nevermind, I figured it out - had to remove "jQuery(document).ready(function($){" and move the code up
View ArticleJohn Seymour commented on Shopify API responds to request for orders with a...
That link to StackOverflow did the trick! Simple when you know how! Thanks for the help.
View ArticleAccess to link lists via API? by Psousa
Hi,in the Shopify admin you can retrieve a json list of all the linklist,ex: https://shop.myshopify.com/admin/link_lists.jsonHowever, there doesn't seem to be a way of retrieving this via the api. I've...
View ArticleUpload Files via API by Max Rice
Are there any plans to add an API to upload files for use with pages / blog posts? I know we can use the Assets API to upload images but I'd rather not tie images to a shop's theme. thanks :)
View ArticleShopify theme repository using Git? by Juan Perez
I looked for a post around this and didn't find one so I'll post the question.Have you (Shopify team) considered using a Git repository as the backend for storing themes on your side? Similar to the...
View ArticleRyan | Add to Cart Apps commented on Shopify theme repository using Git?
We've actually considered making an app for this. Its rather easy with Github as you can easily set up deploy hooks and deployment keys. It's on our to do list but as we don't think there is too much...
View Articlehj commented on Shopify theme repository using Git?
+1 for accessing and deploying themes using gitCurrently I've found a 'workaround' using the shopify_theme gem. This gem enables you to:pull (theme download)push (theme replace)And you can also listen...
View ArticleSiggi commented on Shopify.formatMoney() – Alternative version
Thanks Damiano you saved my day,I lost few hours this morning due to display Czech currency correctly before I found your post.My first project on Shopify but I didn't realized that they have that...
View ArticleFrank Szendzielarz commented on New: Embed your app inside of Shopify!
I am getting the same problem. Can't see why the Init is not getting fired, but Loading... is all that happens. IE11 ASP.NET MVC, VS2013, SignalR disabled.
View ArticleFrank Szendzielarz commented on New: Embed your app inside of Shopify!
~~I am getting the same problem. Can't see why the Init is not getting fired, but Loading... is all that happens. Stuck on Loading... IE11 ASP.NET MVC, VS2013, SignalR disabled.
View ArticleMaarten van Grootel commented on webhooks not accepting ip address
192.168.12.12 is a local IP address, not one for the internet. Webhooks are sent from Shopify's servers, so the local IP addresses would refer to the local network where Shopify lives, not your network...
View ArticleMax Popoff commented on New: Embed your app inside of Shopify!
Frank, I think that could mean your Shopify app is not firing js code: ShopifyApp.init(...). Try to debug.Also, it makes a sense to allow customers to bypass Embedded mode, so for example Mac Users...
View ArticleFrank Szendzielarz commented on New: Embed your app inside of Shopify!
Hi MaxThanks for the swift response. I was guessing something similar. I put an alert before the Init but this does not show. Debugging does not show any errors. No unhandled exceptions.I am launching...
View ArticleShaan Gola commented on webhooks not accepting ip address
Hi actually what im trying to do is posting new order informaion to my epson t88vi printer so while in researching on shopify forum is through webhooks i can do this ...can you help me with this.
View ArticleRyan | Add to Cart Apps commented on New: Embed your app inside of Shopify!
I'm not sure what the issue is here with Safari our App works perfectly with sessions. Are you using https:// with a valid certificate?
View Article