HunkyBill commented on Embedding script in theme
That is the point. When a merchant uninstalls your App, the clean-up process leaves behind all the edits you may have made to the theme assets. That is why it is poor practice to modify existing theme...
View ArticleDiscount before Checkout by Stridervan
Hello,I am new to Shopify development and I am wondering if there is a way to move the discount code box to the cart page, or even the enter shipping information page via code. I looked into the liquid...
View ArticleAdding Custom Pages that are hosted remotely by Tendai
I am trying to add some additional pages to a store, for example customized registration forms for contests. Instead of adding external links to remotely hosted pages I would rather have the remote...
View ArticleHunkyBill commented on Adding Custom Pages that are hosted remotely
Use an App Proxy. That is the smartest, easiest and most secure way to host your own business logic and yet benefit from being able to work with Liquid templates too. That pattern works great.
View ArticleTendai commented on Adding Custom Pages that are hosted remotely
I was able to get the proxy up and running and your solution worked!
View ArticleBUG - /admin/oauth/access_token - doesn't work by Marcin
Hi guys,it seems that there is some bug going on as the exchange tokens endpoint doesn't work neither returns any errors in JSON format or XML, the only thing you getting is an HTML of standard...
View ArticleMarcin commented on BUG - /admin/oauth/access_token - doesn't work
OK, I have found a workaround, turns out that if you will set a useragent which is one of the common browsers /admin/oauth/access_token is not acting as expected and returns login HTML instead of the...
View ArticleWhat's the best way to store images that are not product images? by Halley...
I need a way to store images for products that won't show up as "Product Images". Is there any way to store "Meta Images"? I was thinking maybe storing them as assets would work, but they are not...
View ArticleDeveloper Wanted by Michael Perry
Hi I would like to receive an estimate on creating a link from shopify store to Infusionsoft CRM. Please check out www.Infusionsoft.com to find out more about the APIOur Scope Includes:- import...
View ArticleHow do i redirect ad tracking url? by sean83
I've installed the Improvely ad tracking app so i can track my Facebook ads performance that i direct to my store, however i want to be able to hide the ugly tracking link that both my customers will...
View ArticleHow to get the current URL using liquid? by Marius Andreiana
Hello,How can one get the current URL using liquid?e.g. if I'm on http://www.shopify.com/pos, how can I get "/pos" ?The closest I saw here http://docs.shopify.com/themes/liquid-documentation/objects is...
View ArticleTwitify commented on Order API - Backdate Orders
Yep, encountering this issue too. Spoke to Shopify Support but they only provide support for the API via the forums. However, they did suggest that, because you cannot actually edit order dates from...
View ArticleDaniel Craig commented on Orders API - Create Date Filter For API Created Orders
I am seeing similar behaviour:GET /admin/orders/267178755.json { "order": {"created_at": "2014-08-15T16:39:17-04:00", ..... } }GET...
View ArticleMarius Andreiana commented on How to recognize gift cards in product list API?
Thanks Guillaume! That works.
View ArticleDan Grossman commented on How do i redirect ad tracking url?
When you create a tracking link in Improvely, you're given two options, one which is a redirect through their tracking domain, and one which is a direct link to your site with a bit of info added to...
View ArticleDaniel Craig commented on how enter authorization valid order and transaction...
My encounter with this was because i first created an order via the API, then created the first authorisation transaction as a separate API call e.g.POST /admin/orders.json {"order":{ ... } }thenPOST...
View ArticleGet Shop Info Via AJAX? by jahbrewski
Shopify devs, I am building a shopify plugin that provides merchants with a javascript/html widget that is displayed on the cart page. However, I need to pull merchant-specific data into that widget....
View ArticleAny way to export discount codes from Shopify? by Marc Manara
I am trying to export a list of all discount codes (along with relevant attributes -- start date, end date, etc.) from Shopify. Is there any way to do this programmatically? Even downloading a CSV file...
View Articlesean83 commented on How do i redirect ad tracking url?
Thanks Dan, another thing, i can never be sure what my exact advertising budget for Facebook ads is which i am tracking, setting my cpc bid in Improvely would be difficult because the bid range cost...
View Article