• Resolved silence85

    (@silence85)


    When I’m on the checkout-page I get two checkboxes.
    One is with no description and the second one is for the conditions.
    When I check the second one, the first one automaticaly checks but when I uncheck the empty one, the second one stays checked.
    Is this an error in the cart template?

    https://ibb.co/Sm6kT3c

Viewing 4 replies - 1 through 4 (of 4 total)
  • Rynald0s

    (@rynald0s)

    Automattic Happiness Engineer

    Hi, @silence85!

    It could be a theme or another plugin doing that

    Please share your site URL so we can take a closer look ??

    Cheers!

    lorro

    (@lorro)

    Ensure you have the latest version of your theme.

    Have a look at:
    Dashboard > WooCommerce > Status – at the bottom of the page – do you see any template overrides marked as outdated?

    Thread Starter silence85

    (@silence85)

    the page is zeitlang-schliersee.de

    There are no template overrides!

    lorro

    (@lorro)

    I think this is due to your theme’s stylesheet. The theme authors will probably fix it in a later theme update. Meanwhile you can hide the unwanted checkbox with this custom css:

    #order_review input[name="terms"][type="checkbox"] {
      display: none !important;
    }

    Custom CSS can be entered at:
    Dashboard > Appearance > Customiz > Additional CSS

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Double Checkbox on Checkout’ is closed to new replies.