Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM – Ultimate › Chat Box Notifications
Tagged: chat box, notifications
- This topic has 5 replies, 5 voices, and was last updated 4 years, 4 months ago by Mumin Fayaz.
- AuthorPosts
- April 16, 2020 at 3:23 am #119563wmParticipant
We purchased Ultimate and setup the chat box as described in your installation article. After testing, I realized that there are no notifications. So far as I can tell, the only way to know if there is an incoming chat is to look at the chat box page in Manager. I tried a couple different browsers and there was no notification sound, popup, nothing. I know the sound notifications work for other actions because I have heard them. Am I missing something or is there simply no notification? Clearly, if you want to chat, you are going to have to be signed in to your account and at your computer, but what if I have another window active and don’t realize a chat is coming in? How about when I am on the products page and a chat comes in? There needs to be a sound or popup or something to alert me that chat is incoming. Otherwise, it is not going to be very real-time. I don’t know if it is a plugin issue or a Firebase issue. I don’t know if there is a notification that I am not seeing or hearing or if there is simply no notification. I would appreciate any info you may have. Thanks.
- April 22, 2020 at 10:23 pm #121951Auhouse.ruParticipant
+
- May 9, 2020 at 5:36 pm #128843CookieParticipant
+
- May 9, 2020 at 5:43 pm #128844Auhouse.ruParticipant
I’ll also note this not for the first time, I would like to be able to continue the dialogue with the buyer after the supplier sees a new chat
- June 17, 2020 at 11:32 am #141901IndiesonParticipant
+
- July 1, 2020 at 3:10 pm #145455Mumin FayazParticipant
Add this code in your child theme, if you dont have one, use a php snippet plugin and paste this code:
add_filter( ‘wcfm_is_allow_desktop_notification’, ‘__return_true’ );
add_filter( ‘wcfm_is_allow_new_message_check’, ‘__return_true’ );
add_filter( ‘wcfm_orders_is_allow_auto_refresher’, ‘__return_true’ );
add_filter( ‘wcfm_new_message_check_duration’, function($time) {
return 10000; // its in milisecond so 10000 = 10s
} );
- AuthorPosts
- You must be logged in to reply to this topic.