Building a tool to map an image onto a canvas by simon
Hi,I am looking to create an E-Commerce site using Shopify where a customer can upload a high res image, the image will be mapped onto a shape (canvas) in the shape of a T-Shirt for example. The...
View ArticleMatt Smith-Stubbs commented on Building a tool to map an image onto a canvas
Hi Simon,From what you describe I think you would be best off with a separate piece of JavaScript included in the product page. This would show the image mapped and allow the customer to edit it. You...
View ArticleHoss Etemad commented on App approval/review time?
Hey Chris, our app is still awaiting review after almost 3 weeks since it was submitted!
View ArticleEli Cymet commented on How to get to everything using Ruby on Rails...
Hey there Terry!Eli here from the Shopify guru team. First and foremost, it's great to hear that you're loving Ruby; I'm not a developer by trade myself, but hear nothing but good things from members...
View ArticleTerry Middleton commented on How to get to everything using Ruby on Rails...
Eli,Thank you for your comments and pointing me to the API docs.So, after diving head first into Ruby on Rails and Shopify, here's my take in regards to the API. Tell me if I'm close.The Shopify API...
View ArticleEli Cymet commented on PoS API functionality
Hey there Cory - Eli here from the Shopify Guru team; when it comes to Shopify POS, what you're looking at is ultimately a mobile window into your Shopify storefront, designed for beautiful and...
View ArticleCory McElroy commented on PoS API functionality
With 80% of people looking up reviews before they buy a product I couldn't disagree more. Most of my customers have done research before they come in to purchase my products.With ecommerce is someone...
View ArticleJulian Nadeau commented on PoS API functionality
Hi Cory,I think there may have been some confusion here.The good portion of the Point of Sale app works off of public Shopify API calls. That being said, all orders and information is available...
View Articlegmallick commented on HTTP_X_SHOPIFY_HMAC_SHA256
+1 for this feature.It would be great if Shop admin links were to include a HMAC of the request parameters similar to the oauth 'signature' parameter so that 3rd party apps could validate that a...
View ArticleJulian Nadeau commented on How to get to everything using Ruby on Rails...
Hey Terry!I think I can help you with the API explanation a bit. I'm going to start from the basics, as I'm not sure with what you are familiar, but I hope you can find this of some use! :)API stands...
View ArticleAl James commented on Creating a ScriptTag using the example from the doc...
Thanks for a reply Chris, it turns out to get rid of the cryptic error I had to add a "Content-Type: application/json" header to the req.
View ArticleTerry Middleton commented on How to get to everything using Ruby on Rails...
Julian,Ah...a light bulb just went off...making sense. It seems then that Shopify, in their genius, makes it crazy simple to get to the stores data.Is it really that simple? @collection =...
View ArticleCustom Shopping cart > Shopify > LettuceApps by Kevin Barry
Hey all, I have been looking for a new fulfillment solution for my commerce company and have decided that I would like to use lettuceapps.com. I have a custom (RoR) shopping cart, and unfortunately...
View ArticleJulian Nadeau commented on How to get to everything using Ruby on Rails...
Hey Terry!Glad it was of some help!Yes, it is that easy. ShopifyAPI::ModelName, where ModelName is listed under "API Reference" at this url (http://docs.shopify.com/api)You have a few different...
View ArticleAssociate variants with images in React theme? by Yolanda Jonasson
I'm unable to find a tutorial covering how to link variants with images, exactly like shown in this tutorial for another theme:...
View ArticleHow do I change a payment status (field:financial_status) of an order;...
To add notes or change email or other fields, I simply do a put to myshopify.com/admin/orders/#{id}.json with json likestring json = "{\"order\": {\"id\": "+orderID+", \"email\":...
View ArticleShawn commented on Required parameter missing - Fulfillment Creation
Just wondering if anyone has any ideas as to why this is issue is occurring. I have to finish this project soon and need to know if I should take a different approach.
View ArticleEli Cymet commented on Associate variants with images in React theme?
Hey there Yolanda!Eli here from the Shopify guru team. In this case, I'm happy to provide an answer somewhat simpler than the tutorial provided above :) The Shopify App Store has a "Variant Images" app...
View ArticleFulfillment servive and carrier service question by Quyet Nguyen
Hi,I want to make custom ship tracking and rate calculator for our app, so I guess I need to register our service to shopify as fulfillment service and carrier service.I went through the API...
View Article'Accounts are required' Functionality Issues by Cam
There is an access issue with the customer accounts workflow that renders the functionality of 'Accounts are required (Customers will only be able to check out if they have an account created for them...
View Article