remove become a seller

This topic contains 11 reply and 2 voices, and was last updated by towhid 8 years, 10 months ago
Viewing 11 Posts - 1 through 11 (of 11 total)
Author Posts
June 3, 2015 at 6:21 pm 46038
towhid can i remove the become a seller from the registration and update form. even though the admin manually accepts sellers i dont want customers to feel its as easy as clicking become a seller thank you
June 3, 2015 at 7:20 pm 46042
obiora obiora

please it is very urgent

June 4, 2015 at 12:05 pm 46087
towhid towhid

Hello Obiora,

Please try this following code in your theme’s functions.php and let me know the result.
remove_action( 'woocommerce_after_my_account', 'dokan_account_migration_button' );

Thanks

June 9, 2015 at 5:05 pm 51590
obiora obiora

how do i remove the ‘i am a seller’ in the registration form.

June 9, 2015 at 5:14 pm 51592
towhid towhid

Please navigate to plugins/dokan-plugin/includes/template-tags.php

Find and comment out below lines of code.

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

Thanks

June 10, 2015 at 3:17 am 51633
obiora obiora

please your response to remove the become a seller button in account migration

‘Please try this following code in your theme’s functions.php and let me know the result.
remove_action( ‘woocommerce_after_my_account’, ‘dokan_account_migration_button’ );

there is no such command in theme functions.php

June 10, 2015 at 12:56 pm 51658
towhid towhid

Hello,

I told you to insert the following code at the bottom in your theme’s function.php then become a seller will be removed.

remove_action( ‘woocommerce_after_my_account’, ‘dokan_account_migration_button’ );

If you encounter any other complexity please let me know.

Thanks

June 10, 2015 at 5:31 pm 51692
obiora obiora

i pasted it as the last line in the php script. it did not solve the problem
what else can i do

June 10, 2015 at 5:34 pm 51694
towhid towhid

Please provide your login details(FTP also) by using this form: http://wedevs.com/provide-login-details/. I will have a look what is going wrong.

Thank you 🙂

June 11, 2015 at 10:19 pm 51835
obiora obiora

I have done that

June 13, 2015 at 12:33 pm 51920
towhid towhid

Hello Obiora,

I have tried to login your site but failed. Because the login details you have provided to me is not working. Can you please check yourself. Also send me FTP details as well.

Thanks

June 13, 2015 at 12:55 pm 51931
towhid towhid This reply has been marked as private.
Viewing 11 Posts - 1 through 11 (of 11 total)