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 4 years, 9 months ago by WCFM Forum.
- AuthorPosts
- November 18, 2019 at 6:31 pm #92767CommunityCoralsParticipant
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
DominiqueAttachments:
You must be logged in to view attached files. - November 18, 2019 at 6:34 pm #92769CommunityCoralsParticipant
P.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 #93537WCFM ForumMember
OK, 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 #93602CommunityCoralsParticipant
I 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 #94024WCFM ForumMember
Do you have any plugin to your site to manage order status?
- December 4, 2019 at 12:34 am #95914CommunityCoralsParticipant
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 - December 19, 2019 at 12:16 am #97948SebastianFloKaParticipant
+1
exactly the same issue here … - December 23, 2019 at 9:58 am #98603WCFM ForumMember
We are debugging this.
- January 12, 2020 at 4:01 am #101696SebastianFloKaParticipant
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.
- February 7, 2020 at 10:55 am #106016WCFM ForumMember
Right, 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.