I have my website built upon wordpress and woocommerce. At the login page of woocommerce there is two radio buttons to select “I am a customer” and another “I am a vendor”. I want to remove those two radio buttons with texts too. https://www.osdoc.in/my-account/ : This is the link , under the register section and just below the “login with social ids” icons.
Question posted in Woocommerce
The official Woocommerce documentation can be found here.
The official Woocommerce documentation can be found here.
2
Answers
In your child theme, you’ll need to create a folder with the name
dokan
and inside it you’ll add another folder with the nameglobal
. Insideglobal
you’ll create a file to override the default registration templateseller-registration-form.php
, and add the following inside it, save and view changes:Source of the code above is the original template
In your child theme, create a folder as “dokan” and inside it create a folder with the name “global”.
In “global” folder, create a file as seller-registration-form.php to override default template which you can find from wp-contentpluginsdokan-litetemplatesglobal
Put the following code in this file. There is no option to ask user type and it will create a seller only.