VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: modernmagic on October 09, 2021, 22:08:00 PM

Title: Add to cart shows Cart Empty SOLVED
Post by: modernmagic on October 09, 2021, 22:08:00 PM
I have read the other posts about this issue but I have not been able to resolve it.

j3.10.2
VirtueMart 3.8.8 10472
PHP 7.4.24
Testing with protostar.

Product:  http://modernmagic5.sg-host.com/index.php/en/t-shirt-displays/revolving-tshirt-detail

Title: Re: Add to cart shows Cart Empty
Post by: jenkinhill on October 10, 2021, 12:29:52 PM
Check with browser console. You are not loading VM's jQuery:

Uncaught ReferenceError: jQuery is not defined
    <anonymous> http://modernmagic5.sg-host.com/components/com_virtuemart/assets/js/vmsite.js?vmver=6224564f:260

Turn on Use VirtueMart jQuery UI scripts
Title: Re: Add to cart shows Cart Empty
Post by: modernmagic on October 10, 2021, 20:22:30 PM
Thank you!