Skip to content

Early-bird lifetime licence: $199 once, for the first 200 buyers only. See the offer

Remove the order notes field

Removes “Order notes” from the checkout.

  • Type PHP
  • Runs Everywhere (runs as WordPress loads)
  • Needs WooCommerce
  • Tested with WordPress 7.1, WooCommerce 11.1
PHP
<?php

add_filter( 'woocommerce_enable_order_notes_field', '__return_false', 9999 );

Good to know

Applies to the classic checkout.

In these packs

Move your snippets over this afternoon.

Importing changes nothing until you switch over, and your old shortcodes keep working.