REMOVE THOSE TOOLS FROM THE SELLER’S BACKOFFICE

General Marketplace Discussion (User’s interaction forum)

Resolved
Viewing 2 reply threads
  • Author
    Posts
    • #114901
      calzadium.com
      Participant

      Dear ladies and gentlemen,

      I need to remove those tools from the Seller’s Backoffice.

      I have tried to find it in the Roles of the Administration backoffice, but I have not been able to eliminate those tools, which in my view, are not necessary for the Seller, and which can also become a problem for them and for us , since if a Seller creates a “Template”, even if it needs approval from the Administrator … it is no less true that it will be working in Elementor, with what this entails using hosting resources, especially when our online market you will have many Sellers.

      Thank you very much for your help.

      Yours Sincerely,

      Ricardo Trenado
      Calzadium.com

    • #114960

      Hi,
      using below code you can remove the woocommerce marketing menu which is coming from Woocommerce.
      other two menu is not from our end. kindly check and ask to the plugin author;
      Please add this code in the function.php of the current active theme :

      add_action('admin_menu', 'wcmp_admin_menu', 99 );
       function wcmp_admin_menu(){
       	if (is_user_wcmp_vendor(get_current_vendor_id())) {
              remove_menu_page( 'woocommerce-marketing' );
         	}
       }
      Copy

      Regards,

    • #119128

      We have not received any update from you for a long. Hope this ticket is already been resolved.

      We are now closing this ticket. Kindly create a new one if you need any further help.

Viewing 2 reply threads

The topic ‘REMOVE THOSE TOOLS FROM THE SELLER’S BACKOFFICE’ is closed to new replies.