Disable Seller's registration

This topic contains 6 reply and 2 voices, and was last updated by Mamoru 9 years, 3 months ago
Viewing 6 Posts - 1 through 6 (of 6 total)
Author Posts
January 12, 2015 at 6:03 pm 33961
Mamoru Dear Support team I'm using dokan plugin and eshopper. At beginning stage, I want to open my dokan page with limited sellers. So, there are buyer's registration and seller's registration at same page. Can I disable seller's registration in registration page? Thanks a lot. Mamoru
January 12, 2015 at 6:46 pm 33964
Nayem Nayem

Hello Mamoru,

Please open Dokan-plugin/includes/template-tags.php and find this function- function dokan_seller_reg_form_fields() {. In this function comment out this line number 478-481. Hope everything will work fine. Please check and let me know.

Thank you 🙂

January 12, 2015 at 6:55 pm 33965
Nayem Nayem

Hello Mamoru,

Please open Dokan-plugin/includes/template-tags.php and find this function- function dokan_seller_reg_form_fields() {. In this function comment out this line number 478-481. Hope everything will work fine. Please check and let me know.

Thank you 🙂

January 12, 2015 at 6:57 pm 33966
Nayem Nayem

Hello Mamoru,

Please open Dokan-plugin/includes/template-tags.php and find this function- function dokan_seller_reg_form_fields() {. In this function comment out this line number 478-481. Hope everything will work fine. Please check and let me know.

Thank you 🙂

January 12, 2015 at 7:47 pm 33975
Mamoru Mamoru

Dear Nayem
Thank you for your reply. 🙂

I could find function dokan_seller_reg_form_fields() in Dokan-plugin/includes/template-tags.php.

BUt, I assume line 478-481 may not correct…

My template-tags.php.php’s line 478-481 is like this.

  • “>
  • “>
  • I assume you are using more latest version.

    I’m using Dokan – Multi-vendor Marketplace ver 1.3.

    Please let me know if I’m misunderstanding. 🙂

    Thanks a lot.
    Mamoru

    January 13, 2015 at 10:15 am 34010
    Nayem Nayem

    Hello Mamoru,

    May be the line number is not matching. However find this code in that function and comment out this- `<label class=”radio”>
    <input type=”radio” name=”role” value=”seller”<?php checked( $role, ‘seller’ ); ?>>
    <?php _e( ‘I am a seller’, ‘dokan’ ); ?>
    </label>`

    Please check and let me know. Thank you 🙂

    January 13, 2015 at 2:34 pm 34045
    Mamoru Mamoru

    Dear Nayem
    Thank you for your support always.

    Yes, I could find code which you mentioned.
    And, I could disable seller’s registration.

    We can closed this issue.

    Thanks a lot.
    Mamoru

    Viewing 6 Posts - 1 through 6 (of 6 total)