In the shopping cart. The drop down menu for "State / Province / Region" in the " Add/Edit billing address information" and "Add/Edit shipment address" have no info in them. They say select but when pulled down the only selection is "select". The pull down in the back end work find and populate with the states.
Can anyone help please?
This is my site http://108.179.229.212/~pickersa/index.php/store-front-page
Also the cart will not add items unless logged in or the shipping address is filled out first.
Are you really using VM3.0.1? Current is 3.0.12 with 3.0.13/14 due any day soon. Often an update fixes issues with older versions. Apart from security, that's one of the reasons for updating! http://forum.virtuemart.net/index.php?topic=118683.0
HI . i'm using Virtuemart 3.0.12 sorry for the confusion. i left off the 2 . But that does not fix the problem.
99% of the time it is a JS conflict/problem.. without a live url can say no more
This is my site. http://108.179.229.212/~pickersa/index.php/store-front-page
here is a link to the edit shipping where the drop down for State will not populate.
http://108.179.229.212/~pickersa/index.php/store-front-page/user/editaddresscartBT
yep
your loading jquery twice.. load the vm one and disable the other (template?) one
TypeError: jQuery(...).chosen is not a function
http://108.179.229.212/~pickersa/index.php/store-front-page/user/editaddresscartBT
Line 665
disable
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js" type="text/javascript"></script>
ok. Got it
it seems i went to >>>Plug-in Manager: Videobox and turned off the "Load JQueryOnOff" to off.
YAY now the VM drop down allows me to select a state YAY.
Thanks jenkinhill and GJC Web Design you all rock.