Title: Order Notification Canceled
Last modified: February 13, 2019

---

# Order Notification Canceled

 *  Resolved [Matias Duarte](https://wordpress.org/support/users/matiasduarte/)
 * (@matiasduarte)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/order-notification-canceled/)
 * Hello anyone could help me in this case, I am using woocommerce, when any order
   is canceled only the administrator is notified, how to notify the customer that
   his order has been canceled?

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [BinaryCarpenter](https://wordpress.org/support/users/bc2018/)
 * (@bc2018)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/order-notification-canceled/#post-11204267)
 * Are you a developer? If you are, you can send the notification using this hook:
   ‘
   woocommerce_order_status_cancelled’
 * add_action(‘woocommerce_order_status_cancelled’, ‘send_notification_to_user’);
 * function send_notification_to_user()
    { //do your email logic here
 * }
 * Let me know if you need further assistance.
 * Dat @ binarycarpenter.com
 *  Thread Starter [Matias Duarte](https://wordpress.org/support/users/matiasduarte/)
 * (@matiasduarte)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/order-notification-canceled/#post-11206044)
 * Hi friend, thanks for the reply. Yes I am the developer, in which case I put 
   the code in my functions.php?
 * I do not understand, could you explain me please.
    //do your email logic here
 * Thank you!!!
 *  [Rynald0s](https://wordpress.org/support/users/rynald0s/)
 * (@rynald0s)
 * Automattic Happiness Engineer
 * [7 years, 3 months ago](https://wordpress.org/support/topic/order-notification-canceled/#post-11230439)
 * Hi, [@matiasduarte](https://wordpress.org/support/users/matiasduarte/)!
 * You’ll find some code here that works: [https://stackoverflow.com/questions/47648386/sending-email-to-customer-on-cancelled-order-in-woocommerce](https://stackoverflow.com/questions/47648386/sending-email-to-customer-on-cancelled-order-in-woocommerce)
 * Cheers!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Order Notification Canceled’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce/assets/icon.svg?rev=3234504)
 * [WooCommerce](https://wordpress.org/plugins/woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce/reviews/)

## Tags

 * [email](https://wordpress.org/support/topic-tag/email/)

 * 3 replies
 * 3 participants
 * Last reply from: [Rynald0s](https://wordpress.org/support/users/rynald0s/)
 * Last activity: [7 years, 3 months ago](https://wordpress.org/support/topic/order-notification-canceled/#post-11230439)
 * Status: resolved