Halley Carleton commented on Does a product GET request not return metafields?
Alright, thanks for confirming that.It seems counter intuitive that you can 'PUT' metafields within the product object but don't 'GET' them in the same object. But I guess there are performance issues...
View ArticleMultiple ApplicationCharges? by jahbrewski
It is possible to issue multiple Application Charges to a merchant using the billing API? The tutorial (http://docs.shopify.com/api/tutorials/shopify-billing-api) refers to these charges as "one-time...
View ArticleTiago Sousa commented on How to add a new button to EVERY theme a store has
Ok thanks for your answer Chris! It was a great help!But now I really need help to put the button after the "Add to cart/bag" button in the product template of ALL shop themes, published AND...
View Articlerecent issue: /admin/oauth/authorize redirects without query params by Marius...
Hello,This week we've seen on two different production apps this issue, for the first time ever:after /admin/oauth/authorize was processed, Shopify redirected to "redirect_uri" without any query...
View ArticleTiago Sousa commented on How to add a new button to EVERY theme a store has
I guess there is nothing much i can do about my previous post...I successfully accessed product info that i wanted through AJAX but I also need to load shop info like, shop.currency.How can I access...
View ArticleCédric Hauvuy commented on Public JSON URLs
Bump?!I am surprised no one knows about this... Or am I completely off-topic and need to RTFM ?
View ArticleChris Saunders commented on How to add a new button to EVERY theme a store has
What do you need the Shop information for? If it's to simply format currencies, we provide a Javascript helper to do that:Shopify.formatMoney(1200) # "$12.00"
View ArticleChris Saunders commented on How to add a new button to EVERY theme a store has
If you need more detailed information for your ScriptTag consider making your ScriptTag contextual. When a shop installs your application generate a unique script tag that you can use to identify a...
View ArticleChris Saunders commented on Problems With Creating a New User
You are using the wrong variable.send_email_welcome only happens when the account has been finalized (i.e. has a password). You aren't creating full accounts, more along the lines of legacy or...
View ArticleChris Saunders commented on Script Tags from localhost?
What error message are you getting from your javascript console? Is your storefront being loaded as HTTPS? You'll need to provide more error information so we can get a better idea of what is going...
View ArticleChris Saunders commented on GET orders by date range
Could you provide an example of what you mean?If you only wanted orders between Jan 1 and Jan 15 2014 you could make a query like...
View ArticleChris Saunders commented on Does a product GET request not return metafields?
Yeah the fact that you can include Metafields in a product creation/update event but not retrieve them in subsequent requests is rather strange. It's convenient for the cases where you are...
View ArticleMarius Andreiana commented on [Product API] updating product with "£"...
Thanks Hammad, tried but no luck. We use a 3rd party library, and as soon as it does JSON.stringify(), it's back to the £ character.Could Shopify API be updated to accept this UTF-8...
View ArticleJames MacAulay commented on Multiple ApplicationCharges?
The thing that makes them "one-time charges" is that the merchant needs to authorize every charge manually. Your use case would work fine, the only catch is that you'd be charging them after-the-fact,...
View Articlejahbrewski commented on Multiple ApplicationCharges?
Ahh. I see. Is there another option for my use case? I suppose I could incorporate my own billing API and ask for the mechant's card information?
View ArticleJames MacAulay commented on Multiple ApplicationCharges?
The only other option with our Billing API is to use recurring charges, but those are always the same amount.Otherwise yes, you can use your own billing solution.
View ArticleGuillaume Malette commented on How to calculate/find Gift Card Amount applied...
@Xiao, if an order is paid with a credit card and a gift card, it will have two transactions; one for each payment method. Guillaume
View ArticleNeeraj Saini commented on The remote server returned an error: (422)...
More reading about it it looks like more JSON data need to be passed but as per the documentation just 2 parameters passed should also work?http://docs.shopify.com/api/fulfillment#create{"fulfillment":...
View ArticleDylan Blanchard commented on Discount API
Heyo! I don't know of any immediate plans on the horizon, but I'm curious as to what it would help you do (what kind of discounts would you want access to via API?).
View ArticleHow to pass user status by Mitchell Podlaha
Hi experts,I need help on customizing our checkout process. Inside thank you page, I am able to acquire email information using liquid code * liquid object{{order.email}} *I would like to know if...
View Article