Automation of eGift Card Delivery? by WeUsePayPal
Hi everyone,I sell e-gift cards and would like to automate the delivery of gift cards. I do not have much experience coding/programming, so I would appreciate any tips, tricks, or advice on how to...
View ArticleChris Saunders commented on Creating new orders using ruby gem 'shopify_api'...
It's a collection so it needs to be plural, so line_items
View ArticleBen Cox commented on Help : Kissmetrics Thank you page tracking code
I had to do some digging on this as I'm not very familiar with both Kissmetrics and their integrations. However, I did find an article in their docs that mentions Shopify specifically.It seems like...
View ArticleJim Sidler commented on New: Embed your app inside of Shopify!
I am about a week away from beta testing two apps that are built with the EASDK. One thing I am interested in is if Shopify might provide a standard CSS file so our apps can look like the Shopify admin...
View ArticleChristopher Lobay commented on New: Embed your app inside of Shopify!
@MrPunkin: You bet! The EASDK can be used with public or private apps.@Jim: We're not currently providing a CSS framework for embedded apps at this time. The admin design is currently in flux which...
View ArticleJim Sidler commented on New: Embed your app inside of Shopify!
Thanks for the quick reply! Maybe I'll put something together out on github once I complete it.
View ArticleMrPunkin commented on New: Embed your app inside of Shopify!
@Christopher: How do we go about gaining access to our app inside the iframe when it is a private app? My experience leads me to believe private apps don't show up as "installed" in the apps page, and...
View ArticleChristopher Lobay commented on New: Embed your app inside of Shopify!
@MrPunkin: You're correct. True private applications do not use OAuth and do not get listed in the Shopify admin, however you can create an App in your partners area, never publish it to the App store...
View ArticleMrPunkin commented on New: Embed your app inside of Shopify!
@Christopher: Aha, that makes sense. Thanks for taking the time to respond and clear this up!One final question regarding this. How do you install an unpublished app? Is there a URL syntax that will...
View ArticleCaroline Schnapp commented on Help : Kissmetrics Thank you page tracking code
Unfortunately, when you do that, you loose track of the Identity of the buyer so you can't link data form the website and revenue.How is the identity of the buyer identifiable on the store front? Maybe...
View ArticleMrPunkin commented on New: Embed your app inside of Shopify!
I believe I have answered my own question. That seems to simply be part of the OAauth handshake that happens.
View Articlefiona cameron commented on Help : Kissmetrics Thank you page tracking code
Brilliant thinking !I can then override the new generated ID with the one that was stored in the cart. I'll let you know if it worked when the data comes in.Thanks a lot Caroline !Fiona
View ArticlePeter McCracken commented on Recommended library for multithreaded ruby...
@Justin -- I think I referenced the wrong commit in my previous message. I'm talking about the changes in my branch, here: https://github.com/Shopify/shopify_api/pull/95Regardless, attempting to manage...
View ArticleProxy to change just a portion of a public page. by 7Spikes
Hi Everyone,I am working on an app an trying to figure out how I can change just a portion of a public shop page.Let's say I want to change the meta data of all the product pages.It seems that...
View ArticleMax Popoff commented on New: Embed your app inside of Shopify!
Hi,I'm gonna to create new Embedded App for Shopify. Can I make it look like any other shopify's admin page?
View ArticleChristopher Lobay commented on New: Embed your app inside of Shopify!
@Max Popoff: You can make it look however you please. The design of the app is completely up to you. I would suggest taking some inspiration from our current admin design, but each app is very...
View ArticleJim Sidler commented on New: Embed your app inside of Shopify!
@max, absolutely! Its just a matter of CSS. You can find out what styles Shopify uses by inspecting the other pages of a shop's admin area and then implementing them in your apps stylesheets. I've done...
View ArticleChristopher Lobay commented on New: Embed your app inside of Shopify!
@Jim Sidler: Be cautious if you're referencing the Shopify stylesheet directly. I would not recommend that approach as there is no guarantees that the stylesheet will continue to support the markup you...
View ArticleJim Sidler commented on New: Embed your app inside of Shopify!
Sorry, I must have been unclear. I am not referencing the Shopify stylesheets directly. Rather, I am using Chrome's developer tools to inspect elements in the shop admin area to get the specific styles...
View Article