Dan Mort commented on 429 Responses for 2 days straight - API Limit Reset not...
This ended up being an issue with loading metafields > We were loading around 250 products and metafields for each and overstepping the limit each time. Fixed it by lazily loading metafield data
View ArticleGary commented on Recurring application charges are being named differently
We are still experiencing this, and I am wondering if it is the same for other app developers?Anyone seen this before?Cheers
View ArticleStefan commented on Template variable "collections" misbehaves (iteration...
Hi Daniel,The template varialbe "collections" definitly misbehaves. I've got the same error. If I output "{{ collections.size }}" I got "9".Have you opened a Bug-Report yet?Best regards,Stefan
View ArticleDaniel commented on Template variable "collections" misbehaves (iteration...
Hello Stefan,Yes, I've reported the bug. It seems there is a problem with the 'paginate' tag.In my case I could work around this bug by moving the code that uses the 'collections' array out of the...
View ArticleJason commented on Template variable "collections" misbehaves (iteration with...
But when I iterate over the collections (with the "for" statement) and count how many items are there I get only eight.This would suggest that you have eight collections, which seems quite reasonable...
View ArticleHunkyBill commented on Template variable "collections" misbehaves (iteration...
No kidding... if you have 2000+ collections... wowza. That's like Amazon sized inventory!
View ArticleAaron commented on Recurring application charges are being named differently
I believe what you are seeing is the Shopify plan name that particular store is on.
View ArticleDaniel commented on Template variable "collections" misbehaves (iteration...
@Jason: No, like I wrote above, the size filter returns 2000+ and I've created this many collections.@HunkyBill: In my shop every product gets a collection with the accessories for that product and...
View ArticleJason commented on Template variable "collections" misbehaves (iteration with...
No, like I wrote above, the size filter returns 2000+ and I've created this many collections.I've had clients with some pretty sizeable collections before, but that's the biggest I've come across. If...
View ArticleDaniel commented on Template variable "collections" misbehaves (iteration...
Reaching some kind of limit was my first thought. But after doing what I've described above everything works and the Shopify support confirmed that this is a bug....
View ArticleGary commented on Recurring application charges are being named differently
Ah ok. Thanks Aaron, that makes sense. Cheers, Gary
View ArticleJason commented on Template variable "collections" misbehaves (iteration with...
Shopify support confirmed that this is a bugNot that it's good news, but at least you know you are not going crazy. Here's hoping that the bug is sorted out quickly.
View ArticleCheckout Hook by Geoff E
Is it possible to setup a Hook to execute a php function upon checkout? We need check a session variable is set and then log it if it is upon checkout.
View ArticleHunkyBill commented on Checkout Hook
A session variable as you specify it is just a cookie. On the Thank You page, a checkout has just completed and you have the Order at your disposal. So execute a callback there to your server with the...
View ArticleHow can i get the Shop Token by Utpal Das
Hello, I am new on Shopify Api. I have generate the api key, shared secret but i can't found the shop token key. Can you please tell me how can i get the shop token key?An early response is always...
View ArticleHow can i get the Shop Token Key by Utpal Das
Hello, I am new on Shopify Api. I have generate the api key, shared secret but i can't found the shop token key. Can you please tell me how can i get the shop token key?An early response is always...
View ArticleHow can i get the Shop Token Key by Utpal Das
Hello, I am new on Shopify Api. I have generate the api key, shared secret but i can't found the shop token key. Can you please tell me how can i get the shop token key?An early response is always...
View ArticleApi request from Google Refine by Maria da Graça Moreira
Hi,I'm trying to get an inventory spreadsheet pulling variant information using an API call on Google Refine. I'm following this tutorial:...
View ArticleAdam Harrison commented on How can i get the Shop Token Key
The shop access token is generated in response to your authorization request, should the person choose to give their consent to have your app access their store; see here:...
View ArticleRuby Shopify Order count returns unexpected counts by Matt Anderson
I am trying to get a count of orders from a store using the Ruby library. The count returns less orders when setting the minimum date in a prior year.ShopifyAPI::Order.count({:fulfillment_status =>...
View Article