Sam commented on My Embedded App doesn't works in Rails 4.1
It looks like Rails 4 sets the X-Frame-Options header to SAMEORIGIN by default [1] which prevents the iframe from loading. Try adding the following to your...
View ArticleFail to set "financial_status" in the order to "pending" status, the returned...
Hello!Our team is trying to create an App, which will deal with orders too. The problem we are encountering are with setting the "financial_status". The logic we want to follow:1. Crete order with...
View Articlerequest: improve loading performance of ScriptTags by Marius from SuppleApps
Hello,The ScriptTags are quite useful!We've been investigating the performance of one of our apps, and tracked it down to the way ScriptTags are being loaded:window.attachEvent ?...
View ArticleHow do I change the URL of my Shopify app? by Targeting Mantra
Initially when I had created my app, it was named - "abc"; url - "https://apps.shopify.com/abc"Now I need to change the name to - "xyz", but the url remains the same. Is there any way I can...
View ArticleServer error 400 on PUT method and POST method using .net api for private app...
Server error 400 on PUT method and POST method using .net api for private app in shopify Get and Delete working fine
View Articlevikrant commented on Server error 400 on PUT method and POST method using...
herte is my code const string url = "https://[myshopname].myshopify.com/admin/customers/325661427.json"; //Put your shop name inside the url here...
View ArticleNick commented on Is it possible to hook into the existing admin's...
I noticed a few things that make hooking into the bulk action menu a bit strange for the user. Has anyone else noticed the below 2 issues?1. Select about 20 items then click your custom menu link,...
View ArticleHunkyBill commented on Is it possible to hook into the existing admin's...
The 20 item spaz is not something I see in my browsers, but could be some artifact of your browser. The 50 items checked off or less bug (where you want all checked items sent), was a bug some time...
View ArticleNick commented on Is it possible to hook into the existing admin's...
50 or less even with the "select > 50" option checked seems like a serious enough issue that using this hook is no longer a reasonable solution because it's deceiving to the user.I guess most of you...
View ArticleCustomer ID by Talal Jandali
Hi, I can't find the feature to turn on in Shopify to generate the customer ID number. Can you please point me out to that? Also i would like to generate my own customer ID, would that be possible. We...
View ArticleChris Saunders commented on Customer ID
What ID do you want to generate? If you are looking to generate the actual id as in (admin/customers/id) then you cannot do that. You could attach a metafield to the customer, or perhaps leverage the...
View Articlehow to differentiate between installation and banner click for Embedded App's...
Like the topic mentions:what is the best way to differentiate between installation and banner click for Embedded App's callback URL?Should we store user's access token that we receive, then look for...
View ArticleMark Davisson commented on sslv3 alert handshake failures
I am seeing the same issue when trying to connect via a salesforce.com Apex script. Does anyone know what needs to be adjusted to NOT use SSLv3 between these sites? Here is a quick snipit of code...
View ArticleStephen Bestbier commented on sslv3 alert handshake failures
Hi - can you let me know when exactly you took down the V3 protocol? We got handshake issues starting Friday 24th Oct - Monday morning 27th Oct. We are trying to troubleshoot what the problem was and...
View ArticleCustom Vendor Login and Product Pages by corbanb
Hi we are looking at creating something like a mall type situation by using Shopify if possible. The idea would be to have multiple vendors that would have separate logins and 'admins' per-say so they...
View ArticleApp listing video on HD by Code Black Belt
Hello,is there any way to show the app listing video on a higher resolution?It is always shown at 360p, see for example https://apps.shopify.com/white-christmas/A YouTube URL can have parameters with...
View ArticleGetting customer metafields from the api by Kevin Ruscoe
Hello, I've managed to use the PUT and POST requests to add metafields to my customers. However, after the initial insertion of the data, i cannot update the metafields because i need to pass the ID of...
View ArticleMultiple versions of Jquery on a page by Billi Zhu
In Firefox's firebug, I noticed two versions of Jquery is loaded. The first one is the one I specified in the theme.liquid, version 1.11.1 and the second one is injected by shopify, version 1.10.2.It...
View ArticleHunkyBill commented on Getting customer metafields from the api
You never get metafield resources when you request a parent resource like a customer, product or variant. You have to request them with a separate API call. So when you request a customer resource you...
View ArticleBilli Zhu commented on Multiple versions of Jquery on a page
Ok, I figured it out. It is shopify's product review app.once i removed that review app, the jquery injection is gone.I wonder why shopify's review app does that. It should not inject jquery library...
View Article