Home Forums WC Vendors Free Support Hide SELLER INFO tab

NOTICE: We've Moved to a Ticket System for Support

As of August 31, 2017 (12am EST) our support forums will be retired (read-only), and we will be moving to a support ticket system.  This will allow us to better organize and answer support requests, and provide a more personalized experience as we assist our customers.

For the time being, we will leave our forums open for reading and learning while we work on creating a more robust Knowledge Base for everyone to use.

If you are a WC Vendors Pro customer please open a support ticket here. 

If you are a WC Vendors user please open a support ticket on the Wordpress.org forums.

The information on this forum is outdated and in most instances no longer relevant. Please be sure to check our documentation for the most up to date information.

https://docs.wcvendors.com/

Thank you to all of our customers!

 

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1603
    danicasati
    Participant

    How can I hide the SELLER INFO tab?
    Is it possible to display the tab based on users?

    #1610
    Jamie
    Keymaster

    Hello,

    You should be able to do this by removing the filter like this:

    remove_filter( ‘woocommerce_product_tabs’, array( ‘WCV_Vendor_Shop’, ‘seller_info_tab’ ) );

    cheers,

    #1624
    danicasati
    Participant

    Thank you for support, but it doesn’t work.
    I’ve added the code to my FUNCTIONS.PHP, but SELLER INFO tabl is still displaying.

    #1625
    WC Vendors Support
    Participant

    Copy and paste this one instead, the single quotes were messed up in Jamie’s version:

    https://gist.github.com/bentasm1/cb62934654ca37c5269a

    #1626
    danicasati
    Participant

    Yes.
    It works for me.
    Thank you very much.

    #10444
    Sachin Tendulkar
    Participant

    Hello seniors,

    i am new to this tech world. just want to know is it possible to hide customer email or any contact information from vendor when he or she places an order ? i dont want my customers and vendors contact each other out of my site.

    #10461
    WC Vendors Support
    Participant

    Hi Sachin,

    Sure, all you would have to do is edit the email templates for the Notify Vendor one, and then edit the Vendor Dashboard orders page to not show the emails. Full instructions for modifying the dashboard pages are in the Knowledgebase, and for the email templates, they are the same as any WooCommerce email template, you do it via the wp-admin > woocommerce > settings > emails > notify vendor screen.

    Cheers

    Ben

    #10522
    Sachin Tendulkar
    Participant

    Thank you for a quick response sir. i try to implement it tomorrow. one more question is i have a service based website and each vendor sales services for which they need order notes from customer when they order. now what happenes is customer buys products from 2 different vendors and puts order notes for both of them in order notes. now the same order note goes to both the vendors. is there any way i can implement seprate order notes which goes to particulary vendor only ?

    #10523
    Sachin Tendulkar
    Participant

    and sorry but not able to find modifying dashboard instruction in knowledgebase 🙁

    #10539
    WC Vendors Support
    Participant

    Hi Sachin,

    The KB article that shows you how to copy and edit the vendor templates is right here:

    https://www.wcvendors.com/knowledgebase/changing-vendor-templates/

    Cheers

    #10924
    Sachin Tendulkar
    Participant

    thanks a ton ben for your excellent support. i have managed to hide details i wanted. somehow i just removed from email and it stopped showing in vendor dashboard. 🙂 one more thing i want to know if it is possible i create chat like thing or conversation between vendor and customer for each order ?

    #10956
    WC Vendors Support
    Participant

    A chat thing? Sounds like BuddyPress with Private Messages would do the trick, or another plugin similar to that……. There’s thousands of plugins out there, it’s your job to find one that you like! 🙂

Viewing 12 posts - 1 through 12 (of 12 total)
  • The forum ‘WC Vendors Free Support’ is closed to new topics and replies.