News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

Don't show list of states in registration (SOLVED)

Started by alex7__, June 14, 2017, 10:52:20 AM

Previous topic - Next topic

alex7__

Hello!
The registration form shows me the countries, but when selecting the country do not load the states.
The web is www.mastomate.com
Virtuemart Version: 3.2.2
Joomla 3.7.2

K&K media production

Maybe your template. Try it with protostar/beez or disable all virtuemart overrides.

Jumbo!

It is a problem of your template.

To fix this open - templates/theme552/css/vm/virtuemart.css

Scroll down to the end of the file. Now add the following codes after all existing codes.

select, select.vm-chzn-select {
    display: block !important;
}
.selectboxit-container {
    display: none !important;
}


Save the file. Clear cache of your browser. Now reload/refresh the page to see the change.

alex7__

It has been solved!
Thank you very much for your help :D ;) ;) ;)