• vikecall

    (@vikecall)


    When using a radio button in the checkout fields, the buttons are:

    Newsletter:
    o Yes o No

    When I look in my checkout page using the theme Botiga:

    Newsletter
    o
    Yes
    o
    No

    How can I get the first look?

    I try inspect and copied the html, looks fine..

    <label for="billing_nieuws_1" class="">Newsletter.&nbsp;<span class="optional">(optioneel)</span></label>
    
    <span class="woocommerce-input-wrapper">
    <input type="radio" class="input-radio " value="1" name="billing_nieuws" id="billing_nieuws_1" checked="checked">
    <label for="billing_nieuws_1" class="radio ">Yes</label>
    
    <input type="radio" class="input-radio " value="0" name="billing_nieuws" id="billing_nieuws_0">
    <label for="billing_nieuws_0" class="radio ">No/label></span></p>

    Thank you
    Vike

Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Botiga: plugin Checkout Field Editor and Manager for WooCommerce’ is closed to new replies.