Forloop on smartcollection, with 50 limit? by CharlesTop
Hope someone can help here. I am attempting to iterate through a "smart collection" list of product and search custom metafields data. However my Forloop only gets through the first 50 due to the...
View ArticleJim Sidler commented on New: Embed your app inside of Shopify!
@Dan Grossman : Did you get a response on this? I'm running into this issue. App only fails on Safari and I'm including the correct X-Frame-Options
View ArticleAndrew commented on How to get Webhook for main theme change? Shop Update...
+1 for getting a webhook when the theme is changed. This would be very useful for any app that deals with theme assets. The shop.updated webhook would make sense in this event.
View ArticleHunkyBill commented on Error creating Script Tag
I never use script tags, but when I do, I expect them to do something and not be nil, or an error :)
View Articlehj commented on Error creating Script Tag
I'm using script tags in one of my Apps, I use .new and .save, but .create does the same thing.script_tag = ShopifyAPI::ScriptTag.new(src: src, event: "onload") script_tag.saveDo you use OAuth? And did...
View ArticleHunkyBill commented on Error creating Script Tag
Right... the frigging scope on oAuth... of course... brilliant... damn that oAuth crap! A blight on humanity...
View ArticleRyan | Add to Cart Apps commented on Creating webhook for Uninstalling an...
There are a few little things such as the SITE_URL being outside the brackets and the use of curl HTTPPOST. I tested the below request and it looks ok. Also ereg is depreciated so I switched that...
View ArticleRyan | Add to Cart Apps commented on Creating webhook for Uninstalling an...
I found a good example of HttpSocket and sending JSON.public function actiontooutbound($idUser, $course, $price){ $HttpSocket = new HttpSocket(); $data = array( "api_key" => "API KEY","user_id"...
View ArticleChris Saunders commented on Error creating Script Tag
The API client does leave a lot to be desired. In a case like this you'd expect a 403 to be raised then you'd immediately know that an error occurred. I kind of have very little faith in the client,...
View ArticleHow get shopify authorization using api when order is completed? by...
How get shopify authorization using api when order is completed?Means how get authorization when order process completed .For example i can post order and transaction via shopify api but i cant get...
View ArticleMax Rice commented on Upload Files via API
Thanks Adam -- we need to use it in an app so that method won't work unfortunately. I'm hoping someone from the Shopify API team can jump in on this to let me know if this sort of API is on the roadmap...
View ArticleMax Rice commented on Migrating Squarespace Blogs to Shopify?
Hey there,I'm one of the developers for BlogFeeder :) We're working on a new version, due out in 2 weeks or so, that'll make it super simple to do a one-time import of any size blog, including...
View ArticleHunkyBill commented on Upload Files via API
It is actually quite easy. Here is all I did to accomplish that (for customers uploading images). For admin sessions, this is even easier since you can inject your own Javascript in any shop admin......
View ArticleMax Rice commented on Upload Files via API
That's an interesting way to do it but I don't think it'd work for our use case -- with our BlogFeeder app a lot of users want to do a one-time import to migrate from WordPress or another blogging...
View ArticleHunkyBill commented on Upload Files via API
That is easy to fix. Since you migrated a blog, which is nothing but text, you simply parse out the image sources and deal with them. So you migrate the images from the OLD blog to some solid host...
View ArticleBBG commented on Error creating Script Tag
damn that oAuth crap!+1 on that. I was also getting this exception when migrating on older Ruby 1.8.7/Rails 2 app over to OAuth. Ended up getting into Gem dependency hell trying to upgrade the Shopify...
View ArticleMax Rice commented on Upload Files via API
Nope, that's exactly the process -- we'd simply prefer to have the blog post images hosted within Shopify so if the customer decides to cancel the app for some reason, they don't have a bunch of images...
View ArticleHunkyBill commented on Upload Files via API
If you migrate their blog post images to their assets then once the migration completes, they don't even need the App. So there is no risk of 404. Why would they pay an ongoing fee for their images?
View ArticleKevin Hughes commented on Migrating Squarespace Blogs to Shopify?
Hi there,If you have exported xml from square space then it is totally possible to import that data to Shopify using our API. I suggest you talk to Max as it sounds like he is already on it, otherwise...
View ArticleKevin Hughes commented on Register New Fulfillment Service
Hi Andrew,I would recommend creating your fulfillment service as soon as your app is installed, you'll probably also want to subscribe your app to the fulfillment/create webhook so you can stay...
View Article