News:

Support the VirtueMart project and become a member

Main Menu

empty shopping cart

Started by livewisely 2020, March 24, 2016, 20:54:11 PM

Previous topic - Next topic

livewisely 2020

The shopping cart on my newly installed virtuemart v. 3.0.14 is always showing up empty. Secondly the "add to cart button" does not seem to be working as well.


Can someone please help?

website is: www.livewisely2020.com/index.php/shop
Joomla version: 3.5
php version: 5.5.3

GJC Web Design

you have a JS error that is stopping the cart working

TypeError: $(...).vm2front is not a function

first try with the std template to see if it your templates problem
GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

livewisely 2020

if you're referring to the standard joomla template that did not work. Changed it to my website template as well and that did not work. Any other suggestions?

jenkinhill

You are loading two jQuery libraries, correct V1.11.3 with VirtueMart and then the much older V1.8.1 which looks like it is causing a problem. The header loading code is
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js" type="text/javascript"></script>   so try to find out what is using this (it is not VM) and prevent it loading.
Kelvyn
Lowestoft, Suffolk, UK

Retired from forum life November 2023

Please mention your VirtueMart, Joomla and PHP versions when asking a question in this forum

livewisely 2020

Thanks kelvin. Can you fix this for me?