New Order & Updates Email to Shop Manager

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!

Multi Vendor Marketplace Plugin | WCFM Marketplace Forums WCFM – Groups & Staffs New Order & Updates Email to Shop Manager

Viewing 7 reply threads
  • Author
    Posts
    • #80091
      todd fuller
      Participant

      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?

    • #80568
      WCFM Forum
      Keymaster

      Hi,

      DO you mean all “Shop Managers” or particular “Group Manager”?

      Thank You

    • #80606
      todd fuller
      Participant

      Hello, I am referring to the Group Managers.

    • #80803
      WCFM Forum
      Keymaster

      We are checking this.

    • #81135
      todd fuller
      Participant

      Any updates on this, please?

    • #81710
      WCFM Forum
      Keymaster

      Hi,

      We will add this in WCFM – Group & Staff next update.

      Thank You

    • #84106
      Michael Elliott
      Participant

      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.

    • #84416
      WCFM Forum
      Keymaster

      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

Viewing 7 reply threads
  • You must be logged in to reply to this topic.