• Resolved Jim B

    (@shopdryft)


    Hello,
    I am building a multivendor marketplace with WCFM and am creating an emailing list of my customers.

    Is there a way I can create an option for customers to join my mailing list when they input their email to create a customer account at my site?
    I would prefer it to be a box they can check to join my mailing list.

    I am not a developer and I am unsure how to add this custom box to the default WCFM customer signup.

    Thanks for your time,
    James

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author WC Lovers

    (@wclovers)

    mailing list for customers or vendors?

    If it’s for customers then WCFM has nothing to do.

    Between, where you want to create this mailing list? at mailchimp?

    Thread Starter Jim B

    (@shopdryft)

    Hello, thanks for the response. I am working on an optional mailing list for customers. I want a box where they can sign up for the list when they are creating their account. I want to then be able to take those addresses and import them into a third party mailing list (like mailchimp).

    Is it possible to add a button to the signup page and for me to export the data gathered in WCFM?

    Thanks for your time!

    Plugin Author WC Lovers

    (@wclovers)

    Write your code at this hook –

    do_action( 'wcfmmp_new_store_created', $member_id, $wcfmmp_settings );

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Create emailing list signup option at customer registration’ is closed to new replies.