VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: buhnad on February 19, 2012, 12:27:33 PM

Title: Add to cart button is driving me crazy!
Post by: buhnad on February 19, 2012, 12:27:33 PM
is it a javascript conflict? if it is how can i solve that?
Title: Re: Add to cart button is driving me crazy!
Post by: jenkinhill on February 19, 2012, 13:07:00 PM
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.
Title: Re: Add to cart button is driving me crazy!
Post by: buhnad on February 19, 2012, 14:58:04 PM
How to do that ? Explain plz
Title: Re: Add to cart button is driving me crazy!
Post by: buhnad on February 19, 2012, 17:39:57 PM
shape5 support told me to increase the chmod settings , does any one knows how to do that