This topic has 2 replies, 1 voice, and was last updated 2 years, 2 months ago ago by Enjin
Hello,
I would like to hide the vendor/seller name on my shop, but still use Dokan.
I overrided etheme_dokan_seller() function to hide it on single product page, but I can’t hide it on mini-cart just under product name, and also on the popup after added to cart, again under product name. How can I override this ?
Thanks.
Huh… Sorry, I found by myself…
The solution is to add this in functions.php
remove_filter( ‘woocommerce_get_item_data’, ‘dokan_product_seller_info’, 10 );
The issue related to '‘Hide Vendor / Seller Dokan information (name)’' has been successfully resolved, and the topic is now closed for further responses