Hi,
since the update to version 2.0.14 my cart is no longer updating.
If i click on "Add to Cart" on the productdetails page, the pop-up window appears and the minicart is showing correctly the item i added.
If i now click on the "contine shopping" link in the pop-up windows, the cart items disappear....
When i now click again on "Add to Cart" the item is 2 times in the cart (so the first one is remembered)...if i then click "contine shopping" again the items from the cart disappear again...
If i click on "go to cart" all items are showing correctly...
Has someone an solution for this?
So no one got a hint for me?
Hello,
Please provide a live url to check it.
Please use firebug and check any js conflicts take place
Also please check if you have cache enabled, if yes disable it and try again
Regards
Thx,
it had been the cache......
But won't the page be slower with cache disabled?
Hello,
You have to optimize caching and JS compression technics. This should be done when your project is get finished. I use JotCache to exclude some parts of virtuemart 2 from caching. You have to deeper on that. Also 99% of the sites enabling by default cache, CSS, JS optimization will have issues, you have to solve that issues one by one. Personally i leave site caching, js, css compression, minify,etc as the last step when develop a site, never used them at the development state.
Regards