RY City Select for WooCommerce for WordPress Plugin Directory
By Richer Yang
RY City Select for WooCommerce is a WordPress app, with a 4.9 average rating from 9 reviews, as of Aug 31, 2026.
RY City Select for WooCommerce is a WordPress Plugin Directory app by Richer Yang. With a rating of 4.9★ from 9 reviews.
AppRanks verdict
Generated from live marketplace data — refreshed daily
RY City Select for WooCommerce is a category-leading WordPress app with a limited review volume. Category data on the canonical marketplace listing is currently incomplete, so AppRanks falls back to platform-wide rather than category-relative comparison for this listing. 9 reviews put it in the early-traction tier — useful for early-stage stores willing to be on the leading edge. Early-traction review counts are sensitive to single launch periods or feature events, so a 30-day re-check before bigger commitments often resolves whether the trend is sustained. Paid-only pricing means evaluating fit on the marketplace listing or via the developer's documentation before installing. AppRanks tracks rating, review count, pricing tier, and category position daily — the figures on this page reflect the most recent scrape from the canonical WordPress Plugin Directory listing.
Pros
- +High average rating (4.9★) signals consistent merchant satisfaction
- +Published by Richer Yang — established developer track record
Cons
- −Limited review base (9) — ratings can shift significantly with new feedback
Looking to switch from RY City Select for WooCommerce?
See RY City Select for WooCommerce's alternatives ranked by audit score, rating, and review velocity.
How RY City Select for WooCommerce works
This 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; }
Competitors & alternatives
AppRanks tracks competitor sets per category. For RY City Select for WooCommerce, the independent listing audit includes a competitive context section, and the full WordPress app index shows the broader marketplace landscape this app competes in. Sign up free to surface a side-by-side competitor matrix customized to your tracked apps.
Frequently asked questions
What is RY City Select for WooCommerce?
RY City Select for WooCommerce is an app for WordPress. It currently holds a 4.9-star rating from 9 merchant reviews, and AppRanks has been tracking its public marketplace data on the refresh cadence published in our methodology. AppRanks tracks its category position, review-velocity trend, and the top alternatives in the same space. Developed by Richer Yang.