Andrew commented on suddenly getting lots of 404s when fetching frozen and...
I am still getting this behaviour and it would be very helpful if we could still get information on frozen shops that have installed an app so we can differentiate between frozen and cancelled shops
View Articlehj commented on Members-only, registration by invitation-only.
Hi Adam,just wondering how protected pseudo-protected is. If you set the "Customer accounts" setting to "Accounts are required", it shouldn't be possible to checkout without account.And if your liquid...
View ArticleShopify only rendering portion of app liquid response by darkholme
Hello,I am developing an app and everything was working fine until I switched to a production server, and now I have this problem.The way I have the app layed out is this: a GET request to my proxy url...
View ArticleAdam Harrison commented on Members-only, registration by invitation-only.
Hey hj,I'm the same guy as above; Shopify arbitrarily decided to ban my account for a while, for some reason...Anyway, as for security risks; there's no way for you to enforce the fact that an invite...
View ArticleNeed a Comprehensive Set of Example Orders by Tim Cull
Hi good folks at Shopify.Would it be possible to create a nice, comprehensive set of example order responses one might see from the API and make them available somewhere? I thought I was pretty...
View ArticleOrder Printer/Order Attributes - HTML value displaying as plain-text by...
I am trying to extend the functionality of the Order Printer app by inserting pre-rendered HTML as an order attribute. My hope is to print out that HTML in an Order Printer template. However, when I...
View Article{{variant.id}} not working when attempting AJAX API for Add to Cart? by Damon...
I'm trying to use the AJAX API so I can add items to my cart without refreshing or redirecting.I have the API file linked in my theme:...
View ArticleTerms & Conditions Agreement Window at Checkout Page by Acronymn
Hi all, I was wondering if it's possible to create a pop up window at the checkout/cart page stating our shop's shipping terms and conditions with a checkbox before the customer is able to proceed to...
View Article{{variant.id}} not working when attempting AJAX API for Add to Cart? by Damon...
I'm trying to use the AJAX API so I can add items to my cart without refreshing or redirecting.I have the API file linked in my theme:...
View Articledarkholme commented on Shopify only rendering portion of app liquid response
I sort of solved the problemThe problem was with Content-Type: chunked. For some reason, when the response was responding from a POST request chunked would only send the first chunk and end. I checked...
View ArticleCheckout API by Wasca
Hi GuysIs it possible to send/get all the details of a purchase at the point in time that is occurs and send that information to an app?If so how does an app hook into that process at the right...
View Articlehj commented on Members-only, registration by invitation-only.
Hi Adam,I think Shopify banned some more accounts, my post wasn't visible either for a few hours.You're right, I didn't think of POST requests. And the sitemap.xml also exposes a lot of information...
View Articlehj commented on Checkout API
Hi Wasca,you could register to the "checkouts/create" webhook (http://docs.shopify.com/api/webhook), but webhooks don't provide real-time information. Under normal circumstances a few seconds after the...
View ArticleRyan Starr commented on Which Developer wants to make some $$$ ???
Chris,I am not sure that you understand what I am even saying at this point (none of it has to do with '3rd party' anything. Shopify supports Fedex)I am not referring to any 'specialized service'. I am...
View ArticleImplementing shopify API in JAVA - Returning response status of 401 by pss
Hi,I'm trying to implement shopify API into connector as private app.Using API in browser [firefox RESTClient] is working ok.But implementation of same in connector is returning response status of...
View ArticleClaes Gustavsson commented on When a user deletes my app?
I finally found out how to do it! But I must say that Shopify could have made it a lot easier by providing some examples.An app needs 3 things the most, how to authenticate, getting payed for the app...
View ArticleSheldon commented on suddenly getting lots of 404s when fetching frozen and...
We are experiencing the same trouble.How can we distinguish between suspended/frozen shops and cancelled shops?We do not want to charge our customers for our app once they stop using Shopify (that...
View ArticleSheldon commented on App/uninstalled webhook when a shop is cancelled
I am also wondering what the proper way to handle this is. The webhooks seem insufficient. We don't want to continue charging shops for our app after they stop using Shopify.Thanks!
View ArticleHunkyBill commented on App/uninstalled webhook when a shop is cancelled
The Webhook IS THE PROPER WAY. There is nothing insufficient about using a Webhook. You're in the world of cloud computing and Restful API work. There are few superior alternatives. As I demonstrated,...
View ArticleSheldon commented on App/uninstalled webhook when a shop is cancelled
Thanks for the reply HunkyBill!We have been using the webhooks for about a year, however there does not appear to be a way to determine if a shop has been temporarily suspended or is permanently...
View Article