Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM – Feature Request › Knowledge base search field – Verification message dashboard
Tagged: knowledge, toolset, verification message
- This topic has 12 replies, 2 voices, and was last updated 6 years, 4 months ago by WCFM Forum.
- AuthorPosts
- July 4, 2018 at 7:51 am #25859FloreParticipant
Hello,
I bought Ultimate Saturday. I love your extension and your work, there is so much possibilities and at this price it is amazing, thank you.
During my first test I have seen some things (but it is maybe due to my configuration or bad settings, I let you judge) :
1) on Vendor’s side : there is no search field on knowledge base page. On admin side, there is one, it should be good to keep it on vendor’s side also to quickly find answer to questions.
2) When vendor update on settings > verification vendor a document. Admin receive an email that mention “Check here to take your decision – url of messages dashboad”. But in message admin dashboard nothing about this check to perform. On admin side, on Vendors > name > on verification tab we can find document.Sorry for my english I am french.
Have a nice day to all, - July 4, 2018 at 10:50 am #25861WCFM ForumMember
Hi,
Thanks for get in touch with us.
1. We are working on a advanced Knowledge base module with many options (Category, search and many more things). It will there possibly by next update.
2. Don’t you see any option like this at Messages/Notification page for Admin – https://ibb.co/cDDb9y
Thank You
- July 4, 2018 at 1:15 pm #25884FloreParticipant
Hi again,
1- Sounds good 🙂
2- No, I do not see any message like this in this page, I tried read/not read, nothing displayed.
More info : I use WC Vendor and my vendor has a custom role
add_filter(‘wcvendors_vendor_roles’, ‘custom_wcvendors_vendor_roles’);
function custom_wcvendors_vendor_roles(){
$roles = array(‘vendor’, ‘custom_role’);
return $roles;
}
But it is correctly seen in Vendor tab of WCFM admin dashboard.Thank you,
Attachments:
You must be logged in to view attached files. - July 5, 2018 at 1:20 pm #25960WCFM ForumMember
Hi,
Kindly add this code to add support of that custom role for WCfM Dashboard –
function allow_wcvendors_custom_vendor_role( $allowed_roles ) { $allowed_roles[] = 'custom_role'; return $allowed_roles; } add_filter( 'wcfm_allwoed_user_roles', 'allow_wcvendors_custom_vendor_role' ); add_filter( 'wcfm_allwoed_vendor_user_roles', 'allow_wcvendors_custom_vendor_role' );
Thank You
- July 5, 2018 at 8:18 pm #25979FloreParticipant
Thank you, I tried but it does not work. I tried on a copy (for testing during creation and then maintenance purpose) of the client website, without changing Vendor role of WC Vendor. It is the same. I received 2 emails notifications (both sent to admin “Notification – Vérification vendeur” and “Verification pending for review”), but nothing inside the Admin message dashboard about vendor verification.
I will try to understand why. If it is already happened to someone, or if you have a way to investigate, I take 🙂Other thing : I tried toolset (3 screennshots attached), user fields are correcly displayed on Vendor profile dashboard.
I only have a question : How Admin can see these fields on front office or how Admin can be notified that these field have been filled ?
On Admin WCfM dashboard by clicking on Vendor information, these custom field are not displayed. And there is no notification message (maybe only on my website due to same issue than above).
The only way I see to consult these custom user fields is on WordPress backoffice on user information. Is it correct ?Is it ok to use this forum for these questions ?
Thank you for your help,
Flore - July 6, 2018 at 5:38 am #25988WCFM ForumMember
Hi,
That’s really strange. You are getting two emails but no desktop notification, how? Are you getting any notification Admin ? Is there any notification at Admin message board?
Toolset User Field – off course it’s visible at frontend vendor manage page for Admin. Not separate section but with other user fields, like this – https://ibb.co/kUvt9y
Thank You
- July 6, 2018 at 7:37 am #25994FloreParticipant
Hi,
Yes, I received email but no desktop notification only about verification vendor :
I received some other notification (screenshot attached 1-Admin-dashboard-notification-messages.JPG), notification functionality is working.About Toolset, I do not have fields displayed where you mention 🙁 that is why I asked, I search everywhere before 😉
You can see on the screenshot 2-Admin-dashboard-Vendor-view.JPG I have not custom user field added with other user field, whereas on Vendor dashboad I saved the custom field (3-Vendor-dashboard-user-field-group-displayed.JPG).Thank you for your time,
FloreAttachments:
You must be logged in to view attached files. - July 6, 2018 at 8:36 am #25999WCFM ForumMember
Hi,
Well, I got the issue for Toolset fields. You have defined that field group specifically for “Vendor” user type.
WCfM has a issue with this right now, we will resolve this in next update.I am more tensed with Verification notification. Between, you have shown me message board screenshot for “Read” messages.
Is there any “Unread” messages?Thank You
- July 6, 2018 at 8:45 am #26002FloreParticipant
For Toolset field, yes I defined for “Vendor” user. Thank you for the update in the next release 🙂
There is no “Unread” messages, I already checked, all messages have been read 🙁
Thank you,
Flore - July 6, 2018 at 8:50 am #26003WCFM ForumMember
That’s really strange!
Well, it’s possible to approve/reject vendor verification requests from individual vendor manage page as well.
But, still notification should be there.
Actually, notification email triggered from message function. Email is there but not message, I am getting no clue!
Can you show me this over teamViewer?
Fir this, kindly reach me directly here – https://wclovers.com/contact-us/Thank You
- July 6, 2018 at 12:02 pm #26006FloreParticipant
Hi again,
Just to write a final status. WCfM support have found my issue.
My issue came from a french translation of this : “<b>%s</b> – verification pending for review<b>” in wc-frontend-manager-ultimate-fr_FR.po
In french it was : “%s</b> – vérification en attente d’examen”
‘ caracter create mistake, notification was not displayed on Admin dashboard. Modifying by “<b>%s</b> – vérification en attente d`examen”, vendor verification notifications work.
Support will add in next release an exception for this kind of caracter.Thank you WCfM for your excellent support.
Thank you,
Flore - July 10, 2018 at 6:36 am #26209WCFM ForumMember
Hi,
WCfM 4.1.8 has just released and this has been taken care of.
Thank You
- July 10, 2018 at 6:39 am #26211WCFM ForumMember
Hi,
Well, knoledgebase search and category support also added in WCfM 4.1.8
Thank You
- AuthorPosts
- The topic ‘Knowledge base search field – Verification message dashboard’ is closed to new replies.