Home Forums WC Vendors Free Support Automatic way for pending vendor users

NOTICE: We've Moved to a Ticket System for Support

As of August 31, 2017 (12am EST) our support forums will be retired (read-only), and we will be moving to a support ticket system.  This will allow us to better organize and answer support requests, and provide a more personalized experience as we assist our customers.

For the time being, we will leave our forums open for reading and learning while we work on creating a more robust Knowledge Base for everyone to use.

If you are a WC Vendors Pro customer please open a support ticket here. 

If you are a WC Vendors user please open a support ticket on the Wordpress.org forums.

The information on this forum is outdated and in most instances no longer relevant. Please be sure to check our documentation for the most up to date information.

https://docs.wcvendors.com/

Thank you to all of our customers!

 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #53443
    Konstantin
    Participant

    Hello,

    So I have a website that has customers and vendors. What is the proper way to let the new registered user choose which role they want? Do the want to be as a customers and buy things or do they want to start selling.

    I’m dreaming of a registration page where you could actually put your username, email and then from a dropdown button choose their role. Don’t know is this possible to do. Please see the attached picture.

    #53460
    Anna
    Member

    @kozag
    As it is, if you direct users to the woocommerce /my-account/ page to register (check that you allow this: wp admin > woocommerce > settings > accounts… Enable registration on the “My Account” page) they will see a check box on the registration form.. by default this says, : Apply to Become a Vendor?”
    If they check that box, then they will apply to become a vendor. If they register without checking that box, they will register as a customer. 🙂

    #53576
    Jamie
    Keymaster

    Hello,

    Putting the apply to be a vendor on the wp-login page is on our enhancement list, so it will get added at some point. WooCommerce does not use the default WordPress registration form. They have their own. You can see this in the templates/my-account/form-login.php template. You should try and avoid letting people use the wp-login screen completely as it can confuse people due to the inconsistencies of design between this page and the rest of the front end.

    cheers,

    Jamie.

    #53578
    Konstantin
    Participant

    I see.

    Where can I find the code that add’s Apply to Become a Vendor? check box to the WooCommerce registration form? Maybe I’ll be able to add it in my normal registration form as well somehow following this guide:

    https://codex.wordpress.org/Customizing_the_Registration_Form

    #53597
    Anna
    Member

    @kozag
    That code is located here:
    wp-content/plugins/wc-vendors/classes/front/signup/class-vendor-signup.php

Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘WC Vendors Free Support’ is closed to new topics and replies.