I've recently set up a web shop using the Tea Commerce starter kit but my products won't remove from the cart.
I add products to the cart whilst using cookies from the general settings area and products will remove correctly but when I go to another page, suddenly the product is back; however if I disable cookies and use session variables, suddenly the cart works perfectly but this isn't acceptable as the session variables don't last long enough for some people.
That sounds really weird - the only thing we save in session/cookie is the order id. So I think you need to see if the order still have the same id - or if your implementation somehow does some magic with the order or maybe you have an extension that does something?
Cart Cookie Issue
I've recently set up a web shop using the Tea Commerce starter kit but my products won't remove from the cart.
I add products to the cart whilst using cookies from the general settings area and products will remove correctly but when I go to another page, suddenly the product is back; however if I disable cookies and use session variables, suddenly the cart works perfectly but this isn't acceptable as the session variables don't last long enough for some people.
Any help would be appretiated,
Luke
That sounds really weird - the only thing we save in session/cookie is the order id. So I think you need to see if the order still have the same id - or if your implementation somehow does some magic with the order or maybe you have an extension that does something?
Kind regards
Anders
is working on a reply...