• Hi, My popup appear but don`t send anything to mailchimp.
    After clicking subbscribe button nothing happens. Only message “0”.
    When I try subscribe to mailchimp list using onsite newsletter ewerything ok.

Viewing 2 replies - 1 through 2 (of 2 total)
  • I report this bug for a long time but they didn’t fix

    In file
    yith-woocommerce-popup/includes/newsletter-integration/Mailchimp.php
    change line 77

    from
    add_action( ‘wp_ajax_ypop_nopriv_subscribe_mailchimp_user’, array( $this, ‘subscribe_mailchimp_user’));
    to
    add_action( ‘wp_ajax_nopriv_ypop_subscribe_mailchimp_user’, array( $this, ‘subscribe_mailchimp_user’));

    (switch ypop and nopriv)

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Popup doesn`t work’ is closed to new replies.