Okay
  Public Ticket #2656356
subscribing different user groups to different mailing lists
Closed

Comments

  •  6
    ethan started the conversation

    Hey there, is there some way where we can subscribe wholesalers to one mailing list and our retail customers to another list? To be more specific we are using a mailchimp account that allows for multiple lists, so I wanted to see if there is a way to do this.

  •  2,114
    WebWizards replied

    Hello Ethan,

    Perhaps you may be able to do that with our plugin's content shortcode? https://woocommerce-b2b-plugin.com/docs/shortcode-to-restrict-content-to-b2b-b2c-user-groups-specific-users/


    If you have 2 pieces of content that show the 2 different mailchimp lists, perhaps you can place those inside the shortcode above like this:

    [b2bking_content show_to=b2b]Mailchimp B2B[/b2bking_content]

    [b2bking_content show_to=b2c]Mailchimp B2C[/b2bking_content]



    Or if you have direct php access you may also be able to use the snippets in the above article.


    Kind Regards,

    Stefan

  •  6
    ethan replied

    Awesome thanks so much