Email Notifications

We're shifting our Forum based support to a more dedicated support system!

We'll be closing our Forum support from 10th June, 2020 and move to Email Support assistance.

  • If you are a WCFM premium add-ons user, contact us- here
  • Want to know more before buying our add-ons? Send Pre sale queries- here
  • If you are a WCFM free user, please open a support ticket at WordPress.org
  • For WCFM App related queries, reach us- here
From now the forum will be read-only!

Viewing 13 reply threads
  • Author
    Posts
    • #35249
      jadenew
      Guest

      Hi 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?

      https://ibb.co/fsfpYA

      Thank you

    • #35369
      WCFM Forum
      Keymaster

      Hi,

      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

    • #35651
      jadenew
      Guest

      I am using WC Marketplace and directory theme Wyzi. As I said, this email is not under WooCommerce > Settings > Emails.

    • #35708
      WCFM Forum
      Keymaster

      OK, certainly notification manager is now only available for WCFM Marketplace.

      I will give you code snippet for this.

      Thank You

    • #36232
      jadenew
      Guest

      Hello,

      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

    • #36309
      WCFM Forum
      Keymaster

      Hi,

      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

    • #36531
      jadenew
      Guest

      Hi, thank you = what does this code do? I am just looking to edit the email template. It is still not showing.

    • #36595
      WCFM Forum
      Keymaster

      Hi,

      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

    • #36691
      jadenew
      Guest

      Hi 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):

      https://ibb.co/k3cwjf

      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!

    • #36894
      WCFM Forum
      Keymaster

      HI,

      “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

    • #37215
      jadenew
      Guest

      Hi there,

      Yes it is a link. Can you send me an email address when I can send it to you.

    • #37220
      WCFM Forum
      Keymaster

      Hi,

      Please forward me here – wclovers.contact@gmail.com

      Thank You

    • #37538
      jadenew
      Guest
      This reply has been marked as private.
    • #37539
      WCFM Forum
      Keymaster

      Hi,

      Thank you very much, I have replied you over mail.

      Thank You

Viewing 13 reply threads
  • The topic ‘Email Notifications’ is closed to new replies.