Seller registration

This topic contains 9 reply and 2 voices, and was last updated by Nayem 8 years, 10 months ago
Viewing 9 Posts - 1 through 9 (of 9 total)
Author Posts
June 13, 2015 at 2:30 pm 51949
Nayem how can i remove register as seller option on registration page so i can create another page that will be exclusive for seller registration?
June 13, 2015 at 3:09 pm 51954
Nayem Nayem

Hello Savvas,

Please open Dokan plugin folder/includes/template-tags.php file. In this file you will get this function- function dokan_seller_reg_form_fields(). In this function you will get those code-

<label class="radio">
            <input type="radio" name="role" value="seller"<?php checked( $role, 'seller' ); ?>>
            <?php _e( 'I am a seller', 'dokan' ); ?>
</label>

You have to comment out those code. But if you can then work in a child theme by removing the action of this function and add a new action.

Thanks.

June 13, 2015 at 3:13 pm 51956
Savvas Savvas

i have child plugin? whats the function i have to use?

June 13, 2015 at 3:14 pm 51957
Savvas Savvas

sorry meant i use child theme.

whats the function?

June 13, 2015 at 3:15 pm 51958
Nayem Nayem

You can provide your FTP and login details then i will do it for you.

Thanks.

June 13, 2015 at 3:27 pm 51964
Savvas Savvas

thnx i did it. can you provide me some help how to create a seller registration page?

thnx

June 17, 2015 at 1:58 pm 52247
Savvas Savvas

hello? can you provide me some help how to create a seller registration page?

June 17, 2015 at 2:06 pm 52249
Nayem Nayem This reply has been marked as private.
June 17, 2015 at 10:12 pm 52327
Savvas Savvas

yes i know. i mean if you can help me how to create dirrerent registration page for sellers

June 18, 2015 at 12:43 pm 52366
Nayem Nayem This reply has been marked as private.
Viewing 9 Posts - 1 through 9 (of 9 total)