VirtueMart Forum

VirtueMart 2 + 3 + 4 => Product pricing => Topic started by: raouloz on December 20, 2013, 10:17:09 AM

Title: Products price is not showing in cart when i add it
Post by: raouloz on December 20, 2013, 10:17:09 AM
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
Title: Re: Products price is not showing in cart when i add it
Post by: jenkinhill on December 20, 2013, 12:22:29 PM
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