SOLVED YAY State / Province / Region pull down will not populate on front end.

Started by Cosmicglenn, February 10, 2016, 06:27:46 AM

Previous topic - Next topic

Cosmicglenn

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.
Running Joomla Joomla! 2.5.28/ PHP 5.4 /Virtuemart 3.0.12 / CB 2.0.13 /CBsub 4.0.1

Virtue mart and CBsub literally saved my life.

jenkinhill

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
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

Cosmicglenn

HI . i'm using Virtuemart 3.0.12   sorry for the confusion. i left off the 2 .  But that does not fix the problem.

Running Joomla Joomla! 2.5.28/ PHP 5.4 /Virtuemart 3.0.12 / CB 2.0.13 /CBsub 4.0.1

Virtue mart and CBsub literally saved my life.

GJC Web Design

99% of the time it is a JS conflict/problem.. without a live url can say no more
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

Cosmicglenn

 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
Running Joomla Joomla! 2.5.28/ PHP 5.4 /Virtuemart 3.0.12 / CB 2.0.13 /CBsub 4.0.1

Virtue mart and CBsub literally saved my life.

GJC Web Design

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>
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

Cosmicglenn

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.
Running Joomla Joomla! 2.5.28/ PHP 5.4 /Virtuemart 3.0.12 / CB 2.0.13 /CBsub 4.0.1

Virtue mart and CBsub literally saved my life.