Closed kimclowa8c closed 9 months ago
Thank you for your interest in contributing to WooCommerce!
WooCommerce Blocks has been merged into the WooCommerce Monorepo.
From now on, please open any issues or pull requests in the woocommerce/woocommerce repository.
Hi there. We were recently re-ordering some States in the USA on our checkout (we were moving the Army bases to the end of the list) and noticed the States aren't showing expectedly (as per WooCommerce Core) where the states are defined at
plugins/woocommerce/i18n/states.php
.With the Blocks, the state's list isn't modified at the PHP level but sorted at the JS level.
You can view it on this link: https://github.com/woocommerce/woocommerce-blocks/blob/4445967f8d83ae76e8b428499150b35affc311c5/src/Utils/CartCheckoutUtils.php#L64
Hope this makes sense! Thank you.