Ryan | Add to Cart Apps commented on New: Embed your app inside of Shopify!
@Christopher Lobay: One thing we would love to be available by the EASDK is the name/details of the logged in admin user. This would allow any apps we make the ability to record this against the app...
View Articlehj commented on shopify_app per-user permissions scopes
When a dynamic scope is possible you can require the correct permissions right away. Only if a user wants to upgrade or downgrade you should request new permissions. So: (1) user installs App; (2)...
View ArticleBen Cox commented on API Retrieving Archived Orders Only
It's actually pretty straightforward - when making your call to orders.xml just include the parameter status=closed. So your call would look something like...
View ArticleEmily Evans commented on Email to shop owner on customer registration
Hi Cam, I am having the exact same request for our customer registration alert. Have you solved the issue and if so, which method did you use?I've tried reading into webhooks as much as possible with...
View ArticleMax commented on Fulfillment Service - how to use it
Ben,I've successfully enabled custom fulfillment service for all the products in the shop. But Shopify does not still check the inventory levels during the shopping cart updates and checkouts.. Am I...
View ArticleChristopher Lobay commented on New: Embed your app inside of Shopify!
@Ryan | Add to Cart Apps: We have no official stance on the design of your app. Feel free to make it look however you like, including attempting to match our Shopify admin styles. Be warned, however:...
View ArticleFilter smart collections by handle by Manuel Meurer
Hiya,From the API docs, it seems like it's not possible to filter smart collections by handle but for custom collections this is...
View ArticleManuel Meurer commented on Filter smart collections by handle
Ah, it works, seems to be simply missing from the API docs.
View ArticleChristian Joudrey commented on Filter smart collections by handle
Hi Manuel,I was just about to reply that. :)Thanks for pointing this out though, we will add it to the documentation.- Christian
View ArticleJonathan Lavoie-Levesque commented on Anyone Else find the Nav harder to use...
Hey Rich!Thanks for your feedback, we'll look at fixing this up.Thanks!
View ArticleChristian Joudrey commented on How to turn OFF residential option for Fedex...
Hi Carol,The rates given to us by FedEx are based on whether the person entered a company name in their shipping address. This is currently the way we differentiate between residential and...
View ArticleJonathan Lavoie-Levesque commented on Anyone Else find the Nav harder to use...
Hey Rich, Just to let you know, we also agree that it makes sense to have this left-justified, so we have updated it to reflect the natural reading flow.Cheers!Jonathan
View ArticleCarol Yeh commented on How to turn OFF residential option for Fedex Real-Time...
Hi Christian --Thanks for the reply. I see now that including the name of the company forces the options shown to be non-residential. So that's good. However, I'm still having issues with controlling...
View ArticleCam commented on Email to shop owner on customer registration
Hi Emily,Unfortunately I haven't found an effective way to do this. I'm hoping Shopify will consider adding the option in the dashboard.Cam
View ArticleRich Borek commented on Anyone Else find the Nav harder to use in the docs...
Thanks Jonathan way easer, again this is why Shopify Rocks!Cheers!Rich
View ArticleFulfillment Service - is it used during the checkout? by Max
Hello everybody,I have successfully enabled custom fulfillment service for all the products in the shop. I have assumed Shopify checks the inventory levels during the shopping cart updates and...
View Articlehj commented on Email to shop owner on customer registration
Isn't there an App which can send emails when certain actions occur within Shopify? HJ
View Articlehj commented on Fulfillment Service - how to use it
Did you enable inventory_management?inventory_management{ "inventory_management" : "true"}States if the fulfillment service tracks product inventory and provides updates to Shopify. Valid values are...
View ArticleCam commented on Email to shop owner on customer registration
Not that I can find. Any ideas what it was called HJ?
View ArticleMax commented on Fulfillment Service - how to use it
Hi HJ,Yes, I did. Here is the "GET" request for the Fulfillment Services:array 0 => array'credential1' => null'email' => null'handle' => string 'somefulfillment' (length=14)'id' => int...
View Article