Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM – Groups & Staffs › New Order & Updates Email to Shop Manager
Tagged: email, groups, notifications, shop managers
- This topic has 7 replies, 3 voices, and was last updated 5 years, 1 month ago by WCFM Forum.
- AuthorPosts
- September 4, 2019 at 5:21 pm #80091todd fullerParticipant
Where do I set to allow email notifications for Shop Managers every time there is a New Order or Order Updates for any of the vendors under them?
- September 7, 2019 at 10:56 am #80568WCFM ForumMember
Hi,
DO you mean all “Shop Managers” or particular “Group Manager”?
Thank You
- September 7, 2019 at 2:24 pm #80606todd fullerParticipant
Hello, I am referring to the Group Managers.
- September 9, 2019 at 11:57 am #80803WCFM ForumMember
We are checking this.
- September 11, 2019 at 8:41 am #81135todd fullerParticipant
Any updates on this, please?
- September 15, 2019 at 1:00 am #81710WCFM ForumMember
Hi,
We will add this in WCFM – Group & Staff next update.
Thank You
- September 27, 2019 at 10:54 pm #84106Michael ElliottParticipant
On a somewhat related note…. How do you prevent shop staff from getting all the notifications instead of just their appointments they are scheduled for. We use WC Appointments in conjunction. Our shop staff are getting every shop notification as if they are the store owner/vendor.
- September 30, 2019 at 9:13 am #84416WCFM ForumMember
Hi,
Please add this code to your site –
add_filter( 'wcfm_is_allow_staff_notification', function( $is_allow, $wcfm_messages_type, $staff_id ) { return false; }, 50, 3 );
Add this code to your child theme’s functions.php
In case you do not have child theme then add code using this plugin – https://wordpress.org/plugins/code-snippets/Thank You
- AuthorPosts
- You must be logged in to reply to this topic.