• Resolved Evgeny

    (@hat99)


    Hello. Please, tell me how to make sure that when registering a new user, there is no option to register as a seller. To have only one option for registration, only the buyer.
    thanks

    • This topic was modified 3 years, 5 months ago by Evgeny.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello @hat99 ,

    Please use this code on your theme’s functions.php file to remove the seller registration options:

    remove_action( 'woocommerce_register_form', 'dokan_seller_reg_form_fields' );

    Thank you 🙂

    Thread Starter Evgeny

    (@hat99)

    Hi Rashed . I understand very little in code. Can you please tell me which line to insert or just at the end of the code?

    Hello @hat99 ,

    You can simply add this line at the very end of your functions.php file.

    Thank you 🙂

    Thread Starter Evgeny

    (@hat99)

    Hey Rashed. All perfectly. Everything worked out. Thank you very much !!! Great customer support.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Exclude registration as a seller’ is closed to new replies.