VirtueMart Forum

VirtueMart 2 + 3 + 4 => Installation, Migration & Upgrade => Topic started by: Otto0815 on November 27, 2012, 15:01:07 PM

Title: Cart not updating after update from 2.0.13 to 2.0.14
Post by: Otto0815 on November 27, 2012, 15:01:07 PM
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?
Title: Re: Cart not updating after update from 2.0.13 to 2.0.14
Post by: Otto0815 on November 30, 2012, 08:01:05 AM
So no one got a hint for me?

Title: Re: Cart not updating after update from 2.0.13 to 2.0.14
Post by: bytelord on November 30, 2012, 16:36:20 PM
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
Title: Re: Cart not updating after update from 2.0.13 to 2.0.14
Post by: Otto0815 on December 01, 2012, 11:13:24 AM
Thx,

it had been the cache......

But won't the page be slower with cache disabled?

Title: Re: Cart not updating after update from 2.0.13 to 2.0.14
Post by: bytelord on December 01, 2012, 16:23:52 PM
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