

Checkout with Colombian departments and cities dropdown
NES Ciudades y Departamentos de Colombia improves the checkout process in WooCommerce for Colombian customers by providing organized dropdown lists for departments (states) and cities. The city list automatically updates based on the selected department.
The plugin offers hooks and filters for customization:
`
// Modify city list
add_filter(‘nesciudde_cities’, ‘my_custom_cities’, 10, 2);
// Modify department list
add_filter(‘nesciudde_states’, ‘my_custom_states’);
`
For more information, visit the plugin page.
Developed by Nes Gallego.
Department and city data based on Colombia’s official territorial structure.