VirtueMart Forum

VirtueMart 2 + 3 + 4 => Administration & Configuration => Topic started by: brpa on April 01, 2014, 14:08:55 PM

Title: Problems with reload pcs
Post by: brpa on April 01, 2014, 14:08:55 PM
Hi

I have a problem with my shop if I want to correct pcs of a product in the basket and hit the Update icon, then pcs is not rigth until I press ctrl F5, is there some that can help

the website is www.haveparkskov.dk
Title: Re: Problems with reload pcs
Post by: jenkinhill on April 01, 2014, 18:53:00 PM
They updated OK for me, although a bit slow. There are some layout issues with the template on the product details page with the add to cart button being displaced.

There is a possibility for JavaScript conflicts as you are loading two different versions of jQuery:
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js" type="text/javascript"></script>
  <script src="//ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js" type="text/javascript"></script>

You need the second one for Virtuemart, so try preventing the first 1.8.2 version from loading and see if it makes a difference anywhere.
http://forum.virtuemart.net/index.php?topic=119638.0

Title: Re: Problems with reload pcs
Post by: brpa on April 01, 2014, 19:55:07 PM
thank you for your help, can you tell me how to disable the on i dont need
Title: Re: Problems with reload pcs
Post by: jenkinhill on April 01, 2014, 21:35:46 PM
Find out what is loading it. Maybe the template, image zoom, live chat, template moo menu - there may be an option to disable jQuery in those modules/plugins.

It is not installed by VirtueMart.