Order notes (private note) are only available for backend when using get_comments() function. If you look at WC_Comments ...
Failed, pending, and canceled orders which get cleaned up will be moved to the trash.
Note there is no reliable cross-platform way to get the raw request headers in ...
_x('Notes about your order, e.g. special notes for delivery.
[This thread is closed.] Hi i need to display private notes in order page in custom column i already get customer notes using php code (below) but i…
This seems simple: there is a function “get_customer_order_notes()”. Strangely this function does not return the order notes at all. An empty array ...
The order notes are saved as post comments, so you can use the WordPress function get_comments() to get the last note: $args = array( ...
As a WooCommerce development freelancer, every day I repeat many
Look at the checkout page: WooCommerce checkout notes. On the bottom, you can find Order notes. Customers can provide there any text they ...