Banner Logo

Be a part of the family: Connect, Receive Support,
Contribute, and Reap Abundant Rewards!

restriction WordPress backend for vendor

WCMp Advanced Frontend Manager

Resolved
Viewing 13 reply threads
  • Author
    Posts
    • #136529
      trycoshm
      Participant

      i want to restriction vendor to access the wordpress backend

    • #136569

      Hi, thanks for reaching out to to us.
      In order to restrict vendor to access the wordpress background go to admin dashboard>WCMp>Settings>General>Disallow vendors wp-admin access and disable the option (see screenshot- https://prnt.sc/kcFnVa7wsxDa )

    • #136576
      trycoshm
      Participant

      hey,thanks for response.
      I am not able to do so because, the option is not available as it say’s that {Get Advanced Frontend Manager to offer a single dashboard for all vendor purpose and eliminate their backend access requirement}. WC-marketplace do provide a vendor Dashboard which is enough for me! vendor can do everything from there . the only thing is that i want to hide this marked option from them. “wordpress backend”.

    • #136601

      Hi @trycoshm, thanks for getting in touch with us.

      By default, we do let vendors access the wp-admin, to let vendors add a variable, grouped, and external products from back-end. As vendor can only add simple products from the frontend add product page.
      In order to disable this option, you have two options-

      i) Purchase the add-on Advance Frontend Manager ( https://multivendorx.com/product/wcmp-frontend-manager/ ) and enable the option called Disallow Vendors wp-admin Access : https://prnt.sc/qeBNF20yv1BP

      ii) You can do custom code on your end to disable the backend access.However on doing so vendors will be able to add only simple products.

      add_filter( 'wcmp_vendor_dashboard_header_right_panel_nav', 'filter_wcmp_vendor_dashboard_header_right_panel_nav', 10, 1 );
      function filter_wcmp_vendor_dashboard_header_right_panel_nav( $panel_nav ) {
              unset($panel_nav ['wp-admin']); //remove Backend Link
              return $panel_nav ;
      }
      Copy

      We will recommend you to proceed with option 1 if your want your vendor to add simple and variable products along with other features.

    • #136605
      trycoshm
      Participant

      Hey, thanks for helping.
      Actually i am not a coder so and i don’t know how to add , i am in the website SFTP and from here can you help me where to add this custom code and how ?

    • #136622

      Kindly share your admin,ftp access so that our team can assist you further.
      Please do not forget to mark the response as private while sharing the access.

    • #136624
      trycoshm
      Participant

      hey,
      Is ok if i can invite your team to the site as an administrator and After they have the access i can share with them the SFTP credentials information?

    • #136642

      Sure not an issue @trycoshm

    • #136647
      trycoshm
      Participant

      hey
      Please share the email on which i can invite and share the credentials information.

    • #136662
      This reply has been marked as private.
    • #136668
      trycoshm
      Participant

      I have share the invite for the site coshm.com on wordpress and i have activated the plugin also , please let me know once when your team is ready to add the code . i will share the credentials over the email or i should do it now?

    • #136686

      Yes you can share the credentials via email.

    • #136708
      trycoshm
      Participant

      hey
      i have shared credentials via email kindly have a look.

    • #136712

      Our team will get back to you via email.

Viewing 13 reply threads

The topic ‘restriction WordPress backend for vendor’ is closed to new replies.