Tagged Questions
0
votes
2answers
51 views
Shopify jquery ajax api, addItem() returns successfully, but the cart doesn't show the correct number of items
I'm attempting to add 3 items to the cart in a loop. Firebug reports each individual ajax call to '/cart/add.js' is returning with a 200 OK, and the json object being returned shows the correct ...
1
vote
2answers
55 views
Shopify - SSL API CALLS do not work from http://
I try to do some AJAX-magic on the landing-page of my shopify-shop using the Shopify AJAX API.
But for calling the Shopify AJAX API I have to use SSL, doing something like this:
...
1
vote
1answer
176 views
Shopify API fulfilment update fails unprocessable entity
I developed a web application that uses the Shopify API a while back, it's been running without a problem for about 2 months now, until this week when an error started to occur.
We are trying to ...
1
vote
2answers
337 views
Shopify API: Importing a JSON formatted list of products through a private app
Essentially I have a file with a list of products I would like to add to my shopify store, I'm fairly certain it's formatted correctly although if it isn't please tell me what to fix. I was wondering ...
2
votes
2answers
335 views
Shopify PHP API: support for diacritics
I am using the Shopify PHP API. Products without diacritics work fine, and are added. When I am trying send product with Czech diacritics (ěščřžýáíé), errors are shown:
Fatal error: Uncaught ...
0
votes
1answer
763 views
How to show Shopify Cart Values on pages on website (outside of Shopify website)
I'm attempting to do the following: I'm building a standard HTML/PHP website. We'll have products on the site. When someone clicks "add to cart", the user will be directed to Shopify with their ...