Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WC Vendors › Sound Alert
- This topic has 14 replies, 3 voices, and was last updated 6 years, 7 months ago by WCFM Forum.
- AuthorPosts
- May 22, 2018 at 1:04 am #23655Monster DrummerGuest
Hi there…
It’s possible to play an audio file as an alert when receiving new order??? I’ll be really happy being able to do this…
Thanx in advance… - May 22, 2018 at 3:40 am #23658WCFM ForumMember
Hi,
Yeah, we can add play sound on receiving new order.
But for this vendor has to be on the dashboard or at least on the site, right?
Thank You
- May 22, 2018 at 3:51 am #23660Monster DrummerGuest
Do you mean that the vendor should have the dashboard opened, right?? Assuming that… How to play that alert?? Is this already implemented or will be implemented in a near future??
- May 22, 2018 at 7:42 am #23664WCFM ForumMember
Hi,
Did you noticed that, WCfM has a sound after any save button click?
We will add this in notification as well, may be a different sound in that case!
Thank You
- May 22, 2018 at 4:10 pm #23678Monster DrummerGuest
Hi… It will be great!!! Of course I noticed the sound when pressing the save button… 😉
Any clue about when will be ready this sound alert??? - May 22, 2018 at 4:36 pm #23681WCFM ForumMember
Hi,
It will be there very soon, possibly in next update.
Thank You
- May 25, 2018 at 5:06 pm #23808Monster DrummerGuest
It would be great to allow each vendor to choose the sound alert they like. In my particular case I have some vendors who uses their PCs to play the ambient music on their locals and may not be perceptible. Unless this alert plays lowering the volume of the music… 😉
- May 25, 2018 at 5:38 pm #23809WCFM ForumMember
Hi,
Great idea but we are not going to implement this right now as already vendors are puzzled with so many settings option.
But there has enough hook/filter to implement this easily.
Thank You
- May 25, 2018 at 6:17 pm #23813Monster DrummerGuest
But, at least the sound alert?? Or do you mean the ‘part’ that vendors were able to choose the sound??
- May 25, 2018 at 8:05 pm #23823WCFM ForumMember
HI,
We have added sound alert for notifications in latest version.
This can also be change to use one sound files. You may also implement specific sound for vendors.
Thank You
- May 25, 2018 at 9:43 pm #23834Monster DrummerGuest
Yeah!! I’ve tried it and it’s OKKKK!!!!
This is getting even better than this already is!!! Excellent!! - May 26, 2018 at 3:18 pm #23850WCFM ForumMember
Welcome 🙂
- May 28, 2018 at 6:47 am #23891chhawnchhekParticipant
So where is the alert sound setting? From where am i getting it.
- May 28, 2018 at 6:52 am #23892Monster DrummerGuest
It sounds when receiving an order… As far as I can see there is no settings for this alert but it plays a nice sound when getting a new notification…
- May 28, 2018 at 7:57 am #23893WCFM ForumMember
Hi,
Here are some help tips regarding sound –
Add this to disable sound notifications –
add_filter( 'wcfm_is_allow_sound', '__return_false' );
Add this to disable general sound notifications –
add_filter( 'wcfm_is_allow_notification_sound', '__return_false' );
Add this to disable desktop sound notifications –
add_filter( 'wcfm_is_allow_desktop_notification_sound', '__return_false' );
You may include your own sound file using this filter – wcfm_notification_sound
You may change desktop sound file using this filter – wcfm_desktop_notification_sound
Thank You
- AuthorPosts
- The topic ‘Sound Alert’ is closed to new replies.