• Resolved Crucco

    (@crucco)


    Hello, I’m currently developing a custom WP theme and implementing Woocommerce in it. It is nearly all working except that on the checkout page the country select dropdown and all checkboxes don’t show up. HTML is loaded (but doesn’t show up), Chrome console doesn’t show any JS errors.

    I have already tried to deactivate all not needed plugins (except ACF Advanced custom fields – if I deactivate that one it breaks the whole page). Running a little bit out of ideas …

    Would dequeuing selectWoo an option? (I would be fine with a normal dropdown). I already tried to dequeue styles and JS of the plugin but I couldn’t overwrite it – woocommerce loaded it still.

    Any hint would be greatly appreciated. Thanks in advance!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Stef

    (@serafinnyc)

    What if any are you customizing on the WC portion? Are you overriding the templates with your own?

    Are you also shipping outside of your own country? Country won’t show if you’re only shipping/selling to your own.

    It would be helpful to have a url but understand if it’s not plausible at this moment.

    Thread Starter Crucco

    (@crucco)

    I’m getting closer to the solution. I’m using Material Design for Bootstrap as a Framework. In their min.css I found the declaration “select {display: none!important}”. Deactivating it in Chrome Developer Tools brings the select fields up and they are working. So it’s a CSS thing. Got to understand if it’s bootstrap or MDB that does it – and why. But there will be a solution.
    Thank you very much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘country select on checkout page doesn’t show up’ is closed to new replies.