Best Multi Vendor Marketplace Plugin for WordPress › Forums › WC Vendors › Sound Alert
- This topic has 14 replies, 3 voices, and was last updated 7 years, 1 month ago by
WCFM Forum.
- AuthorPosts
- May 22, 2018 at 1:04 am #23655
Monster Drummer
GuestHi 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 #23658
WCFM Forum
MemberHi,
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 #23660
Monster Drummer
GuestDo 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 #23664
WCFM Forum
MemberHi,
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 #23678
Monster Drummer
GuestHi… 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 #23681
WCFM Forum
MemberHi,
It will be there very soon, possibly in next update.
Thank You
- May 25, 2018 at 5:06 pm #23808
Monster Drummer
GuestIt 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 #23809
WCFM Forum
MemberHi,
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 #23813
Monster Drummer
GuestBut, 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 #23823
WCFM Forum
MemberHI,
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 #23834
Monster Drummer
GuestYeah!! 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 #23850
WCFM Forum
MemberWelcome 🙂
- May 28, 2018 at 6:47 am #23891
chhawnchhek
ParticipantSo where is the alert sound setting? From where am i getting it.
- May 28, 2018 at 6:52 am #23892
Monster Drummer
GuestIt 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 #23893
WCFM Forum
MemberHi,
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.