Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WC Marketplace › New Product Notification Email To Admin Not Sent
Tagged: admin, new product emails, notifications, wcfm
- This topic has 2 replies, 2 voices, and was last updated 4 years, 8 months ago by James Litjens.
- AuthorPosts
- March 2, 2020 at 2:06 pm #109542James LitjensParticipant
Hi there,
Firstly, thanks for making a fantastic product!
I have enabled New Product email and message under Admin Notification (refer screenshot). When a vendor adds a new product, a notification message appears in the admin user’s Store Manager Notifications list, but no email is sent to them. I have also installed WP Mail Logging and can confirm no email was sent.
Could you please advise?
Cheers,
JamesAttachments:
You must be logged in to view attached files. - March 4, 2020 at 2:42 pm #109907WCFM ForumMember
Hi,
Well, for each new add product by vendor Admin do not receive any notification. Admin will receive notification if “Product Approval” option is enabled.
If you really want to send Admin email notification for each new add product then add this line to your site –
add_filter( 'wcfm_is_allow_new_product_notification_email', '__return_true' );
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
- March 4, 2020 at 5:18 pm #109968James LitjensParticipant
Thanks for the quick reply, sorry, I should have mentioned that I had already added this code based on the tweaks page: https://docs.wclovers.com/tweaks/#new-product-notification
I had put it in using Code-Snippets, but what I had mistakenly done was set it to only run the snippet “Only run on site front end”, once I changed it to “Run snippet everywhere” it started working.
Thanks for your help and keep up the great work! 👍
Cheers,
James
- AuthorPosts
- You must be logged in to reply to this topic.