• Hi.. I am implementing a small shop with woocommerce.. And got into a strange problem, where no solution seems to be found on the internet.
    I have these versions installed:
    WordPress 4.3.1
    Woocommerce 2.4.7
    WooCommerce Servired/RedSys Spain Gateway (with license )
    WooCommerce Simply Order Export
    WooThemes Helper
    Flat Rate per State/Country/Region for WooCommerce
    Soundboard theme, that supports Woocommerce

    My problem is on the checkout page in the shop: the drop down list for province and country is empty / blank/ white. You can click to select your country on the list, but once selected, it turns blank. I can see on the shipping costs that is has selected the country, but the customer cannot see, that the country has been selected. I tried to deactivate all plugins – and activate them again one by one, but no change.
    I would appreciate any help. Thank you,
    Marie
    PS. To be able to see the checkout page, please add a product to cart and proceed to the page, Thanks..

Viewing 3 replies - 1 through 3 (of 3 total)
  • Any luck with this? I’m having a similar issue.

    Thread Starter mhavgaard

    (@mhavgaard)

    Yes I solved it.. Thought it was a plugin problem, but it had to do with my child theme and the custom css.
    I detected it by changing my theme to the default wp theme first..
    What made the problem was so simple, that it didn’t occur to me.
    I had this css:
    a, a:link {
    color:#FFF !important;
    }

    If this isn’t your problem, try to deactivate all plugins, and activate them again one by one to see if one of them make a conflict…

    The most common mistake done by most of the store owners or even developers that they miss-configure the WooCommerce configuration and in a result the Country field shows as empty.

    So first Make sure if you have selected Selling Location as “Sell to Specific Countries Only” from your (WooCommerce -> General) Then you have to select the list of countries in the “Specific Countries” drop down underneath.

    WooCommerce over rule the default country fields, this even effect the profile form and the country list will even show’s there as empty.

    So you have to either fix this in the function.php file or just list the list of countries the way I have explained above.

    hope this may help someone with the latest build of WooCommerce.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘woocommerce country drop down list at checkout page not working’ is closed to new replies.