VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: Braki on November 22, 2013, 13:17:39 PM

Title: Products not showing in Cart
Post by: Braki on November 22, 2013, 13:17:39 PM
Hi all,

My cart was working perfectly and all of a sudden when I select a product too add too cart the product does not show in the cart.

Has anyone else experienced this?  And does anybody have a solution for me please?

VM 2.0.24b
Joomla 2.5.16
Title: Re: Products not showing in Cart
Post by: Maxim Pishnyak on November 22, 2013, 14:42:01 PM
URL? See http://forum.virtuemart.net/index.php?topic=119638.0 and check your URL.
Title: Re: Products not showing in Cart
Post by: Braki on November 26, 2013, 09:21:07 AM
Sorry forgot the url.

www.snugbug.co.za
Title: Re: Products not showing in Cart
Post by: Braki on November 26, 2013, 10:23:49 AM
I have tried everything and nothing seems too work.  I can maybe give access to the backend so that someone can check it for me please.

I really love VM and don't want to revert too something else.
Title: Re: Products not showing in Cart
Post by: jenkinhill on November 26, 2013, 11:11:03 AM
As there is no add to cart function turned on it cannot be tested and I could not look at that bright pink page for more than a few seconds at a time!

BUT you have VirtueMart's JavaScript tuened off so add to cart would not work anyway, and are loading jQ1.7.1 later in your template header:
<script type="text/javascript" src="http://code.jquery.com/jquery-1.7.1.min.js"></script>

VM will work OK with that version, so try rewrite the template header to load it earlier, before the VM js files load so it is used instead of VM's jQ1.6.4

http://forum.virtuemart.net/index.php?topic=119638.0