• Resolved chosang999

    (@chosang999)


    Hello, Dokan team,

    I am glad if you could give me a hand with the consultation below:

    1. I don’t want any Registered or Visitor to have permission to become a vendor on my site, I need someone who has a specific role in my site to have the permission to apply for the vendor.

    2. Based on what I mentioned above, the Vendor Regist Menu should not appear on a widget for someone who hasn’t the specific role.

    Looking forward to your reply!

    Regards
    Rocky

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Support Jahidul Hassan Mojumder

    (@jahidulhassan)

    Hi @chosang999

    There is a role named store manager that is coming from WooCommerce but can create vendors for you without letting them register from the frontend as per your requirement. But Dokan right now does not offer any user role that only has the capability to have the permission to apply for the vendors.

    If you do not want anyone to register on your site then you can turn off the membership setting on your site by navigating to your WordPress admin panel’s Settings > General section.

    In case of hiding the vendor registration menu for specific user roles you can have a look at third-party plugins like this one. I think this support topic will help you.

    Thread Starter chosang999

    (@chosang999)

    Any Reply?

    Thread Starter chosang999

    (@chosang999)

    Hi, Jahidul,

    Thanks for your information! I will try based on your suggestion and give feedback soon.

    Regards
    Rocky

    Thread Starter chosang999

    (@chosang999)

    Hi, Jahidul,

    In this paragraph, you mentioned above “If you do not want anyone to register on your site then you can turn off the membership setting on your site by navigating to your WordPress admin panel’s Settings > General section.” The original I want to achieve is not to prevent a user from registering, The way I wanna is just not letting registered, or visitor has permission to become a vendor, which is the requirement that makes someone be a vendor is they must have a specific role I mentioned in the first consultation, or They be given by admin.

    Plugin Support Jahidul Hassan Mojumder

    (@jahidulhassan)

    Hi @chosang999

    In that case, you can just simply remove the checkbox to register as a vendor on the registration page using the below-mentioned CSS to your WordPress admin panel’s Appearance > Customize > Additional CSS section.

    .form-row.form-group.user-role.vendor-customer-registration{
    	display: none !important;
    }

    The registration form will look something like this screenshot after applying the CSS. After that, anyone that will register on your site will be registered as a custom by default. In this scenario, only a user with an admin role or a shop manager role will be able to change a user’s role to vendor and allow the users to have the capabilities of a vendor.

    Thread Starter chosang999

    (@chosang999)

    Hi, @jahidulhassan

    Thanks for your information! According to the screenshot, There is still a section & button for registering; I do not need customers & registered to have a way to register to be a Vendor Seller.

    Regards
    Rocky

    Plugin Support Jahidul Hassan Mojumder

    (@jahidulhassan)

    Hi @chosang999

    That option depends on the theme that you are using. Some themes have got a menu option for signup and some do not. If your theme has got one then you can remove that too using some CSS or there may be a setting on your theme to remove that.

    Thread Starter chosang999

    (@chosang999)

    Hi, @jahidulhassan

    Grateful for your information, I will try.

    Regards
    Rocky

    Hi @chosang999,

    Due to inactivity, I am going to mark this topic as resolved. If you have any further queries, feel free to open a new topic.

    Thanks!

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Vendor Register Visible Setting’ is closed to new replies.