Lets first say that my cart was not updating when i was adding items to it. it was saying the cart was empty. i fixed that by going to configuration>checkout> un-checking "Display modal popup upon 'Add to cart'". For some reason that fixes my issue. My cart now updates like it should. If anyone would like to chime in on why that does that, please let me know! Just curious. maybe that shouldn't even happen and i have something wrong on my end?
Anyways, my new problem is the state field not populating anything. I'm assuming it has something to do with jquery but need some help. Here is my site...
secure.mygiantsteps.org/frontpage
thanks!
Loading 2 jquery libraries .. there are plenty of posts about it on here - look for jqueryeasy etc
I installed jqueryeasy and disabled jquery in virtuemart, I am still having the same problem. Any suggestions?
Try debugging: http://forum.virtuemart.net/index.php?topic=119638.0
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8/jquery.min.js" type="text/javascript"></script>
<script src="/plugins/system/jqueryeasy/jquerynoconflict.js" type="text/javascript"></script>
<script src="/media/modals/js/jquery.colorbox-min.js"
looking at the source, jquery is only loaded once?
Yes - thats what jqueryeasy does!
but you have
TypeError: $(...).chosen is not a function
http://forum.virtuemart.net/index.php?topic=123564.msg421778#msg421778