Chris Saunders commented on Store Database Location
You can access to your shops data by using the API. To get started try using a Private App to make some API calls for the data you need. If you have to store anything of substance you'll probably need...
View ArticleChris Saunders commented on Custom portal with shopify shop on a page
There isn't really a way to implement carts and checkout outside of Shopify. At least there isn't if you want to leverage Shopify's checkout infrastructure. You *could* take a look at the Order...
View ArticleChristian Joudrey commented on Custom portal with shopify shop on a page
Hi Kannan,In your Shopify Admin you can edit the look and feel of your shop. In particular, the cart.liquid file is used to customize the look of the /cart page. You can also edit the look of the...
View ArticleChris Saunders commented on Traffice source/medium through API
When you say traffic source do you mean the conversion information that is displayed on the order details page in the admin?
View ArticleKannan R commented on Custom portal with shopify shop on a page
Thank you Chris and Christian for your quick reply.My requirement is a little different, we've to develop a portal in PHP most of the pages are dynamic and powered by our own custom CMS, in that...
View ArticleChristian Joudrey commented on Custom portal with shopify shop on a page
Hey Kannan,You can use the Shopify API to build the product pages (http://docs.shopify.com/api/product). Make sure you use pagination using (page/limit) parameters. You may also want to cache the API...
View Articlehj commented on How to get Webhook for main theme change? Shop Update Webhook...
Hello Barnett,good question. Currently there seems to be no webhook available to listen for asset changes. So I guess polling within regular intervals is the only available option.HJ
View ArticleTyler commented on Traffice source/medium through API
I believe she is looking for the same thing I am! We are looking to pull the source and medium details from Shopify purchases into our CRM.Source and Medium details meaning where the lead came from,...
View ArticleDenis Bychkov commented on Carts webhooks
Christian,Thanks for your reply. I guess, we should consider carts anonymous until they turn into checkout objects and after that we can go back and attach user info to them.One more question:all the...
View ArticleTechniques for securing input from customers through app proxy by Ryan Foote
We're building an app that extends some of the account management options available to customers such as the ability to change their contact information, accepts marketing flag, etc.We have an app set...
View ArticleChef commented on Fulfillment API - Create a fulfillment for all lines
No the order is open, has line items, and is unfulfilled. The order is here:https://nooodle.myshopify.com/admin/orders/231298777Order #1004.I am testing using Postman, here is the...
View ArticleChristian Joudrey commented on Carts webhooks
Hey Denis,That's a good question. I'll see if there's a reason for this or whether we can expose it.- Christian
View ArticleMaarten van Grootel commented on Fulfillment API - Create a fulfillment for...
That last URL is incorrect. That should be https://xxxxx:yyyy@nooodle.myshopify.com/admin/orders/231298777/fulfillments.json#1004 is the Order number or name, _not_ the Order ID. Could you try and see...
View Articlesreena commented on Traffice source/medium through API
Yes, we need to get the conversion details such as Direct/Paid/Organic etc.
View ArticleHow to notify an application of users' registrations/logins by Alexey...
Suppose, I need to notify my application on every user registration and login. In addition, I need to pass along some cookie of the current shop's customer.. So I can register a webhook with topic of...
View ArticleAlexey Kulichevskiy commented on How to notify an application of users'...
Seems it could be accomplished with the use of liquid insertion. I can access 'customer' on any page, but then the question is how to determine that the page's being displayed right after user's...
View ArticleClayton W commented on Script On Order Confirmation
Try this.1. Go to the Store Admin > Settings > Checkout2. Add the script to the textbox in the section "Order processing - Additional content & scripts":3. Save your settings.You're...
View ArticleSubansh commented on Payza Payment Gateway Integration
Hi,LOOKING FOR A PAYMENT GATEWAY.... YOUR SEARCH ENDS HERE..now you can afford a payment gateway of your own at 10% discount rate.Daily payouts.No waiting.... you can start taking payments whenever you...
View ArticleMalgorzata Szweda commented on Bogus gateway orders lowering my trial order...
Thanks. Definitely let me know, we have two orders left and our tester is starting to sweat :)
View ArticleChris Saunders commented on How to notify an application of users'...
You can't know when a user has logged in, but you might be able to do it with the liquid you are talking about. You could probably use the liquid to do a JSONP request about the current user that is...
View Article