Sep 28, 2020
We're trying to install Google Tag Manager on a non-Plus store. We've added the snippet to: Online Store > Preferences > Additional Google Analytics JavaScript. Works fine o...
Sep 25, 2020
We're trying to install GTM on a non-Plus store. We've added the snippet to: Online Store > Preferences > Additional Google Analytics JavaScript. Works fine on the store.&n...
Sep 1, 2020
I'd like to get a notification when there's been changes on the Admin > Apps listing page. Either when a new app has been added, and when an app has been deleted. Is there anything availa...
Jul 21, 2020
We want to add functionality that allows a customer to add/apply their discount code on the site (i.e., prior to gettng to Shopify's checkout page). How do we go about adding the code to the o...
Jul 14, 2020
Is there a Discounts API? If so, where? We want to implement to our own coupon code functionality and not use an app, can we do that? How?
No content to show
User Activity
Is there any movement on this at all? We've been using the assets API and related. A webhook that fires on theme file update is essential to our progress. What would it take to get this on the roadmap?
It's 10x or 100x easier to be told something has been changed than to have to poll at some interval. In addition, polling could be less complete, less accurate. Let's say you're polling every 5 mins. If I update the same liquid file three times in t...
Bump. Anyone? Anything?
We've been asked to add an (Apply) Discount Code text input to the client's side cart. I've done some discovery and found a couple apps what say they support this. On the other hand, we naturally want to be thorough and see if we can do it ourselves....
11-01-2019
Thanks again. Yeah, we just need to pass in some simple settings. p.s. If you have examples (read: links) on how to pass from the frontend, please share. tua
11-01-2019
At Mircea - Thanks. fwiw, this isn't really a sec issue. Certainly, the "receiving" script could and should do some validation. That is, if I'm expecting an INT between X and Y, I can test for that, yes; as all good functions/methods do The alterna...
Currently, we have a hardcoded value in a script. For example, order total must be $50 or more for ____ to happen. The 5000 is hardcoded. We'd like the be able to have a setting somewhere in the Shopify admin dashboard - that the client can access -...