Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM – Feature Request › Hide buyer information
- This topic has 4 replies, 2 voices, and was last updated 4 years, 7 months ago by rech.alexis.
- AuthorPosts
- April 24, 2020 at 4:53 am #122352rech.alexisParticipant
Hello, I would like to hide information to buyer and seller until they make the transaction. So it includes:
-hide the information (tel + email + direction) when we check the the main seller page (seller profile). CF image “seller information”
-When the buyer makes an inquiry: 1/ in the “/store-manager/enquiry/”, in the client column, I want to hide the email. CF image “buyer information1” 2/ in the “/store-manager/enquiry-manage/1/” ( or whatever inquiry), hide in the right column the email too. CF image “buyer information2”Please detail the process, im quite noob !
Thank you very much!!
AlexAttachments:
You must be logged in to view attached files. - April 24, 2020 at 5:09 am #122357rech.alexisParticipant
It’s Ok I found it!
We can enter to “seller capability” ( http://your-domain/store-manager/capability/ )
and put off of each field.
Anyway, thankyou! great pluging!!! - April 24, 2020 at 5:17 am #122358rech.alexisParticipant
But still the question remains for the second part:
-When the buyer makes an inquiry: 1/ in the “/store-manager/enquiry/”, in the client column, I want to hide the email. CF image “buyer information1” 2/ in the “/store-manager/enquiry-manage/1/” ( or whatever inquiry), hide in the right column the email too. CF image “buyer information2”
Thank you very much!
- April 24, 2020 at 1:30 pm #122453Sarmistha ChakrabortyMember
Hello,
Try this css in your theme’s style.css
.inquiry_info .inquiry_by .inquiry_by_customer,#wcfm-enquiry tbody tr td:nth-child(3){ color: transparent; } .inquiry_info .inquiry_by .inquiry_by_customer a,#wcfm-enquiry tbody tr td:nth-child(3) a { color: #f86c6b; }
If you want hide customer email from all sections from WCFM dashboard then add this code in your theme’s functions.php
add_filter('wcfm_allow_view_customer_email','__return_false');
Thanks.
- April 24, 2020 at 9:28 pm #122609rech.alexisParticipant
Hello Sarmistha, i sued the second line code and you re right! all customer email were hide! Thank you very much!!
- AuthorPosts
- You must be logged in to reply to this topic.