Jump to content

Adding to Cart via external link not working in IE


Recommended Posts

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

  • 1 year later...

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

×
×
  • Create New...