Hello @my2424u,
I’m fine thanks. I hope you’re doing great.
You are unable to make the changes by default but you can hide the “I am a vendor” option from the registration page. A few modifications are required.
File Location: wp-content/plugins/dokan-lite/templates/global/seller-registration-form.php
Comment out line no: 68-71
<label class="radio">
<input type="radio" name="role" value="seller"<?php checked( $role, 'seller' ); ?>>
<?php esc_html_e( 'I am a vendor', 'dokan-lite' ); ?>
</label>
Make the changes using a child theme so that you do not lose the changes during an update. It is recommended to use a child theme during such modification. I hope it will help.
Thanks
-
This reply was modified 3 years, 11 months ago by
Saiful Islam.