I wanna install my website on my local pc with Joomla 1.7.3, xampp, VirtueMart 2 and the JA Purity II template
But when i’m on the productdetails page firebug said that there are 3 errors. And because of this the add to cart don’t work.
In mega.js there is a fault in line 42:
this.menu.getElements is not a function
line 42:
//preload images
var images = this.menu.getElements (‘img’);
SqueezeBox is undefined
SqueezeBox.initialize({});
I first thought that there was something wrong with the productdetails page of VirtueMart but when i use the default joomla template than there is no problem or errors. Also when i try the new JA Elastica template i get no errors.
On the forum of VirtueMart they suggest that if my template uses jQuery i had to disable the VirtueMart jQuery. But this didn’t solve my problem.
I saw that there was someone else who has this problem with conflicts in js files. He turned them off in the template.
What can i do to solve these problems with JA Purity II ?