xpay✦ Commerce
Directory
WooCommerce plugins
RY City Select for WooCommerce
RY City Select for WooCommerce
Show a dropdown select as the cities input on WooCommerce. Auto set the postcode for selected city.
4.9
(9 ratings)Will this break my store?
What the WordPress.org registry says about keeping RY City Select for WooCommerce running.
Tested to 7.0.2
Tested against the WordPress branch in use today.2 months ago
At least 2.0 releases a year since launch. WordPress.org only lists versions still available for download, so the real number may be higher.8.2
Your host must be running at least this version.6.8
1
A single maintainer. Worth knowing if the plugin is load-bearing for your store.Maintenance & trust
Scored on how RY City Select for WooCommerce is looked after — not on how many stores run it.
91
out of 100Maintenance
35 / 35WordPress compatibility
20 / 20Support responsiveness
Not enough dataMerchant satisfaction
12 / 15Listing transparency
6 / 10Ratings
4.9
9 ratingsThis plubin is based on WC City Select
WooCommerce uses a text input for the customers to enter the city or town.
With this plugin you can provide a list of cities to be shown as a select dropdown.
This will be shown in checkout pages, edit addresses pages and shipping calculator if it’s configured that way.
After selected the city or town, auto set the postcode number if is defined.
How to add cities
A list of cities can be added in your theme functions.php file.
Use ry_wc_city_select_cities filter to load your cities.
This is done similarly to Add/Modify States.
It should be added on your functions.php or a custom plugin.
add_filter( 'ry_wc_city_select_cities', 'my_cities' );
/**
* Replace XX with the country code. Instead of YYY, ZZZ use actual state codes.
* The City list can list of city name with postcode or just city name.
*/
function my_cities( $cities ) {
$cities['XX'] = array(
'YYY' => array( // city name with postcoe
['City', '100'],
['Another City', '101']
),
'ZZZ' => array( // just city name
'City 3',
'City 4'
)
);
return $cities;
}
Please use GitHub repository.
Use issuu give me the list, or use pull requests the file change.
If your country don’t have states list in woocommerce (see file /woocommerce/i18n/states.php).
You also need contribute the states list.
The sample file is cities/TW.php and states/TW.php
Report bugs on the GitHub repository,
or my person website page.
From the RY-WC-City-Select-cities-files
You can add almost main states and cities list in the world.
But some state or city may use different name with the official name.
To enable geonames.org data, add code into you theme functions.php.
Or use Code Snippets[https://wordpress.org/plugins/code-snippets/] to add code.
add_filter('ry_wcs_load_geonames_org', '__return_true');
Plugin details
Tags on WordPress.org
