I am currently testing Virtuemart on a new site running Joomla 1.7 and have just updated to VM2.0.
When I add a new product to my cart (see: www.marqueepartytents.com/bedroom/short-sofa-detail) the "show cart" button does not appear on the top left hand side where it is supposed to appear.
However, if I refresh the page, this button does appear. The issue only occurs for the first product to be inserted to the cart.
I've attached a couple of images of the issue I'm talking about.
Also, would anyone have any insight into why my modules are not showing in the checkout stages of VM? The modules appear here: http://www.marqueepartytents.com/bedroom/short-sofa-detail but disappear here: http://www.marqueepartytents.com/component/virtuemart/cart
Bit of a newb so apologies if I've posted in the wrong section and any help is appreciated.
Jim.
[attachment cleanup by admin]
Most likely a JavaScript conflict. See http://dev.virtuemart.net/projects/virtuemart/wiki/General_JS-Problems_with_templates_and_jQuery
Hi Jenkinhill,
Many thanks for your response, I have disabled jquery in the virtuemart options and also edited the virtuemart.cgf file and emptied the relevant database table to no avail.
Just wondering if you had any further thoughts?
Thanks!
You are loading two copies of jQuery:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js"></script>
and
<script src="/media/widgetkit/js/jquery.js" type="text/javascript"></script>
Hi Jenkinhill,
I have removed the Widgetkit from the Joomla site and removed any instance of a second jquery copy.
Still no fortune on resolving this.
Thank you for the help!
Well it is an AJAX related issue in that it refreshes the item in the cart but not the button. As this is not the standard minicart I suggest you refer back to the theme developer.