Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM › Several "order completed" mail per order
Tagged: itemize itemwize fix
- This topic has 9 replies, 3 voices, and was last updated 5 years ago by
WCFM Forum.
- AuthorPosts
- November 18, 2019 at 6:31 pm #92767
CommunityCorals
ParticipantHello,
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
DominiqueAttachments:
You must be logged in to view attached files. - November 18, 2019 at 6:34 pm #92769
CommunityCorals
ParticipantP.S. It´s not the “order completed mail” but the “customer note mail” that causes the issue. (woocommerce/templates/emails/customer-note.php)
- November 23, 2019 at 10:18 am #93537
WCFM Forum
MemberOK, but when this email is triggering? When vendor adding not to an order or for some other cases?
- November 23, 2019 at 2:01 pm #93602
CommunityCorals
ParticipantI just saw that behaviour on order status change to “completed”. Not sure if there are even more cases where this happens.
- November 26, 2019 at 2:46 pm #94024
WCFM Forum
MemberDo you have any plugin to your site to manage order status?
- December 4, 2019 at 12:34 am #95914
CommunityCorals
ParticipantNo 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 - December 19, 2019 at 12:16 am #97948
SebastianFloKa
Participant+1
exactly the same issue here … - December 23, 2019 at 9:58 am #98603
WCFM Forum
MemberWe are debugging this.
- January 12, 2020 at 4:01 am #101696
SebastianFloKa
Participantwith 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.
- February 7, 2020 at 10:55 am #106016
WCFM Forum
MemberRight, this is the filter –
add_filter( 'wcfm_is_allow_itemize_notification', '__return_false' );
- AuthorPosts
- The topic ‘Several "order completed" mail per order’ is closed to new replies.