• Unfortunately, I have a problem with the registration.

    If I register via Woocommerce and click on the confirmation link in the email, I am redirected to the “my account” page, but the account is not confirmed. The user overview still says “confirm”.

    If I register via the registration of WP Members and click on the confirmation link in the email, I will also be redirected to the “my account” page, but the account will not be confirmed either.

    The registered / logged in users should be able to edit their data in “my account” of Woocommerce.

    Currently I am taking an unpleasant detour via a confirmation page including the shortcode [wpmem_loginout] is integrated. This is how it works. However, not all data (first and last name) are adopted for Woocommerce.

    Is it possible to synchronize users between WPmembers and WooCommerce when registering / changing data / logging in? If so, what should I adjust there.

    Thank you for the information.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Chad Butler

    (@cbutlerjr)

    If you’re registering users using the WooCommerce form (either My Account or through checkout), you currently cannot use the confirmation setting. They are not compatible (see: https://rocketgeek.com/plugins/wp-members/docs/plugin-settings/new-feature-settings/)

    WP-Members allows you to create custom fields, so you can create whatever fields you need to use to integrate with whatever other plugins you need to integrate with. In terms of the first/last name fields that WP-Members sets by default, these are the WP default meta keys (which I recommend that you use if registering via WP-Members’ registration form). However, WooCommerce may or may not use those, depending on the form and the process. WC uses WP’s defaults, in addition to additional fields prefixed by “billing_” and “shipping_”.

    If WC is your primary application, I recommend that you use that for registration. WP-Members will still recognize the user for restricting content.

    Thread Starter scorpionpower

    (@scorpionpower)

    Hi Chad,

    Thank you very much for your quick answer.

    How i can setup WP members, when i will use the plugin only for reconiz the user for restricting content? Where i must make a hook in the setup.

    Thanks in advance.

    Plugin Author Chad Butler

    (@cbutlerjr)

    Just make sure that (for now) that you don’t have the confirmation link setting enabled. That’s all you have to do. (That may eventually be supported for use with WooCommerce, but for now, it’s not)

    (You might also want to unset the registration form from showing on blocked content as well, which you can do the WP-Members main options.)

    • This reply was modified 4 years, 2 months ago by Chad Butler.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Interaction / synchronization between WP members and woocommerce.’ is closed to new replies.