Comments 1Mino started the conversationNovember 3, 2022 at 7:16pmHi, 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 2,218WebWizards repliedNovember 3, 2022 at 8:17pmHi 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 1Mino repliedNovember 4, 2022 at 4:01pmWow, you are the best. Thanks for your help and the fast reply. Its works perfectly, thanks again for your time!1 Like Sign in to reply ...
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
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:
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
Wow, you are the best. Thanks for your help and the fast reply. Its works perfectly, thanks again for your time!