HI @thedream09, There is a setting in WC Marketplace that lets the admin remove “Sold By” , you can remove this by navigating to WCMp >> Settings >> Frontend and disable the Sold By options for the desired pages. You may also visit this link for the screenshot: https://drive.google.com/a/dualcube.com/file/d/1aRNAgh5k43uH8TCDkRwLTBm2BirmiXKJ/view?usp=drivesdk
Let us know if you have any further query.
Hello. Thank you for clear support. But I would like to remove “sold by” this text/lable only. Not remove “vendor store” after sold by.
@thedream09 Thanks for your further clarification.
We are using this two action, to display the “Sold By” text with Vendor Name :
add_action('woocommerce_after_shop_loop_item_title', array($this, 'wcmp_after_add_to_cart_form'), 30);
add_action('woocommerce_product_meta_start', array($this, 'wcmp_after_add_to_cart_form'), 25);
So just override this hook and remove the “Sold By test”.
For further reference how we are adding the “Sold By” text, please visit: https://github.com/dualcube/dc-woocommerce-multi-vendor/blob/master/classes/class-wcmp-capabilities.php