• Resolved onesiteportal

    (@onesiteportal)


    Hi There

    Can i set up a separate dashboard for customer and a seperate one for vendor.

    In the register or login page, how can i remove “become a vendor” option.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author WC Lovers

    (@wclovers)

    Hi,

    WCFM Dashboard is only for Vendors.

    Customers are not allowed to access this. Well, WooCommerce My Account dashboard is already there for customers.

    Add this line of code to your child theme’s functions.php to remove “Become a Vendor” link from My Account page –

    add_filter( 'wcfm_is_allow_my_account_become_vendor', '__return_false' );

    Thank You

    Thread Starter onesiteportal

    (@onesiteportal)

    thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Dashboard’ is closed to new replies.