VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: jbrown on July 22, 2014, 21:14:33 PM

Title: state field not populating - cart issues as well
Post by: jbrown on July 22, 2014, 21:14:33 PM
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!
Title: Re: state field not populating - cart issues as well
Post by: GJC Web Design on July 22, 2014, 21:19:49 PM
Loading 2 jquery libraries .. there are plenty of posts about it on here - look for jqueryeasy etc
Title: Re: state field not populating - cart issues as well
Post by: jbrown on July 22, 2014, 22:06:19 PM
I installed jqueryeasy and disabled jquery in virtuemart, I am still having the same problem.  Any suggestions?
Title: Re: state field not populating - cart issues as well
Post by: jenkinhill on July 22, 2014, 22:07:36 PM
Try debugging: http://forum.virtuemart.net/index.php?topic=119638.0
Title: Re: state field not populating - cart issues as well
Post by: jbrown on July 22, 2014, 22:33:44 PM
  <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?
Title: Re: state field not populating - cart issues as well
Post by: GJC Web Design on July 22, 2014, 23:02:55 PM
Yes - thats what jqueryeasy does!

but you have

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

http://forum.virtuemart.net/index.php?topic=123564.msg421778#msg421778