=== Order Notification By Category for WooCommerce === Contributors: logiceverest, umairakram500 Donate link: Tags: woocommerce, order, notification, email, recipient, category Requires at least: 5.0 Tested up to: 5.8 Stable tag: trunk Requires PHP: 5.4 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html This will add more order notification recipients by order item categories. You can notify the different people on orders received on the base of the order item's categories. == Description == if you want to add more recipients to the new woocommerce order's notification but not want to send every new woocommerce order notification to all. This plugin will help to do that. By using this, you can add email addresses to woocommerce product's categories and when new woocommerce order will be placed on the store, the plugin will go through the all woocommerce order items(products) and get all the categories of order items, at the end find out all the email's related to order item's categories. In this way, we can send information to the specific person about specific orders, all not all orders to all recipients.