Title: Note to Customer Modification
Last modified: September 1, 2016

---

# Note to Customer Modification

 *  Resolved [bomybanez](https://wordpress.org/support/users/bomybanez/)
 * (@bomybanez)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/note-to-customer-modification/)
 * Hi Woo-commerce Development team,
 * Good day!
 * I would like to ask, if we can modify the note to customer email notification.
   I want to add 2 more emails as a default. So every time there’s a new note to
   customer. This 2 added emails will be notify also.
 * Please help.
 * Thanks.
    Regards,
 * Bom Ybanez
 * [https://wordpress.org/plugins/woocommerce/](https://wordpress.org/plugins/woocommerce/)

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

 *  Plugin Contributor [Mike Jolley](https://wordpress.org/support/users/mikejolley/)
 * (@mikejolley)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/note-to-customer-modification/#post-7520422)
 *     ```
       add_filter( 'woocommerce_email_recipient_customer_note', 'custom_woocommerce_email_recipient_customer_note' );
   
       function custom_woocommerce_email_recipient_customer_note( $emails ) {
       $emails .= ',cc@email.com';
       return $emails;
       }
       ```
   
 *  Thread Starter [bomybanez](https://wordpress.org/support/users/bomybanez/)
 * (@bomybanez)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/note-to-customer-modification/#post-7520505)
 * Thanks you Mike Jolley
 *  Thread Starter [bomybanez](https://wordpress.org/support/users/bomybanez/)
 * (@bomybanez)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/note-to-customer-modification/#post-7520511)
 * The Email is working already.
 * I received a notification but the there’s no note to customer text included in
   there? is it possible that we can add it there the note to customer text?
 * thank you in advance
 *  Plugin Contributor [Mike Jolley](https://wordpress.org/support/users/mikejolley/)
 * (@mikejolley)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/note-to-customer-modification/#post-7520528)
 * This just cc’s in an address to the usual note email..Content is not changed.
 *  Thread Starter [bomybanez](https://wordpress.org/support/users/bomybanez/)
 * (@bomybanez)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/note-to-customer-modification/#post-7520721)
 * Hi Mike,
 * Good day!
 * Thank you for response.
 * I had a problem from the customers email who ordered, can’t receive anymore after
   I add that code.
 * can you help on this.
 * Thank you so much.
 * Bom
 *  Plugin Contributor [Claudio Sanches](https://wordpress.org/support/users/claudiosanches/)
 * (@claudiosanches)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/note-to-customer-modification/#post-7520722)
 * [@bomybanez](https://wordpress.org/support/users/bomybanez/) how did you applied
   the code?
 *  Thread Starter [bomybanez](https://wordpress.org/support/users/bomybanez/)
 * (@bomybanez)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/note-to-customer-modification/#post-7520723)
 * [@claudio](https://wordpress.org/support/users/claudio/)
 * Yes I used it. The code works but the customer who ordered can no longer receive
   an email.
 * When I removed that code the customer can received an email notification.
 * Please help!
 * Thank bro.
 *  Thread Starter [bomybanez](https://wordpress.org/support/users/bomybanez/)
 * (@bomybanez)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/note-to-customer-modification/#post-7520724)
 * My Plan is to add new recipient email to receive a notification when someone 
   added a note to customer.
 * so there will be 3 receivers of email notification at the same time:
 * 1. default admin email
    2. customers email 3. new recipient email (this is what
   I wanted to add)
 * thank you [@claudio](https://wordpress.org/support/users/claudio/)
 *  Thread Starter [bomybanez](https://wordpress.org/support/users/bomybanez/)
 * (@bomybanez)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/note-to-customer-modification/#post-7520725)
 * [@claudio](https://wordpress.org/support/users/claudio/)
 * This is what I add the code:
 * I added it into the funtions.php under the child theme.
 * ———————
 * add_filter( ‘woocommerce_email_recipient_customer_note’, ‘custom_woocommerce_email_recipient_customer_note’);
 * function custom_woocommerce_email_recipient_customer_note( $emails ) {
    $emails.
   = ‘sales@company.co.uk’; return $emails; }
 * ———————
 *  Plugin Contributor [Mike Jolley](https://wordpress.org/support/users/mikejolley/)
 * (@mikejolley)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/note-to-customer-modification/#post-7520726)
 * That code looks fine but you’re missing a comma before the email.
 *  Thread Starter [bomybanez](https://wordpress.org/support/users/bomybanez/)
 * (@bomybanez)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/note-to-customer-modification/#post-7520727)
 * Thank you so much. It works now!

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

The topic ‘Note to Customer Modification’ 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

 * [Note to Customer](https://wordpress.org/support/topic-tag/note-to-customer/)

 * 11 replies
 * 3 participants
 * Last reply from: [bomybanez](https://wordpress.org/support/users/bomybanez/)
 * Last activity: [9 years, 9 months ago](https://wordpress.org/support/topic/note-to-customer-modification/#post-7520727)
 * Status: resolved