• Resolved alexliii

    (@alexliii)


    Hello,

    I am testing Dokan, and I noted there are several pages integred with Woocommerce pages:

    Register

    My account page\Go to Vendor Dashboard

    To less make customer confused, it would be great there is seperate register/my account page for vendors.

    So, is there anyway to disable intergration on Woo Register/My account page\Go to Vendor Dashboard please?

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter alexliii

    (@alexliii)

    Is there an way to completely disable vendor registration at frontend?

    We would like to invite vendor and manually create account for them.

    Thanks

    Plugin Support Tanvir Hasan

    (@tanvirh)

    Hi @alexliii

    If you want to disable the vendor registration option from the WooCommerce my account page then you need to add below mentioned code inside the child theme functions.php file.

    remove_action( 'woocommerce_register_form', 'dokan_seller_reg_form_fields' ); 

    Also, you can add the below-mentioned CSS codes inside the WP dashboard -> Appearance -> Customize -> Additional CSS to remove the “Go to vendor dashboard” button from the WooCommerce my account page.

    .woocommerce-MyAccount-content .vendor-dashboard{
      display:none!important;
    }

    Apart from that, you can create a separate vendor registration form using the below-mentioned shortcode.

    [dokan-vendor-registration]

    Hope this help.

    Cheers!

    Plugin Support Tanvir Hasan

    (@tanvirh)

    Hi @alexliii

    Due to inactivity, we are marking this topic as resolved. Feel free to open a new one if you face any further issues.

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Disable intergration with Woo account pages?’ is closed to new replies.