Sign In with Shopify account by Ivan Dubravac
We want to create a custom portal and to create an option to enable existing Shopify users to sign in to our portal. I checked the API documentation and didn't find the right answer, but I still wonder...
View ArticleMaarten van Grootel commented on webhooks not accepting ip address
I'm not sure that printer will understand the XML sent by the webhook, because what I see online is that the printer only understands special XML commands. So you probably would need to make an...
View ArticleFrank Szendzielarz commented on New: Embed your app inside of Shopify!
Hi sorry for any confusion but this is not related to the Safari issue. It was related to the previous post, where Loading does not appear. Https is a requirement? Ah I see...
View ArticleJamie commented on Sign In with Shopify account
The only way you will be able to do this is with the multipass API as far as I know:http://docs.shopify.com/api/tutorials/multipass-login
View ArticleIvan Dubravac commented on Sign In with Shopify account
Hi Jamie,Thanks for the feedback, but I have already checked that link.And it seems to me the Multipass login feature is available only for shop owners that have Shopify Plus account.I am not sure did...
View ArticleJuan Perez commented on Shopify theme repository using Git?
To clarify the request. Pushing any branch to a remote Git repo (stored by Shopify? someone else?) would make deployment through Git ideal. This is how Heroku works and it means that I can have...
View ArticleAdding new variant option via api by Aaron Mashburn
I have an existing series of products with one variant option, "Size". Using the API, I am attempting to add a 2nd option, "Color". Below is an example of the array I am sending, using PUT...
View ArticleBilling API and Desktop App by tom n
We have a desktop app which we're integrating with Shopify and planned to sell this integration as a Shopify App in the App Store. Is there anyway to use shopfiy's billing w/o having a web app to...
View ArticleKevin Hughes commented on Shopify makes extraneous requests to Custom...
Hi Colin,I have figure out the reason for the extraneous request and I am working on a fix along with some other upgrades to the FulfillmentService API. Thanks for all the detailed info it helps us to...
View ArticleAPI Product/Variant Search by Justin
admin/variants/search.json and admin/products/search.json use to work. I'm now getting `[API] That action is not currently supported.` error. Do you have a recommended way to search for a variant using...
View ArticleColin Cyr commented on Shopify makes extraneous requests to Custom...
Hey,Thanks for taking the time to look through and figure out where the issues lie. As I said in an email to Christian Joudrey, we're excited about the prospects of Shopify, how flexible and...
View Articlepav commented on New: Embed your app inside of Shopify!
@Frank SzendzielarzFor the record, I had the same "Loading" issue as well. I fixed it by placing a call to the ShopifyApp.Bar.initialize() function within the ShopifyApp.ready() listener. I followed...
View ArticleReplace Payment Option Icon during check out in Mobile view by Vincent Tan
How can I replace the current Payment gateway credit card icon to my current iPay88 icon in Mobile layout view. My iPay88 only accept online bank transfer.
View ArticleJustin commented on Adding new variant option via api
Have you tried breaking the request up? Do a put request to update the product and then a put request updating the product with the variants? Not sure if its failing to add the new option before...
View ArticleJustin commented on API Product/Variant Search
Actually endpoints appear to work on some accounts and not others. Is there a setting to enable in the store for those endpoints to work?
View ArticleChristian Joudrey commented on Replace Payment Option Icon during check out...
Hi Vincent,I'm having troubles seeing your screenshots.You can use the checkout.css file to set a custom background-image on the element. Actually, it looks like you already did this.As for mobile...
View ArticleErick commented on New: Embed your app inside of Shopify!
Hi, I'm playing out with the embedded sdk with a sample app but after the authentication inside the Shopify dashboard I get this console error: Refused to display...
View ArticleDan Grossman commented on New: Embed your app inside of Shopify!
The error explains the issue. Your app sets the X-Frame-Options header to SAMEORIGIN, which means the browser should refuse to show that page inside a frame on a different site. The Shopify Embedded...
View ArticleVincent Tan commented on Replace Payment Option Icon during check out in...
Hi Christian,Thank you for your reply. The web version is showing the correct payment icon. I still can't figure out how to change the icon when in mobile view layout.The current icon still showing the...
View Article