• Resolved fcujorick2

    (@fcujorick2)


    Hi,

    I have two checkboxes in the checkout, just underneath each other. One in dutch, one in english.. but I want to have only one checkbox — where can I manage those checkboxes to have only one instead of two? In the Mailchimp plugin options, there is only the Audience tab where I can hide or show the op-tin selection, but that is placed underneath customers emailadress, not just above the ‘place order’ button where there are located now.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author ryanhungate

    (@ryanhungate)

    @fcujorick2 the render function for the checkbox is based on your theme and what you have configured in the plugin… here are the available hooks to choose from. By default it uses woocommerce_after_checkout_billing_form.

    If you would like to disable that checkbox you may do that in the plugin settings as well and hard code it yourself which is perfectly fine too.

    Thread Starter fcujorick2

    (@fcujorick2)

    I can disable the WooCommerce Checkout Intergration trough your app, but thats the good one. The English one will still be there.

    <label class=”woocommerce-form__label woocommerce-form__label-for-checkbox checkbox”>
    <input type=”checkbox” class=”woocommerce-form__input woocommerce-form__input-checkbox input-checkbox” onclick=”subscribeClient();” name=”subscribe” id=”subscribe”>
    <span class=”woocommerce-terms-and-conditions-checkbox-text”>Subscribe to our newsletter to receive the latest news and updates!</span>
    </label>

    Any css of function.php code to get rid of this one?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Two checkboxes in the checkout’ is closed to new replies.