News:

Looking for documentation? Take a look on our wiki

Main Menu

Add to cart button is driving me crazy!

Started by buhnad, February 19, 2012, 12:27:33 PM

Previous topic - Next topic

buhnad

is it a javascript conflict? if it is how can i solve that?

jenkinhill

#1
You are loading two versions of jQuery. You must not do this.

<script src="//ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js" type="text/javascript"></script>
and
<script type="text/javascript" src="http://xxxxx.com/templates/shopper_frenzy/js/jquery13.js"></script>

Looking at the versions, probably best to stop the one being loaded by your Joomla template.
Kelvyn
Lowestoft, Suffolk, UK

Retired from forum life November 2023

Please mention your VirtueMart, Joomla and PHP versions when asking a question in this forum

buhnad


buhnad

shape5 support told me to increase the chmod settings , does any one knows how to do that