Home Forums WC Vendors Free Support Vendor tab – product page

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!

 

  • This topic has 5 replies, 4 voices, and was last updated 7 years ago by Anna.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #59632
    Narked
    Participant

    Hi, how can I change the word “Vendor” in the products page, Vendor tab next to the additional information tab at the bottom?

    Also, if you install the official Woocommerce Tabs Manager, the Vendor Tab disappears!

    Cheers
    M

    #59633
    WC Vendors Support
    Participant

    Screenshots! Show us where. (Telling us where, can be tough, because every theme and every website is different).

    #59636
    Narked
    Participant
    #59652
    Derek Smith
    Participant

    Hi Narked,

    Not sure if this is what you’re after but I needed to replace “Vendor” with “Author” throughout a site. I’ve added an !is_admin here so it doesn’t affect the backend, but I suppose you could alter that to any other conditional.

    function translate_mtpt($translated) {
    	$translated = str_ireplace('a Vendor', 'an Author', $translated);
    	$translated = str_ireplace('Vendor', 'Author', $translated);
    	return $translated;
    }
    if (!is_admin()) {
    	add_filter('gettext', 'translate_mtpt');
    	add_filter('ngettext', 'translate_mtpt');
    }
    #59675
    Narked
    Participant

    Hi Derek, my coding is very limited.

    All I want to do is change the tab from Vendor to Photographer

    what do I do with this?

    Cheers
    Mark

    #59711
    Anna
    Member

    Hello @narkedesign ,
    Could you please share your WooCommerce System Status?
    wp admin > woocommerce > system status

    If you are using WC Vendors, then this should be the Seller Info tab- which you can change yourself without code:
    wp admin > woocommerce > wc vendors > general: Seller Info Label

    Also, Derek @timbredesign Thanks for sharing.

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