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 to the cart and use a jQuery notification to alert the client, without any type of redirection/reloading. The notification part works fine, I just can't figure out how to override the redirect. Sorry if some of the things I said make no sense, I'm new to this stuff. Thanks in advance.Is there any way to submit an add to cart POST