stefandunn Posted February 23, 2014 Share Posted February 23, 2014 I have a shop which submits multiple products at once by iterating through the url via Ajax: /?controller=cart&add=1&ajax=true&id_product=[sOME PRODUCT ID]&token=[sOME TOKEN] This works in Chrome and Firefox, but not IE. I can see the network requests are being sent and the responseBody returns a JSON of the product added so the code is being executed, just not added to the cart. How come? Link to comment Share on other sites More sharing options...
GhosToM Posted April 22, 2015 Share Posted April 22, 2015 Hi stefandunn, do you find a solution at this problem ?? Moreover, I'm trying to do the same thing (add product on my prstashop from an external url) but unsuccessfully... could you please let me see your ajax code ? that will be very kind of you. Thanks in advance. Link to comment Share on other sites More sharing options...
Recommended Posts