Tim Matheson commented on Application Proxy Potatoes ?
Thanks Chris,No worries.Tim Matheson
View Articleprivate app not updating variant inventory by Lee Button
I have a private app that POSTS to the "/admin/orders.json". The order is created, however the product Inventory is not decremented. The product variant id is correct and active. I receive a "Success!...
View ArticleJason Jaynes commented on Sort by best selling products
Hi Chris,Just checking in to see if you have any update on this?Thanks,Jason
View ArticleBruno Batarelo commented on Forwarding users to SSO site for Shopify PLUS
Thanks, it seems that it will be like that.Bruno
View ArticleScriptTag to bind to "checkout" button? by jahbrewski
Shopify devs,I would like to build an application that displays a modal window prior to the user being directed to the checkout page. I believe the best way to accomplish this is by using javascript...
View ArticleHow to add a new button to EVERY theme a store has by Tiago Sousa
Hello everyone,I want to add a button in every product page where that button must have info about the product like product.price, product.title ...Something close to this where a script (currently...
View ArticleFulfillment Tracking Number Request by Jonathan
I am Developing a new warehouse integration for the company I work for as there was not existing solution.I have gotten almost every feature to work includingfulfillment request and stock requests and...
View ArticleAdministrator menu in Japanese? by Craig Morton
Is it possible to have the Administrator interface (menu) in Japanese?In addition to the navigation I need to use the Shopify SDK to produce Japanese content within the Admin interface. Is it possible?
View ArticleChris Saunders commented on How to add a new button to EVERY theme a store has
The data product isn't being filled because you are trying to interpolate liquid from Javascript (which doesn't work).You can use the Shopify AJAX API to get the current product information and...
View ArticleChris Saunders commented on Administrator menu in Japanese?
The Shopify Admin is not localized or localizable.
View ArticleChris Saunders commented on Fulfillment Tracking Number Request
You have some fulfilled orders that are waiting for fulfillment data from your provider? I believe we log information on failed attempts in your orders event stream. Is anything showing up there?
View ArticleSKU into order by Simon Smith
We have an application which is importing orders from Amazon into Shopify but it seems that although the SKU is imported into the API it does not display in the admin panel. Does anyone know how to get...
View ArticleHunkyBill commented on SKU into order
SKU is visible when you view an order's details. Not in the overall Order list.
View ArticleJonathan commented on Fulfillment Tracking Number Request
Yes it just says pending fulfillment in the top left order button next to payment received and refund buttonsand in the order history it just says "We submitted 1 line item for fulfillment to external...
View ArticleFive Thrive commented on Help : Kissmetrics Thank you page tracking code
Hey everyone! We released a KISSmetrics app just a couple months ago here https://apps.shopify.com/kissmetrics. We would love your feedback as there is a 14 day free trial and it removes all the pain...
View ArticleScript Tags from localhost? by jahbrewski
I cannot get Script Tags to load from localhost: ss = ShopifyAPI::ScriptTag.create({:src => "http://localhost:3000/assets/javascripts/modal.js", :event => 'onload'})However, I got...
View ArticleGET orders by date range by Neeraj Saini
is it possible to get only the orders between certain date range.?
View ArticleDoes a product GET request not return metafields? by Halley Carleton
When making a GET request for a product do you have to do a second request for the metafields?GET /admin/products/:productId.json So to get all my product data I need to make two requests?GET...
View ArticleThe remote server returned an error: (400) Bad Request. by Neeraj Saini
I am trying to update tracking information back to shopify using asp.net and c#.I am sure there is a problem in the URL or the JSON data but not able to figure it outI tried both the urls mentioned...
View ArticleHunkyBill commented on Does a product GET request not return metafields?
Yes. You got it. Metafield resources are indeed separate resources.
View Article