VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: mindsmonk on July 19, 2012, 14:04:54 PM

Title: Virtuemart not defined - Jquery issues in 2.0.8e
Post by: mindsmonk on July 19, 2012, 14:04:54 PM
Hi guys,

After upgrading from 2.0.6 I am getting jQuery errors. Turned off all plugins plus template jQueries. But still the same problem.

- Reaction from VM is no AJAX updating of the minicart
- No updating of cart/checkout, needs refresh

Another error I get, which comes from the first one is: Uncaught ReferenceError: faceboxHtml is not defined

Any help?
Title: Re: Virtuemart not defined - Jquery issues in 2.0.8e
Post by: mindsmonk on July 19, 2012, 14:09:50 PM
Let me add, on the category page I also can only increase add to cart by 2. So when I push up it adds 2 instead of 1!

Product page is working fine, except the AJAX add to cart
Title: Re: Virtuemart not defined - Jquery issues in 2.0.8e
Post by: PRO on July 19, 2012, 14:27:01 PM
what other jquery are you loading?
Title: Re: Virtuemart not defined - Jquery issues in 2.0.8e
Post by: mindsmonk on July 19, 2012, 14:58:32 PM
mootools-more.js
mootools-core.js
core.js
facebox.js
jquery.min.js
jquery.noConflict.js
modal.js
vmprices.js
webfont.js
Title: Re: Virtuemart not defined - Jquery issues in 2.0.8e
Post by: PRO on July 19, 2012, 15:40:12 PM
Quote from: mindsmonk on July 19, 2012, 14:09:50 PM
Let me add, on the category page I also can only increase add to cart by 2. So when I push up it adds 2 instead of 1!

Product page is working fine, except the AJAX add to cart

http://forum.virtuemart.net/index.php?topic=90961.60

re: quantity
Title: Re: Virtuemart not defined - Jquery issues in 2.0.8e
Post by: PRO on July 19, 2012, 15:42:48 PM
Quote from: mindsmonk on July 19, 2012, 14:58:32 PM
mootools-more.js
mootools-core.js
core.js
facebox.js
jquery.min.js
jquery.noConflict.js
modal.js
vmprices.js
webfont.js

nobody can look without a url
Title: Re: Virtuemart not defined - Jquery issues in 2.0.8e
Post by: mindsmonk on July 19, 2012, 16:44:50 PM
got it fixed, i had JS files in my template (from older VM version). so i deleted them and now it all works again

thanks anyway!