when select country , its related cities not load without refreshing page ?
mueyyed opened this issue · 3 comments
mueyyed commented
can you help get this problem done ?
Mantish commented
Hi, can you share more details about the problem.
What's your WP and WC version?
mueyyed commented
problem shortly : when change countries , it does not change related cities
$cities['SA'] = array(
'Abha' => __('أبها', 'billing-city')
) ;
I have edited to this way , it works fine but I don't know whether it would result in new problem in future or not
$cities['SA'] = array(
'=> __('أبها', 'billing-city')
) ;
[image: image.png]
[image: image.png]
[image: image.png]
[image: image.png]
Message ID: ***@***.***>
…Mantish commented
Please check the Readme for the correct way to define the cities array.
You can also check the files in https://github.com/8manos/wc-city-select/tree/master/cities to see some examples