Adam Harrison commented on App uninstalled webhook issue
Yeah; Charlie's right. You can get the shop in the header; you should be using this to verify all of your webhooks, via their signature, as per here: http://wiki.shopify.com/Verifying_Webhooks, in...
View ArticleAdam Harrison commented on Order count wrong
This really should be emphasized in the docs more, because it's not really clear when you skim it, and it's inconsistent with the rest of the API. When you get orders from Shopify, if you pass no...
View ArticleWorking on providing carrier specific rates per product, have a couple...
I am a dev who has a client who ships food items that must be shipped over night or 2-day. They also have other items that can be shipped ground or whatever. thinking about dev'ing an app that gets...
View ArticleWebhooks and unsupported fulfilment house by Jeff
Greetings,I need to access an unsupported fulfillment house's API, and am thinking that the best way to do this is through webhooks and another server as middleware to pass the data to the fulfillment...
View ArticleHunkyBill commented on Webhooks and unsupported fulfilment house
That works well. I have at least a dozen clients all doing that. App receives Shopify Webhook for orders, and then turns the order(s) into either CSV or XML for the fulfillment company. Often they work...
View ArticleJeff commented on Webhooks and unsupported fulfilment house
It is an API of sorts. Unfortunately it expects XML rather than JSON, but that is really a non issue as long as I have the data in the POST to work with.Thanks!
View ArticleHunkyBill commented on Webhooks and unsupported fulfilment house
Yup.. playing with XML is a blast.. transports me back to the 1990's in a microsecond...
View ArticleSimplyTech commented on Bilingual site?
Please checkout my post in here:http://bit.ly/161mgMG
View ArticleAmbitious Marketer commented on Bilingual site?
If you are having trouble with finding what you are looking for, would you consider hiring a translator for some of the biggest languages like spanish, arabic and german. You could also look at where...
View ArticleDefine Custom Liquid Filters by Corey Bowers
Is there a quick way to define custom liquid filters without creating a whole new app? Alternatively, does the liquid templating system allow you to embed small snippets of code to accomplish...
View ArticleJames Liu commented on Bilingual site?
It would take some work, but you can achieve a multilingual interface by making use of Shopify's alternate view functionality and clever use of template calls and appending to URLs with Liquid.Would...
View ArticleProduct Web Hooks, when is it triggered? by Stacy Tjoa
Hello,I am trying to write an app that will email users automatically when an item becomes back in stock. I tried the webhooks API but it appears that it is not triggered when the item Quantity is...
View ArticleAleksandr commented on Product Web Hooks, when is it triggered?
Hi Stacy, Which webhook are you trying this with? Have you tried the product/update webhook? If that doesn't work, I would recommend downloading a list of all of their products on a recurring basis and...
View ArticleChange collections page by Graham
My shop has sub collections so for the main navigation at the top I have a drop down for each collection with all the sub collections. This is all good, however, when I click on the collections it...
View ArticleAdam Harrison commented on Define Custom Liquid Filters
Shopify is natively developed in Ruby. As for custom liquid filters, you can sort of do this, using snippets and {% include %}. It really depends on what you need to do.
View ArticleMike Burrows commented on Access product SEO descriptions through the API?
I am also looking to be able to update the SEO Page title and Page description via the API. Will these fields be available in the API soon?
View ArticleStacy Tjoa commented on Product Web Hooks, when is it triggered?
Hi Aleksandr,Yes I've tried the product/update webhook, I get a query when a product is created or when some of its fields are updated but not when the quantity is changed.That sounds like a better...
View ArticleIs it possible to access tags outside of collections.liquid? by Graham
I want to access all the tags of a product in a snippet. Is there a way of passing them through?
View ArticleInternet Explorer support by ekynoxe
Hey guys! I recently discovered that Shopify doesn't support IE8, but not the way I wanted to find out.Basically, IE8 may be old, but some still use it, and is still a part (albeit a small one) of my...
View Article