Does your app have to be published before you can add it to your Dev Shop? by...
Hi,I have created a dev shop for the purpose of developing an app. However, it seems that in order to be able to add my app to my dev shop (as part of development / testing), the app has to be...
View Articlehnurzaman commented on Multipass login
interesting post,Is the multipass feature is now available for basic and professional shopify account plan?that would be really great if multipass feature available on those.
View ArticleHunkyBill commented on Does your app have to be published before you can add...
Not so... at all. Since your App is hosted on your own server, at an URL you know well, simply visit your App login screen and use your dev Shop's URL to authenticate. You'll be promoted to your dev...
View ArticleAdd price when adding product by Utpal Das
Hello, I want to add price on new product through shopify php api. Below is the code which i am using to add new product. Can you please tell me where is the error.$newproduct =...
View ArticleYagmur Coker commented on Does your app have to be published before you can...
many thanks for the helpful and speedy reply HunkyBill!Pete
View ArticleBrandon Smith commented on How read web hook in .Net
Thank you Shane, that is awesome. Were you able to use your webhook as a standard .aspx page or did you need to setup a WCF service to listen for these?
View Articlethinkbigsoftware commented on How read web hook in .Net
Hi Brandon,Yes I've just got this inside an aspx page which gets loaded every minute by a scheduled task.
View ArticleBrandon Smith commented on How read web hook in .Net
Shane, thanks. I was hoping that we would not need to deploy it as a service. Forgive my ignorance, but do you need to return a status code of 200 somewhere on the page before it is processed with the...
View Articlethinkbigsoftware commented on How read web hook in .Net
No problem. Yes you page needs to return a 200 status, if not I think Shopify will try send the message again.
View ArticleMatt Anderson commented on Ruby Shopify Order count returns unexpected counts
Figured this one out. I had to pass in the 'status' parameter as well to make sure I got any order status not just open since this store would mark orders closed when shipped.
View ArticleRecent bug/change in Liquid? by Recomatic
I use the following code on cart.liquid pages to generate a coma-separated list of product IDs currently inside a customer's...
View ArticleLink To Cart Session by drk
Is it possible to use a permalink similar to the checkout permalink feature, but send the person to the cart page instead?
View ArticleJason commented on Link To Cart Session
Have a read through this page. It may be just the thing you are looking for.
View Articledrk commented on Link To Cart Session
Ah that is what I currently have implemented, but it sends the person to the checkout page instead of the cart where they can edit the items.
View ArticleJason commented on Link To Cart Session
Wouldn't just linking to "/cart" do the job?<a href="/cart">Cart!</a>If adding the link to navigation snippet you might want to check what template you're on.<a href="/{% if template !=...
View Articledrk commented on Link To Cart Session
Oh sorry! A bit more context: this is from outside of a shopify template so I don't have access to certain liquid variables. I did come to a solution though:If you go to the checkout page (with a...
View ArticleJason commented on Link To Cart Session
Yeah I was thinking what you were asking was too simple to be it. (either that or my morning caffeine free brain was missing something obvious). If you've got a solution - awesome.
View Article