Shopify - PayPal Integration by Matthew Kennedy
Why is it that Shopify can only build a single line and one single value in PayPal when a sale is made?This is an example of a sale in Shopify:Subtotal: $58.50 USDShipping: $10.70 USDVAT: $11.53...
View ArticleMatthew Kennedy commented on Shopify - PayPal Integration
Sorry, below are the actual details left in PayPal from the above sale:Item amount: $69.20 USDVAT: $0.00 USDPostage: $0.00 USDPacking: $0.00 USDQuantity: 1As you can see this is not sufficient for my...
View ArticleCarrierService rate request restricted? by Tim Gossett
Shopify's native integration for carrier-calculated rates assumes every address is residential. I'm building a private app to fix that, using the CarrierService API.The example request shown on the...
View ArticleTim Gossett commented on CarrierService rate request restricted?
Just in case anyone's wondering, the rate request triggered by a shipping calculator on the cart form is identical to a rate request triggered during the regular checkout sequence.
View ArticleHow to integrate a product customizer by Nemil Dalal
Hi all,We'd like to build a custom product configurator which we will host on our own servers - and ideally connect to our Shopify storefront through the proxy service. I had three sets of questions:1....
View ArticleIntroducing Feedbacker : Email based design Feedback widget to organize your...
Hey everyone,It gives me immense pleasure to introduce Feedbacker to you.If you are small-or-medium size shop and looking for a sleek, customizable Customer support plugin, then you are at the right...
View ArticleWeb Hook not showing fulfillments. by Carl Sampson
I'm using a Web Hook to be notified of when order payment is received. The cart is setup to not process the payment until the order is fulfilled.I just had an instance (the first time) when I received...
View ArticleGeoff Hamilton commented on Custom carrier-calculated shipping rates
To add a very slight bit of meat to what is otherwise a very disappointing thread, having had to do a bit of research on this myself, it would seem that the solution would be to develop a custom...
View ArticleShould my newly created Script Tag show up in my theme.liquid or in another...
Hello,I'm trying to add a script tag using irb:Of course, first I authenticate to my private app, then:st = ShopifyAPI::ScriptTag.new(:src => "http://js-aplenty.com/foo.js", :event =>...
View ArticleAlain Achkar commented on Should my newly created Script Tag show up in my...
Update: when I view source of my shop's HTML, the newly added script tag is not there.I also tried this:https://test-1-257.myshopify.com/admin/script_tags.jsonbut it returns nothing, however when I try...
View Article"Complete my purchase" button still visible in checkout by Atom Yard
Not sure if this is the intended behaviour but when a customer gets to the 2nd screen of the checkout and no shipping rate is available, the "Complete my purchase" button is still visible.Checking the...
View ArticleAPI request - get all orders of customer by Viktor Zeman
I'm integrating shopify with our multichannel helpdesk software (ladesk.com)I would like to show in ticket detail all orders of selected customer. I need to find all order of customer (identified by...
View ArticleAdam Harrison commented on Learning to respect the API calls limit or How I...
Wow; can Shopify please change the text on http://docs.shopify.com/api/tutorials/learning-to-respect-the-api-call-limit; to refer to the proper HTTP error code? I was ripping my hair out over why...
View ArticleHunkyBill commented on Learning to respect the API calls limit or How I...
That article was written long ago, in a galaxy far far away. Take it as a suggestion and not gospel. It's true though, that a lot of old docs remain. If you read the modern docs on API limits, and...
View ArticleActiveResource::SSLError by Theo Mills
H there,Earlier this week our Heroku-hosted application starting returning the following exception for any API calls that used vanity URL's to connect:ActiveResource::SSLError: SSL_connect returned=1...
View Articleiamkeir commented on Custom carrier-calculated shipping rates
Nice work, Scott! Also, thanks for the heads-up, Geoff - I'm going to look into that for sure.
View ArticleCustom products for shopify cart (from another site) and custom shipping tax...
I'm begginer with shopify products and its api. I couldn't find out a way to add custom products from another site to shopify solution (ps: I'm using Wix (wix.com) as application container, but the...
View ArticleTracking ROI/conversion using API by vishhnu ZOHO
Ours is an Email marketing tool and we are planning to integrate with shopify. In this integration, a user can send campaign to all their customers about the products (in configured Shopify account)...
View ArticleWay to access a 1st party cookie set on my store from the checkout page? by...
I'm trying to integrate a new affiliate network tracking solution with Shopify.I understand I can pass in URL parameters like ?ref=new_affiliate_partner and access them via {{landing_site_ref}} on the...
View Article