Okay
  Public Ticket #3159768
How i can display "sold by" tag in products categories
Closed

Comments

  •  1
    Mino started the conversation

    Hi, i like the plugin but i like to show the "sold by" tag below the product in the catalog. Is that posible? Thanks for your hep

  •  1,904
    WebWizards replied

    Hi Mino,

    Thank you for getting in touch,

    You should be able to show the vendor on category pages by adding the following PHP code snippet to your site:

    global $marketking_public;
    add_action('woocommerce_after_shop_loop_item_title', array($marketking_public,'marketking_show_vendor_product_page'));
    

    A PHP snippet can be added to functions.php, or by following our guide here: https://woocommerce-b2b-plugin.com/docs/how-to-add-a-snippet-php-or-js/


    Let me know if I can help with anything, or if you have any questions,

    Kind regards,

    Stefan


  •  1
    Mino replied

    Wow, you are the best. Thanks for your help and the fast reply. Its works perfectly, thanks again for your time!