andrew19881123 Posted May 12, 2012 Share Posted May 12, 2012 (edited) I have a problem with the cart: when i add a product and i refresh the page the cart return to zero. -i found that every time i add a new product a new cart is added in the backend; -when i add a product the XmlHttpRequest is partially correct:in the post the token is the same and the datas is correct, but the response is only the actual product i'm adding and not the sum of them (this because a new cart is created) -when i reload the page the response is a JSON object with all the value to zero (like an empty cart) i'm getting this problem after i've deleted some test's orders and deleting all the cart present so far and i can't think of any other important things related.. I think this problem is because the backend is unable to compare different carts (token?) and understand i'm the same person with the same cart. any suggestion how to dig into this problem? (or solve it!! ) thanks Andrew. Edited May 12, 2012 by andrew19881123 (see edit history) Link to comment Share on other sites More sharing options...
andrew19881123 Posted May 12, 2012 Author Share Posted May 12, 2012 (edited) [sOLUTION] the geolocalization is the problem! after disabling it the cart is returned to work normally! Edited May 12, 2012 by andrew19881123 (see edit history) 2 Link to comment Share on other sites More sharing options...
analuciasoares Posted August 1, 2012 Share Posted August 1, 2012 Andreew19881123. thank you, thank u, thank u and thank u heart for your help! I had the same problem and have disabled the damn geolocalization. Now the store is working again! Thank you very much! I'm happyyyy ) Link to comment Share on other sites More sharing options...
Recommended Posts