Hi,
website: www.bvtmusic.be
Joomla 2.5.14
Php 5.3.18
Virtuemart 2.0.22a
Default VM Shopping cart module
When I click the Order button at a products detail page, I see nothing changing. The shop cart doesn't show any items. After pressing F5 to refresh the screen, the shopping cart is updated and shows the product I have ordered.
What must be done to show the ordered items immediately in the shopping cart when the Order button is pushed?
Grtz,
Patrick
You have a JavaScript conflict with some js in your Shape5 template preventing facebox/fancybox from running. Also you are loading more than one jQuery version.
Looks like this may be the problem:
<script src="http://www.bvtmusic.be/modules/mod_s5_box/js/jquery.min.js" type="text/javascript"></script>
<script src="http://www.bvtmusic.be/modules/mod_s5_box/js/jquery.no.conflict.js" type="text/javascript"></script>
<script src="http://www.bvtmusic.be/modules/mod_s5_box/js/jquery.colorbox.js" type="text/javascript"></script>
<link rel="stylesheet" href="http://www.bvtmusic.be/modules/mod_s5_box/css/s5box.css" type="text/css" />
So try with disabled mod_s5_box
Also for JS conflicts see http://forum.virtuemart.net/index.php?topic=111843.0
Please note: http://forum.virtuemart.net/index.php?topic=108212.0