Send email to customer on cancelled order in WooCommerce
Send email to customer on cancelled order in WooCommerce
Description
This plugin sends an email to let the user know that his order has been cancelled or failed
No options, just activate the plugin and it’s done.
Installation
- Go to your WP Dashboard > Plugins and search for ‘Send email to customer on cancelled order in Woocommerce’ or…
- Download the plugin from WP repository.
- Upload the plugin folder to the ‘/wp-content/plugins/’ directory
- Activate the plugin through the ‘Plugins’ menu in WordPress
Reviews
Simple, but no longer appears well made
By Knut Sparhell (knutsp) on January 29, 2025
Does what it says. Instead of just notifying shop manager, the customer also gets notified when cancelled/failed order. Recommended!
I'm sorry, but can no longer recommend this, but have to warn against it. As others have discovered, it may cause a major information leak, when used for bulk cancelling.
I have made a fix, which any easily can implement, replace line 30 with:
// \error_log ( 'Pre: ' . $wc_emails['WC_Email_Cancelled_Order']->recipient );
$wc_emails['WC_Email_Cancelled_Order']->recipient = \explode( ',', $wc_emails['WC_Email_Cancelled_Order']->recipient )[0] . ',' . $email_cliente;
// \error_log ( 'Post: ' . $wc_emails['WC_Email_Cancelled_Order']->recipient );
I strongly advise against it.
By jakubkasparek on November 8, 2024
If you cancel orders in bulk, it sends it out to all addresses. Big data leak! Risk of GDPR breach!
CAREFUL!!
By dulz on September 20, 2021
Works as expected
By evaldash on September 4, 2021
Un buen plugin
By hedicode on February 13, 2020
Cumple su objetivo
By melvisnap on April 18, 2019
Simple and fast
By lauradiaz on March 11, 2019
Changelog
1.1
- Tested up to WordPress 5.2.
- WC tested up to: 3.6.2
1.0
- Initial release