0
votes
1answer
218 views

Stop form action redirect or href redirect

Please help. I'm trying to integrate shopifys shopping cart outside of shopify itself. Basically I need to submit a form and keep it from redirecting so I can allow the customer to add all the items ...
0
votes
0answers
130 views

Shopify JSONP issue in ajaxAPI

I'm getting some odd response back from shopify ajaxapi for jsonp. If you cURL a Shopify ajax api location http://storename.domain.com/cart.json?callback=handler you will get a jsonp response. But ...
1
vote
0answers
130 views

Shopify Ajax API JSONP supported? [closed]

A July 2011 blog post mentioned support for jsonp, but I can't seem to get it to work. Normally, this call would return json objects. store-name.myshopify.com/collections.json But adding ?callback= ...
0
votes
1answer
74 views

Do Shopify Ajax API Calls count towards limit?

Thought I would ask if the Shopify call limits on API use include Ajax API calls as well? My App has fairly light backend API requirements, but does have some fairly active frontside calls. Doubt ...
0
votes
1answer
244 views

“Add to Cart” in Lightbox – Shopify

Here's the URL to my store: http://nibblesofnirvana.myshopify.com (PASSWORD IS nibblesofnirvana) What I want to do is present people with two options when they click "add to cart." If you get to ...
1
vote
1answer
702 views

Shopify post Ajax add to cart success message on Cart page

I'm building an online store using Shopify and have come across some jQuery/Ajax code in the default template that I would like to modify for my needs. function addToCartSuccess (jqXHR, textStatus, ...
0
votes
1answer
184 views

Is it possible to use shopify api from a store frontend?

I can develop a shopify app, I can use the shopify_api (in rails), I can do a lot of thing, but I could find the way to use the api from frontend... I'd like to develop an ajax filter for frontend, ...
1
vote
2answers
338 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 ...
1
vote
1answer
1k views

Shopify API: Adding an item to cart without redirect

Is there any way to submit an add to cart POST request without any sort of page redirection whatsoever? Changing return_to to "back" reloads the page, which I don't want to do. I want to add the item ...
1
vote
1answer
222 views

Shopify API call using AJAX and JSP

I am developing a Java Web Application using JSP, Servlet and AJAX. In which I try to get details of product by specific Id. When I run it on eclipse it displays the following message: "This page is ...
1
vote
1answer
160 views

Combination of .load() and setTimeout() to refresh a shopping card indicator

In order to update the shopping cart $ total and item total we are using an AJAX call to replace the contents of the cart summary div (#cart-summary-for-ajax) by pulling the data from another ...
0
votes
1answer
126 views

ajax wont change the specified value onSucess call

this project is is hosted on shopify but i will explain what everything does so you dont need to know how shopify works. here is the site i'll be referring to. ( ...