Home / Topic / WCMp Vendor Staff / Hide vendor email
Hide vendor email Resolved
Hello. I need to hide the vendor email from their store (if not, customers will shop through email).
I have tried the solution showed in https://wc-marketplace.com/support-forum/topic/how-to-hide-vendors-e-mail-in-vendors-store/ , but it didn’t work. I pasted the code in my child theme’s functions.php.
Any suggestions? Thanks in advance.
Hi @antareschan , this filter should work perfectly to hide vendor’s email add_filter(‘wcmp_vendor_store_header_hide_store_email’, ‘__return_true’);
As this is not working, please do share a temporary admin, FTP access.
While sharing the access, don’t forget to mark the response as private.
This reply has been marked as private.
Hi, in that case we need to add plugin like File Manager. But we are not able to add this on your site.
Can you please add this plugin on your site.
Thank you very much for your instructions, Moumita. I have added the plugin on my site.
Let me know if you need anything else.
Your theme has overridden the shop page, that is why the code is not working.
So I have added this CSS to remove this field :
.row .col-sm-3.col-xs-12.col-sm-pull-9.klb-sidebar.sidebar .store-box .mail-box {
display: none;
}
Copy
Thank you very much for the explanation. And thanks for the CSS.
@antareschan , We would love it if you shared your experience by giving us 5/5 review here : https://wordpress.org/support/plugin/dc-woocommerce-multi-vendor/reviews/#new-post
Seeing glowing reviews from existing customers makes others more comfortable knowing they’ll get the support they need should an issue with our services arise.
The topic ‘Hide vendor email’ is closed to new replies.