• Resolved fadipet

    (@fadipet)


    Hi,
    I’m using custom integration to add a “Subscribe to our newsletter” checkbox in Woocommerce registration form and everything works well copying and pasting
    <label>
    <input type=”checkbox” name=”mc4wp-subscribe” value=”1″ />
    Sign-up to our newsletter.
    </label>
    in a custom function in functions.php. Now, I added interest group on my list through my Mailchimp account and I’d like to display that group options just under “Sign-up to our Newsletter”.
    How can I do that?

Viewing 1 replies (of 1 total)
  • Plugin Contributor Harish Chouhan

    (@hchouhan)

    Hello,

    You will need to use some WooCommerce hook to add custom HTML data to the checkout page. Once you find that hook, you can first add the interest group to our form and then copy paste the code and include it in your custom hook for adding it to WooCommerce.

Viewing 1 replies (of 1 total)

The topic ‘Interest group on Custom Integration’ is closed to new replies.