• Resolved jesusinica

    (@jesusinica)


    Please, could you update the plugin to sort States and Cities alphabetically. Is literally two lines of coded that need to be changed:

    country-state-city-auto-dropdown/trunk/includes/ajax-actions.php:12

    php
    $states = $wpdb->get_results( $wpdb->prepare( "SELECT * FROM ".$wpdb->base_prefix."state where country_id=%1s order by name asc", $cid) );
    

    country-state-city-auto-dropdown/trunk/includes/ajax-actions.php:27

    php
    $cities = $wpdb->get_results( $wpdb->prepare( "SELECT * FROM ".$wpdb->base_prefix."city where state_id=%1s order by name asc", $sid));
    
    • This topic was modified 4 years, 4 months ago by jesusinica.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Add aphabetic sorting’ is closed to new replies.