Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello @yagbayaski,

    You are unable to make the change by default. You can hide the vendor registration button.

    /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>

    Use // to comment out. Make the changes using a child theme so that you do not lose the changes during an update.

    I hope this helps.

    Best Regards ??

    • This reply was modified 5 years, 8 months ago by roshni07.

    Where do we make the change in the child theme

    Hello @techy4m,

    It is better to make changes using a child theme. You can follow the link and follow the instruction to override the template using a child theme.

    I hope this helps.

    THANKS THE GUIE WORKED.
    but I want to Remove vendor registration and allow wholesale registration how can i achieve that.
    I tried the code given here – https://www.ads-software.com/support/topic/remove-vendor-registration/
    it disabled both vendor and wholesale registration.

    • This reply was modified 5 years, 2 months ago by techy4m.

    Hello @techy4m,

    I am so sorry to say that you are unable to achieve the requirement by default. To make changes on the registration field you will need modification on the mentioned file location :/wp-content/plugins/dokan-lite/templates/emails/new-seller-registered.php

    There is no default wholesale registration feature in Dokan. Also the Wholesale is a paid feature and unfortunately, we are not authorized to discuss such features in this forum. You need to contact here for such queries.

    Best Regards ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Remove vendor registration’ is closed to new replies.