Several "order completed" mail per order

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 Several "order completed" mail per order

Viewing 9 reply threads
  • Author
    Posts
    • #92767
      CommunityCorals
      Participant

      Hello,

      since update there is one completed mail send per order item. This spams the customers and feels quite unprofessional. Any way to consoidate this to one mail?

      Thanks
      Dominique

      Attachments:
      You must be logged in to view attached files.
    • #92769
      CommunityCorals
      Participant

      P.S. It´s not the “order completed mail” but the “customer note mail” that causes the issue. (woocommerce/templates/emails/customer-note.php)

    • #93537
      WCFM Forum
      Keymaster

      OK, but when this email is triggering? When vendor adding not to an order or for some other cases?

    • #93602
      CommunityCorals
      Participant

      I just saw that behaviour on order status change to “completed”. Not sure if there are even more cases where this happens.

    • #94024
      WCFM Forum
      Keymaster

      Do you have any plugin to your site to manage order status?

    • #95914
      CommunityCorals
      Participant

      No nothing like that. Please feel free to check my staging site. Am I the only one with this issue?

      Just to make sure that everything is clear: I am using order status unsync and I am talking about commission status change rather than order status change.

      BR
      Dominique

    • #97948
      SebastianFloKa
      Participant

      +1
      exactly the same issue here …

    • #98603
      WCFM Forum
      Keymaster

      We are debugging this.

    • #101696
      SebastianFloKa
      Participant

      with the latest update it looks like you solved this issue – thanks a lot.
      For documentation, here the code for the child-theme functions.php:

      add_filter( ‘wcfm_is_allow_itemize_notification’, ‘__return_false’ );

      Just to mention: the code works only with the wording “itemize”. Don’t use the expected “itemwize”!

      Thanks a lot for fixing this.

    • #106016
      WCFM Forum
      Keymaster

      Right, this is the filter – add_filter( 'wcfm_is_allow_itemize_notification', '__return_false' );

Viewing 9 reply threads
  • The topic ‘Several "order completed" mail per order’ is closed to new replies.