Home Forums WC Vendors Free Support Seperate Registration for Vendors

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
  • #61261
    Shyam Sembagoundar
    Participant

    Hi,

    Is there a way where I can create a page for vendors to register with their information, which will be directed to the admin approval and once admin approves , then vendors can login.

    Right now I am able to create registration only for Customers.
    I would like to have a registration page for Customers and Vendors.

    #61279
    Aaron
    Participant

    I have the exact same issue. Im using WC Vendors pro.

    #61400
    Hasan
    Participant

    I have same issue. I need my potential vendors to click on a link something like ‘Apply for a vendor’and then they will be redirected to Vendor Registration page where they have to fill up some certain fields.

    #61406
    Daman
    Participant

    You can do it by editing form-login.php template in woocommerce.

    1). First put Woocommerce’s my account shortcode on a separate page.(Vendor Reg Page – say Signup Page)
    2). Edit form-login.php template (Woocommerce)
    3). Check if current page is Vendor Reg Page(Signup Page)
    4). Copy Registration Form Stuff from form-login.php to if statment;

    For Example: form-login.php
    Before editing
    ————
    Registraion Form
    Login Form
    ——-

    After Editing
    ——-
    if(is_page(Vendor Reg Page)){
    Registraion Page // Change Stuff here – for example autocheck apply to become vendor checkbox with JS or add new fields with Woo’s API

    }else{
    Registraion Form
    Login Form
    }

    #61560
    Shyam Sembagoundar
    Participant

    @Daman Thank you for your suggestions. Can you tell me where can I see the form-login.php?

    Also I am not a developer, can you please explain in more detail?

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