Title: Remove order notes section
Last modified: August 19, 2021

---

# Remove order notes section

 *  Resolved [Guilherme Frisoni](https://wordpress.org/support/users/frisoni/)
 * (@frisoni)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/remove-order-notes-section/)
 * I remove order notes field via code, because I don’t need this information.
    
   But the section Order notes still appers and when opened only Save button is 
   shown.
 * Is there a way to remove it completely?

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

 *  Plugin Author [Diego Versiani](https://wordpress.org/support/users/diegoversiani/)
 * (@diegoversiani)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/remove-order-notes-section/#post-14790676)
 * Hi [@frisoni](https://wordpress.org/support/users/frisoni/),
 * I’ve changed the code to only output this section if there is something to show
   in it. You can find the beta of the next version (1.2.10) with this fix in the
   link below:
    [https://t2449427.p.clickup-attachments.com/t2449427/9942c456-7ac7-467f-ad5a-c706d7db6472/fluid-checkout.1.2.10-beta-2.zip](https://t2449427.p.clickup-attachments.com/t2449427/9942c456-7ac7-467f-ad5a-c706d7db6472/fluid-checkout.1.2.10-beta-2.zip)
 * From now on, this section will only be output if there is at least one field 
   to be displayed. It will also respect the filter `woocommerce_enable_order_notes_field`(
   and related deprecated option), and you can also remove the field using a plugin
   that customizes the checkout fields, or directly via code.
 * The easiest way to remove it is by adding the following code snippet in your `
   functions.php` file:
 * `add_filter( 'woocommerce_enable_order_notes_field', '__return_false' );`
 * Best,
    Diego
 *  Thread Starter [Guilherme Frisoni](https://wordpress.org/support/users/frisoni/)
 * (@frisoni)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/remove-order-notes-section/#post-14791048)
 * Thanks a lot.
 *  Plugin Author [Diego Versiani](https://wordpress.org/support/users/diegoversiani/)
 * (@diegoversiani)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/remove-order-notes-section/#post-14791163)
 * Hi [@frisoni](https://wordpress.org/support/users/frisoni/),
 * The version `1.2.10-beta-2` had an error that was causing `fatal error` while
   accessing some admin pages. Here is the updated version fixing this issue (1.2.10-
   beta-3):
 * [https://t2449427.p.clickup-attachments.com/t2449427/104a94d9-ac14-45b7-9c6d-7217d1a17bba/fluid-checkout.1.2.10-beta-3.zip](https://t2449427.p.clickup-attachments.com/t2449427/104a94d9-ac14-45b7-9c6d-7217d1a17bba/fluid-checkout.1.2.10-beta-3.zip)
 * Ps. If you haven’t yet, I would really appreciate it if you could spare a few
   minutes to write a review about our plugin 🙂
    Here is a fast link to the review
   form: [https://wordpress.org/support/plugin/fluid-checkout/reviews/#new-post](https://wordpress.org/support/plugin/fluid-checkout/reviews/#new-post)
 * Best,
    Diego
 *  Plugin Author [Diego Versiani](https://wordpress.org/support/users/diegoversiani/)
 * (@diegoversiani)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/remove-order-notes-section/#post-14859662)
 * Hi [@frisoni](https://wordpress.org/support/users/frisoni/),
 * We’ve released version 1.2.10 today which includes this fix.
 * Best,
    Diego
 *  Thread Starter [Guilherme Frisoni](https://wordpress.org/support/users/frisoni/)
 * (@frisoni)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/remove-order-notes-section/#post-14859696)
 * Thanks.
    I’ll give a try.

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

The topic ‘Remove order notes section’ is closed to new replies.

 * ![](https://ps.w.org/fluid-checkout/assets/icon-256x256.png?rev=3492947)
 * [Fluid Checkout for WooCommerce - Lite](https://wordpress.org/plugins/fluid-checkout/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/fluid-checkout/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/fluid-checkout/)
 * [Active Topics](https://wordpress.org/support/plugin/fluid-checkout/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/fluid-checkout/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/fluid-checkout/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [Guilherme Frisoni](https://wordpress.org/support/users/frisoni/)
 * Last activity: [4 years, 8 months ago](https://wordpress.org/support/topic/remove-order-notes-section/#post-14859696)
 * Status: resolved