• Hello

    I am facing a problem in checkout page which is when user chooses the state, the city field stays empty so he needs to reload the page each time to get the appropriate cities list for the state.

    The page I need help with: [log in to see the link]

Viewing 10 replies - 16 through 25 (of 25 total)
  • Plugin Author Yordan Soares

    (@yordansoares)

    Hello @yas-se,

    I did. In fact, I’ve been testing the plugin in different scenarios to try to detect the problem you’re having. In my tests I’ve always been able to see the locations of all the countries.

    Can you please confirm if you’re using the latest release of the plugin (v1.2.9)? By the way, I just published a demo site for latest release of the plugin to see the dropdown for the supported countries: https://statesandcitieswc.ml/

    Best regards,
    Yordan.

    Thread Starter Gorthi

    (@yas-se)

    Hello

    It’s working perfectly on your demo!

    Yes,s I’m using the latest version, So do you think there is a conflict with one the other plugins?

    I’m using Booster to change default woo commerce checkout fields.

    Plugin Author Yordan Soares

    (@yordansoares)

    Hello @yas-se,

    Do you mean Booster for WooCommerce. If so, I’ll install it later to check if there are some incompatibilities with both plugin.

    Thanks for your feedback!

    Thread Starter Gorthi

    (@yas-se)

    Yes this plugin.

    Thread Starter Gorthi

    (@yas-se)

    Hello @yordansoares

    I am wondering if you could figure it out or not yet ?

    Plugin Author Yordan Soares

    (@yordansoares)

    Hello @yas-se,

    I made some changes in the plugin trying to expand the support for different cases. Can you update the plugin to the last release and check if are you getting the same issue?

    Thanks in advance!

    Thread Starter Gorthi

    (@yas-se)

    Hey @yordansoares

    The problem now is now in both desktop and mobile!

    please check this

    HiitsBri

    (@itsbrightenflowers)

    Hi, I’m also having this problem with my site. I really need to show the cities drop down menu as the shipping is calculated from there using another plugin.

    @yas-se By the way, I’m interested on how https://ticonnect.net was made. I’m new to wordpress, and I would want my site to look like that. Sharing what plugins used will really help.(How can I private message you?)

    Thank you very much to the author @yordansoares and @yas-se for creating the topic.

    I have this issue in https://filamentos3d.cl
    The country is Chile, all states work correctly but when you choose a state, the city dropdown doesn’t update until you refresh the page.
    Could you help me with this?

    Thank you very much in advance, great plugin!

    Plugin Author Yordan Soares

    (@yordansoares)

    Hola @pablocore,

    Estoy trabajando en la próxima actualización del plugin para corregir problemas y a?adir compatibilidad con otros plugins. Como hace unos meses reportaste el error de que no actualiza la ciudad al cambiar la región en tu sitio que funciona en Chile, quería preguntarte si podrías enviar la lista de plugins que estás usando en esa instalación para determinar cuál está produciendo el problema.

    Por cierto, si quieres desactivar las ciudades de Chile mientras resolvemos este conflicto, puedes usar este fragmento de código en el archivo functions.php de tu tema hijo o en un plugin de funciones personalizadas:

    /**
     * STATES, CITIES, AND PLACES FOR WOOCOMMERCE
     * Desactivar ciudades de Chile
     */
    add_filter( 'scpwoo_custom_places_cl', '__return_null' );

    Muchas gracias de antemano por la ayuda y por reportar este caso.

    Saludos cordiales,
    Yordan.

Viewing 10 replies - 16 through 25 (of 25 total)
  • The topic ‘Problem in sync cities according to the choosen state’ is closed to new replies.