Title: edit &#8220;Additional Handling Fee For COD&#8221; message
Last modified: November 3, 2020

---

# edit “Additional Handling Fee For COD” message

 *  Resolved [korchie](https://wordpress.org/support/users/korchie/)
 * (@korchie)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/edit-additional-handling-fee-for-cod-message/)
 * How can I edit the message “Additional Handling Fee For COD”?

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

 *  Plugin Author [FullStack-ing](https://wordpress.org/support/users/fullstackhouse/)
 * (@fullstackhouse)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/edit-additional-handling-fee-for-cod-message/#post-13634734)
 * Hi!
    You can use this filter `wc_smart_cod_fee_title`
 * e.g:
 *     ```
       add_filter( 'wc_smart_cod_fee_title', 'change_cod_title' );
   
       function change_cod_title() {
           return 'my title';
       }
       ```
   
 *  Thread Starter [korchie](https://wordpress.org/support/users/korchie/)
 * (@korchie)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/edit-additional-handling-fee-for-cod-message/#post-13634821)
 * Got it! Thank you.

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

The topic ‘edit “Additional Handling Fee For COD” message’ is closed to new replies.

 * ![](https://ps.w.org/wc-smart-cod/assets/icon-128x128.png?rev=3372621)
 * [Smart COD for WooCommerce](https://wordpress.org/plugins/wc-smart-cod/)
 * [Support Threads](https://wordpress.org/support/plugin/wc-smart-cod/)
 * [Active Topics](https://wordpress.org/support/plugin/wc-smart-cod/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wc-smart-cod/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wc-smart-cod/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [korchie](https://wordpress.org/support/users/korchie/)
 * Last activity: [5 years, 6 months ago](https://wordpress.org/support/topic/edit-additional-handling-fee-for-cod-message/#post-13634821)
 * Status: resolved