Okay
  Public Ticket #1394285
Problem in checkout field "Stato"
Closed

Comments

  • Claudio started the conversation

    When I do the checkout it does not make me write which country I'm buying and consequently does not let me finish the order.

  •  476
    Charmy replied

    Hi,

    It's problem when we update woocommerce. You can help me insert this code at the end of file style.css.

    .address-field .select2-hidden-accessible,
    .woocommerce-checkout-review-order .select2-hidden-accessible{
        border: 1px solid #e5e5e5!important;
        clip: rect(0 0 0 0)!important;
        height: 40px!important;
        margin: -1px!important;
        overflow: hidden!important;
        padding: 0 15px!important;
        position: relative!important;
        width: 100%!important;
    }
    .address-field .select2.select2-container.select2-container--default,
    .woocommerce-checkout-review-order .select2.select2-container.select2-container--default
    {
    display: none;
    }

    Thanks


    Best regards,

    Charmy  - ThemeFTC technical expert