Home Forums WC Vendors Pro Support Edit shop loop item title: remove Category, add Vendor

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 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #58968
    Douglas
    Participant

    Hello,

    I do face issue to modify the shop loop item title.

    For exemple I added following code in function.php to remove Product Category but it’s not working..

    remove_action( ‘woocommerce_after_shop_loop_item_title’, ‘woocommerce_template_single_meta’, 40 );

    I also woudl like to add the product Author/Vendor name into the shop loop.
    How can I do that ?

    Thank you in advance,
    AW

    #59193
    Anna
    Member

    Hello,
    We already do provide the vendor sold by link for the WooCommerce product loop– perhaps your theme is adding info to that area using the same hook…
    To remove the product category form that region you will need to ask them what hook they are using.. also, if you use the plugin Simply Show Hooks you should be able to see which hook these various functions are using so you can alter them.

    We use woocommerce_after_shop_loop_item hook for our sold by in the loop page.

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