Hello Slavys, the normal behavior of the plugin is to send an email to each supplier with products in the order every time the order changes to the “Processing” state. In the Premium version you can also send emails manually from the WooCommerce order list page.
If a product has multiple suppliers, the order email for that product will only be sent to the primary supplier.
Yes, when a product has several suppliers, an email is sent to all those suppliers, you can do it from the functions.php file of your child theme or from a code snippet as explained in our manual: https://plugins. mci-desarrollo.es/supplier-order-email-manual/#hooks
The hook to add is this: add_filter( ‘send_emails_to_all_suppliers’, ‘__return_true’ ); and it only works if you have the Premium version of the plugin. You can try it for free for 30 days so you can be sure if it works for you: https://plugins.mci-desarrollo.es/supplier-order-email-premium/?lang=en
Thanks!
