• Resolved menni50

    (@menni50)


    It is essential for my website functioning to add to the user registration for m the company field. It is a part of WordPress user profile Database that is not added to the WordPress user profile.
    I also need the ability to add a “Store” field to a user registration form for vendor role registration form. The website determines the store name as the “User Name” the only thing left is to determine the same name for the vendor profile in WordPress vendor database.
    Thank you.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support Williams – WPMU DEV Support

    (@wpmudev-support8)

    Hi @menni50

    I hope you’re well today!

    I’m not sure if I correctly understand that goal so can you please explain two things a bit more?

    1. “It is a part of WordPress user profile Database that is not added to the WordPress user profile”

    What do you mean by this? Specifically – how this field works? You said it’s a part of “profile database” but it’s “not added to user profile”. Is this some additional table or it is coming from some other plugin (and if so, what is the plugin)?

    2. “I also need the ability to add a “Store” field to a user registration form for vendor role registration form. ”

    Where such field is/should be stored? Is it a part of some other plugin (and if so, what is it)?

    Kind regards,
    Adam

    Thread Starter menni50

    (@menni50)

    Sorry for my mistake, I mean fields that added to the user profile by the multivendor plugins. You can see it in the user profile when a user data is shown at the Admin Dashboard in the Users section,like “Company” or “Store”.

    • This reply was modified 3 years ago by menni50.
    Plugin Support Imran – WPMU DEV Support

    (@wpmudev-support9)

    Hello @menni50 !

    That’s clearer now, thank you!

    There are many plugins like that and each one stores the data in a different way. Can you let us know which plugins you’re using so we can check that and help you further?

    Please share the exact plugin name, name of the creators/developers and version (as shown in wp-admin >> Plugins >> All plugins)

    Warm regards,
    Pawel

    Thread Starter menni50

    (@menni50)

    Thank you so much for your patience, I use the DOKAN MULTIVENDOR MARKETPLACE PLUGIN FOR WORDPRESS.
    My question is not specific for a single plugin. I wish to find a tutorial about adding values from frontend form to the user profile or the WooComerece product field. After submitting the form that includes values for custom WordPress profile fields.

    Plugin Support Patrick – WPMU DEV Support

    (@wpmudevsupport12)

    Hi @menni50

    You will use the custom metadata mapping for it:

    https://wpmudev.com/docs/wpmu-dev-plugins/forminator/#custom-user-meta

    For example, Woocommerce mapping, let’s say you are looking to map the Billing name on Forminator name-1 field,

    In the Custom mapping, you will use name-1 in the Forminator field and billing_first_name as custom metadata.

    But the metadata depends on your plugin, Woo you can find on:

    https://woocommerce.com/document/tutorial-customising-checkout-fields-using-actions-and-filters/

    For any other plugin, you can edit any user, click on the right button of the mouse inside the field that you want to map to collect the name of it,

    https://monosnap.com/file/b1pr7lOSzjUaBwCe4wyVXYLHln28CD

    Best Regards
    Patrick Freitas

    Plugin Support Amin – WPMU DEV Support

    (@wpmudev-support2)

    Hello @menni50 ,

    We haven’t heard from you for several days now, so it looks like you don’t have more questions for us.

    Feel free to re-open this ticket if needed.

    Kind regards
    Kasia

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Company’ is closed to new replies.