Dear Developers,
I'm a bit frustrated by this whole process of developing an app. First of all because the documentation is never quite up to date so there is always an element missing that you have to spend inordinate amounts of time figuring out for your self and second because I never get a response on any forum that I've posted a question. Yes, I may be missing the obvious but if it is obvious it should take two seconds to respond to my query. That said, I'm creating an app proxy which will be bring back supplementary product information (i.e. print on demand product) information about the images that we sell on our site. I want to include in an iframe on an alternative version of the product page that will show the images that we have on shopify next to the list of print on demand products available from our fulfiller. I've already connected into my fulfillers api in order to pull the available print on demand product information from their system. I've almost completed testing of authenticating with the app (note: I would do this as a private app but there is even less information about what's needed to do that except if your working in ruby. Yes, I can launch the app but I'm not clear as to the process of it showing up in my admin panel - as an embedded app) as a public app.
My question is that I'm not clear as to what I should include in the src attribute of the iframe tag that would allow the print on demand data to be rendered within the iframe on the product page not as to how I can pass the image of the selected image on the shopify product page so that the mastk can be used to show the user what the finished product would look like.
So for example the path is:
path: apps/pod
and my proxy url is: http:localhost:3000/podproxy
My question is for the iframe what do I put into src attribute so that it will render the print on demand products?
Please somebody respond as these delays are really impeding my ability to get this finished.
Kind Regards,
John B