• Resolved sebastienterre

    (@sebastienterre)


    Hi,
    Can someone tell me where to put this code :
    <?php
    if( function_exists( ‘mc4wp_show_form’ ) ) {
    mc4wp_show_form();
    }
    In order to have the check box and form in the basket page on my woocommerce please ?

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Lap

    (@lapzor)

    Where did you get this code snippet from?

    You can turn on checkout integration under MailChimp for WP > Integrations > WooCommerce checkout integration (I know, checkout page is not the same as basket page).

    Other than that usually you would use the footer or sidebar widgets to show a form.

    If you want to show a form programmatically from within a WordPress theme file you can use do_shortcode([mc4wp_form]) command within the theme file to show the form there.

    Hope that helps. If you have any questions, please let me know!

    Thread Starter sebastienterre

    (@sebastienterre)

    From the plugging and know i find the way to activate it. Thanks for your help

    Plugin Contributor Lap

    (@lapzor)

    Perfect, Thanks for letting me know.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Add optin in the basket page’ is closed to new replies.