Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM – Ultimate › Vendor Email Notification
Tagged: email, notification
- This topic has 7 replies, 2 voices, and was last updated 6 years, 5 months ago by WCFM Forum.
- AuthorPosts
- May 22, 2018 at 1:18 am #23656Sean MacParticipant
How can I edit/delete the email notification sent to vendors when they receive a new order? Currently, the email wording does not compliment the rest of my site.
- May 22, 2018 at 3:43 am #23659WCFM ForumMember
Hi,
Thanks for get in touch with us.
Well, for WCfM emails there is no such email templates but you may change all email texts using translation very easily.
Use Loco Translate for the purpose and translate in site’s default language. Well, be careful, keep the translation files in system folder otherwise update will overwrite those.
Please know me if you still have any queries regarding this.
Thank You
- May 22, 2018 at 4:05 pm #23677WCFM ForumMember
Hi,
Well, may be I was wrong.
You are talking about New Order email for vendors – kindly check at WooCommerce -> Emails -> You have this, it’s from multi-vendor plugin.
If you know me your multi-vendor plugin then I can tell you more specifically.
Thank You
- May 22, 2018 at 5:05 pm #23684Sean MacParticipant
Maybe I’m not understanding fully where the emails are coming from but WCFM is sending a vendor new order email with the subject “Notification”. How can I disable that email? When I turn the email notification OFF in the Woocommerce settings, the vendor receives nothing at all. When I turn the email notification on, Woocommerce sends an email as well as WCFM.
- May 22, 2018 at 5:13 pm #23685WCFM ForumMember
Hi,
Kindly add this code to your child theme’s functions.php
add_filter( 'wcfm_is_allow_notification_email', '__return_false' );
It will OFF such WCfM “Notification” emails.
Thank You
- May 22, 2018 at 5:25 pm #23686Sean MacParticipant
Worked like a charm. Thank you very much for your assistance!
- May 22, 2018 at 5:54 pm #23687WCFM ForumMember
Pleasure 🙂
- AuthorPosts
- The topic ‘Vendor Email Notification’ is closed to new replies.