Home Forums WC Vendors Pro Support change sold by to artist or remove

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 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #11557
    Tommy
    Participant

    I am using WC Vendor Pro 1.0.2 and I have tried everything to change the label of “sold by” to artist or just remove it all together. Nothing seems to work. I have added filter to functions.php and code from the forum and nothing ever changes. I know it has to be something I am doing. I think I have read and tried just about everything described in the help forum and knowledgebase
    Help!

    #11570
    WC Vendors Support
    Participant

    Hi Tommy,

    Chances are we need to update that KB article with the new Pro filters. I’ll get this updated for you before the night is out, and update this thread with the proper code for it.

    Ben

    #11582
    Tommy
    Participant

    Thanks Ben! Does it matter where you place the code in functions.php?

    #11584
    WC Vendors Support
    Participant

    Yes, it does. If you are not familiar with PHP code, you should add it to the top of functions.php after the less than question mark php tag on a new line.

    Here’s a little video tutorial:

    https://www.youtube.com/watch?v=N9VNXh506ys

    #11671
    Tommy
    Participant

    Hi I added the updated code
    /* For WC Vendors Pro */
    remove_action( ‘woocommerce_after_shop_loop_item’, array( ‘WCVendors_Pro_Store_Controller’, ‘loop_sold_by’, 8 ) );
    remove_action( ‘woocommerce_product_meta_start’, array( ‘WCVendors_Pro_Store_Controller’, ‘product_sold_by’, 8 ) );

    and still no change to my site.

    #11673
    WC Vendors Support
    Participant

    Hi Tommy,


    @digitalchild
    needs to rewrite the filters for them to work. That code will work eventually, but not yet, today. It’ll be live in 1.0.3, or 1.1.0 whichever comes out first. Sorry for the delay.

    Ben

    #11685
    Tommy
    Participant

    Is there any other way to do it?

    #11688
    WC Vendors Support
    Participant

    Oh, there’s always ways to do things. 🙂 This workaround would work until the filters are fixed next release — find the code in the plugin folder and simply delete the part where it echo’s out the Sold by text. It’s a bit of a search and destroy mission, but certainly possible.

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