Best Multi Vendor Marketplace Plugin for WordPress › Forums › WC Marketplace › Email Notifications
- This topic has 13 replies, 2 voices, and was last updated 6 years, 6 months ago by
WCFM Forum.
- AuthorPosts
- October 29, 2018 at 1:42 pm #35249
jadenew
GuestHi there,
I am looking to EDIT this email template. Unfortunately they are not listed under WooCommerce > Settings > Emails. I have disabled all emails there and the below is still sending to vendor – where can I find the template so that I can customize it?
Thank you
- October 31, 2018 at 5:07 am #35369
WCFM Forum
MemberHi,
Thanks for get in touch with us.
Well, this is WCFM notification’s email reminder, no such email template is therefor the purpose.
Between, which multi-vendor plugin you are using?
If you are using WCFM Marketplace then check at WCFM Admin Setting -> Notification Manager -> Appointment -> Set OFF (https://ibb.co/bZW5Sf)
Thank You
- November 3, 2018 at 5:35 pm #35651
jadenew
GuestI am using WC Marketplace and directory theme Wyzi. As I said, this email is not under WooCommerce > Settings > Emails.
- November 4, 2018 at 3:12 pm #35708
WCFM Forum
MemberOK, certainly notification manager is now only available for WCFM Marketplace.
I will give you code snippet for this.
Thank You
- November 9, 2018 at 11:13 am #36232
jadenew
GuestHello,
sorry I don’t understand what you mean by your answer. As I said, this email is not under WooCommerce > Settings > Emails.
Did you mean to provide code snippet to show the email notification there?
Thanks
- November 11, 2018 at 6:35 am #36309
WCFM Forum
MemberHi,
Kindly add this code snippet for the purpose –
add_filter( 'wcfm_is_allow_notification_email', function( $is_allow, $message_type, $message_to ) { global $WCFM, $WCFMmp; if( $message_type == 'appointment' ) $is_allow = false; return $is_allow; }, 500, 3 );
Thank You
- November 12, 2018 at 6:00 pm #36531
jadenew
GuestHi, thank you = what does this code do? I am just looking to edit the email template. It is still not showing.
- November 13, 2018 at 9:40 am #36595
WCFM Forum
MemberHi,
Ahh sorry, I have given you code for disabling this notification to vendors.
Well, this are notification emails, not such template emails.
These emails are auto-generated as per notification, no such separate template is there for each notifications right now.
Thank You
- November 14, 2018 at 4:43 pm #36691
jadenew
GuestHi there,
ohh I see. So I will use the code to block the email notification then. Thank you.
I am actually looking for code that generates this link (in yellow):
Could you help with that? Sorry I am not a developer and I only know that WooCommerce has .php email templates that I know how to edit, I just don’t know about this one.
Thank you!
- November 17, 2018 at 5:46 am #36894
WCFM Forum
MemberHI,
“I am actually looking for code that generates this link (in yellow):” – there is no link? Or do you want to change this to some other link!
Thank You
- November 20, 2018 at 10:40 am #37215
jadenew
GuestHi there,
Yes it is a link. Can you send me an email address when I can send it to you.
- November 20, 2018 at 11:19 am #37220
WCFM Forum
Member - November 22, 2018 at 3:40 pm #37538
jadenew
GuestThis reply has been marked as private. - November 22, 2018 at 3:58 pm #37539
WCFM Forum
MemberHi,
Thank you very much, I have replied you over mail.
Thank You
- AuthorPosts
- The topic ‘Email Notifications’ is closed to new replies.