Banner Logo

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

Vendor dashboard

WCMp Advanced Frontend Manager

Resolved
Viewing 3 reply threads
  • Author
    Posts
    • #114958

      Hello,
      How can i hide the customer questions section
      i did not buy/install the vendor live chat plugin so currently there is no need to show this field on the vendor’s dashboard

      Also, is the option of 0 commission available? is there a way i can disable the commission system (vendor dashboard withdrawal amount, admin commission section etc.) , currently i do not want to charge any fee or take any commission on sales, sales will be cash on delivery from vendors to customers.

      Hope you can assist
      thank you

    • #115050

      Hello,

      Thank you for reaching out to us.

      Please add this code in the function.php of the current active theme :

      add_filter( 'before_wcmp_dashboard_widget', 'filter_before_wcmp_dashboard_widget', 10, 1 );
      function filter_before_wcmp_dashboard_widget( $vendor_dashboard_widget ) {
      unset($vendor_dashboard_widget['side']['wcmp_vendor_products_cust_qna']);  //remove Pending QandA widget
      return $vendor_dashboard_widget;
      }
       
      Copy

      Regarding the other part, you can leave the commission section empty if you do not want to set up a commission setting.

      Kindly let us know if you need any further assistance.

    • #115092

      Thank you!

    • #115121

      As I can see the issue is fixed. So we are closing the ticket now. In case any issue arises kindly raise a new ticket.

Viewing 3 reply threads

The topic ‘Vendor dashboard’ is closed to new replies.