Vahe Abelyan commented on How can I add a bit of javascript code to the...
Thank you . And can I use order info in it?
View ArticleShoppify RecurringApplicationCharge by Muhammad saad
hi really need help in codingI want Create a simple shopify app that charges a recurring monthly fee of $30.The app only needs to display the html "this is the app" after it is installed and the...
View ArticleHow get store admin email, name, store title on App install process by Alexander
Embedded App,I got token and...What API request for subj?I need get store admin name, email and store title for creating my store profile in my DB Thenk you for your help!
View ArticlePaul Meserve commented on Correct way to add Custom Script needing liquid...
Yeah, this is possible to do by combining a ScriptTag and ApplicationProxy, but it's a fairly tricky and application-specific. It's too bad Shopify doesn't allow this functionality in a more...
View ArticleHow to get the API Key for our existing app. by Jack Charrette
We have been supporting Shopify for years with our QuickBooks Integration products.We wanted to extend the functions so we created a new test shop.We granted access to the app but did get a bunch of...
View ArticleDuplicating "Add to cart" button on a product page by Ori Magen
HiI'm working with "Alchemy" them and I'm trying to add one or two more "add to cart" buttons on the bottom of the page (duplicating the one on the top of the page).The product is simple - with no...
View Article7Spikes commented on What customer fields could be edited through the PUT...
Hi Nate,Please comment on my previous post if you have any information on why the API behaves likes this.One thing that I noticed which seems to be related to the above problem is that if I update a...
View ArticleSocketError: Hostname not known by Dave S
I've started getting a lot of "hostname not known" errors, is anyone else seeing this? I've seen this in moderation before and assuming I'm just being throttled by the API, but I see to be getting a...
View ArticleSearch product based on meta field by Narek Aramjan
I'm wondering if there's a way to search for a product based on the metafield value.For example, I have a product called "Orange" and it has a metafield called "internal_sku" with a certain value.Is it...
View ArticleChris Saunders commented on How can I add a bit of javascript code to the...
I don't get what you mean. You'll need to elaborate.
View ArticleChris Saunders commented on Shoppify RecurringApplicationCharge
What is missing from the RecurringApplicationCharge API documentation? Using this you will be able to setup a recurring charge against a shop.
View ArticleChris Saunders commented on How get store admin email, name, store title on...
You want to use the Shop APIThis will need to be done by your backend, as there is no way to call into Shopify from an embedded application yet.
View ArticleChris Saunders commented on How to get the API Key for our existing app.
OAuth no longer uses API Keys and Passwords. In your OAuth response you'll redeem a code to retrieve the access token that you then include in your API requests.You include the token by adding the...
View ArticleChris Saunders commented on Duplicating "Add to cart" button on a product page
You can manage the cart using the AJAX API, such that when the button is clicked you add the product to the cart that way. This makes it such that you don't require all the form setup that you would if...
View ArticleJack Charrette commented on How to get the API Key for our existing app.
Our Windows Desktop code has been working for years and still do. All we are trying to do is to expand some functions and need to access a test Shopify account to test.It doesn't make sense to me that...
View ArticleChris Saunders commented on How to get the API Key for our existing app.
What API endpoints are you making requests to? What permissions have you requested?
View ArticleJack Charrette commented on How to get the API Key for our existing app.
This is what our test program had from years ago.https://key:pass@hostname.myshopify.com/admin/orders/75536672.xml?status=anyWe get orders, then mark them as Closed in Shopify.We want to add updating...
View Article