Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter CarolineElisa

    (@carolineelisa)

    I got it working, in case it helps anyone else:

    function wc_mailchimp_list( $subscribe_options ) {
    	if (ICL_LANGUAGE_CODE=='en') {
    		$subscribe_options['listid'] = '1234';
    	} else {
    		$subscribe_options['listid'] = '5678';
    	}
    	return $subscribe_options;
    }
    add_filter( 'ss_wc_mailchimp_subscribe_options' , 'wc_mailchimp_list' );
    Plugin Author Adam Anderly

    (@anderly)

    See also our help center article: https://ander.ly/1lqVh

    • This reply was modified 8 years, 6 months ago by Adam Anderly.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Different MailChimp list depending on their language with WPML’ is closed to new replies.