Chris Saunders commented on node.js
You might be able to do something along the lines of script tags or application proxies, but none of these can actually have an effect on the checkout.
View ArticleNicholas Coblence commented on node.js
Thanks, not trying to affect checkout. I want to be able to offer each new subscriber to my newsletter a unique discount code that can be generated by the bulk discount code app of shopify. For this,...
View ArticleChris Saunders commented on node.js
Sure, but you'll need to make those codes when someone signs up and upload the CSV to the bulk discount app manually. There isn't an API for this at the moment.
View ArticleNicholas Coblence commented on node.js
So you mean that everytime someone signs up I have to manually do it? I don't think that its going to be possible. Thats why I'm bringing in a developer to figure it out. So when you say there isn't an...
View ArticleChris Saunders commented on node.js
If you are using Mailchimp you can probably use their API to collect the email addresses and based on that generate the codes. Unless you need the codes to be 100% realtime, you could probably have a...
View ArticleChris Saunders commented on VIew product matrixnumber in admin-mode? (linking...
Have you tried contacting the developers of RMSIFY to see if they can improve their product and help you with the integration on your shop?
View ArticleChris Saunders commented on Customizing the customer order confirmation...
You probably want order.line_items
View ArticleAPI Broken: Suddenly Blocking HEAD Requests by Justin Stern
It seems that part of the Shopify API was broken approximately 5 hours ago (at least this is when we first received error reports), namely all HEAD requests appear to be rejected with a 403 Forbidden...
View ArticleCan the app's access scopes act differently for different shops ? by...
I got an app installed on one of my clients and the access auth were of following categories::scope => 'read_orders, read_products, write_themes, write_content, read_content, write_script_tags,',One...
View ArticleMarcio Vieira commented on Discount API
I would like to see this implemented too. As Jordan's "research" shows, this obvious functionality is missing and users have been asking for it since Shopify was a little baby. The answers have been...
View ArticleHMAC calculation correct on orders/create but wrong on refunds/create by Bach Le
Coming across a weird problem. When I receive the webhook for orders/create, the HMAC checks out fine and I can verify the webhook. I'm also getting a refunds/create event for a refund where the HMAC...
View ArticlePayPal Express Checkout Modification Request by Daniel Troy
Hi,How Can I remove the "Note to Seller" option in the PayPal Express Checkout Payment Form?This option appears just above the continue buttonI am aware of this page:...
View ArticleAnthony Cameron commented on API Broken: Suddenly Blocking HEAD Requests
Hi Justin,Thanks for bringing this up! We're investigating a fix now. Sorry for any inconvenience!Regards,Anthony Cameron
View ArticleJustin Stern commented on API Broken: Suddenly Blocking HEAD Requests
Thanks! no worries!
View ArticleJustin Stern commented on HMAC calculation correct on orders/create but wrong...
Your HMAC verify code certainly looks fine, is the calculated hmac very different from the header one?
View ArticleCreating a Minimum Unit Quantity Across All Products by Bianca Goncalves
Hi Currently we @ www.beedezigned.com.au sell envelopes per packet of 25 however now must have a minimum order quantity of 100 (4pkts x 25). We are therefore needing to change coding which affects all...
View ArticleHow I can get the current currecy for my store in ajax call? by Rami Abdel Hadi
Hi there, trying to see if there is away to get the settings for mystore. Does anyone know how I can get the current settings for the store?Thanks!
View ArticleDave S commented on API Broken: Suddenly Blocking HEAD Requests
Is this the same reason my ".exists?" calls are 403'ing?ShopifyAPI::Product.exists? product.id ActiveResource::ForbiddenAccess: Failed. Response code = 403. Response message = Forbidden.
View ArticleDave S commented on Discount API
+1There's a few things like this that I've pretty much given up campaigning for. A bit like a proper 3D Secure integration.I can't understand why Discount Codes aren't already in the API to be honest,...
View ArticleTargeting Mantra commented on Can the app's access scopes act differently for...
Thanks for the reply. One doubt still remains - how can my demo/test shop get access to all these modification while the client shop has not these things enabled? Also I can see my client to be on some...
View Article