WooCommerce
We look forward to discussing your ideas.
NOTE: Please do not post links to/promote products outside of the WooCommerce.com catalog. This is not a sales channel. Links to outside sources, intended for spam or self-promotion, will be marked as spam.
-
Prevent Notification On Subscription Renewal
Currently subscription renewals also trigger a notification.
It would be nice to get a checkbox (or even a filter) that can prevent renewal subscriptions from sending an email if the store owner chooses to not want to receive them.
6 votes -
Integration with WooCommerce Bookings
"WooCommerce Bookings" adds a few new emails, like "new booking", "booking confirmed" and so on. It would make very much sense if there is the option in the "Advanced Notifications" plugin to also send those emails automatically to third party recipients.
6 votes -
[Deposits compatibility] No emails sent on deposit orders
If there's deposits on the order, the order goes from status Pending Payment to Partially Paid. However, this transition is not hooked for scheduling emails.
Similarily, the emails are also not sent on the transition from Partially Paid > Processing, so the emails never get sent for such orders.
4 votes -
Advanced Notifications with Bundled Products
Currently, Advanced Notifications isn't compatible with Product Bundles or Variable Subscriptions with Linked Products. I feel that it is imperative that they work together to allow Advanced Notifications to be sent to other people than just Admin.
To make this work, I think that there needs to be a selection added to the itemized bundled / linked products to allow the Advanced Notifications to be added so that the line items will appear in the sent email (this isn't the case currently.) Currently, only the total price appears in the email of a Bundled Product sale.
4 votes -
Notification when order is payed
Add a new Notification Type to send a notification when order is payed.
3 votes -
Advanced Notifications: individual order-status send triggers per contact
The contacts section (individual) should have a dropdown where the admin can decide which order status triggers the notification email. Default should ALWAYS BE "finalised", but maybe other products necessitate the sending of a notification even though the order hadn't yet been finalised.
3 votes -
Ability to set admin emails to send only for NEW subscription orders
I'd like to be able to choose whether or not to receive renewal order notifications within Advanced Notifications. I need to know when people sign up for new subscriptions but I hate my inbox being cluttered up with hundreds of monthly renewals.
3 votes -
Make sure advanced notification email work the same for all products and trigger by category.
Make sure advanced notification email work the same for trigger by all products and trigger by category. It appears shipping and discount prices are omitted for category triggered notification. It is confusing that those cases are different. If that was intended it should like "price" and "total" be an option to be selected.
1 vote -
Notifications for New Orders
When orders come in to our office they can be for products that belong to different Brand Owners. I want to email those brand owners using the trigger in the Advanced Notification plugin as they need to approve the order before it is placed on the system. Including a trigger for new orders would do the trick.
Side-note - the plugin already says in the blurb that it allows for notifications for new orders. It doesn't. :-(
1 vote -
advanced notifications check for categories including parent
Update the extension to recognize parent categories (currently only recognizes subcategory).
Here's an example of how this could work:
// Send "New Order" email to different address depending upon product category
// Source: https://stackoverflow.com/questions/54034812/different-recipients-based-on-product-category-in-woocommerce-email-notification
// Custom conditional function that checks for categories (including parent)
// The "successful" email addresses below are added to the addresses in WooCommerce > Settings > Email
/*function hasproductcategories( $productid, $categories ) {
// Initializing
$parenttermids = $categoriesids = array();
$taxonomy = 'productcat';
// Convert categories term names and slugs to categories term ids
foreach ( $categories as $category…1 vote -
Add Editable "Out of Stock"/"Low Stock" Email templates
Currently the email notifications for "out of stock" or "low stock" lists only the product name and SKU. We'd like the ability to add additional product attributes so that warehouse personnel can more easily verify and manage these low/no stock items
1 vote -
Add shipment method field that could be included in the email
Apparently when the notification email comes from specific product order it does not have the type of shipping information. This is important to know because the person who is in charge of shipping should know what type of shipment to use.
0 votes
- Don't see your idea?