Please help me out here.
I'm working on a virtuemart webshop for a client. But when i add the product to the card it doesnt appear???
This is the link: www.scratchfix.nl
It's virtuemart 2.0.24c on joomla 2.5
I installed virtuemart after i installed this template because the website was already existing.
Please help me out.
thankyou
You are not loading VirtueMart's jQuery library, so I assume you have turned it off in VM configuration. This is needed to load before the other VM JavaScript files load or the cart will not function.
You later load another jQuery version in:
<script src="http://www.scratchfix.nl/media/com_zo2framework/js/jquery.min.js" type="text/javascript"></script>
You could possibly drop that one and load jQuery only through VirtueMart, but as you are using bootstrap then it may be a good idea to replace VM's installed jQuery library version, which is 1.6.4, with 1.7.1 which is compatible with VM and bootstrap.
See http://forum.virtuemart.net/index.php?topic=119638.0