Add order notes to View Order page
-
Hello,
I would like to add a custom note to each View Order page, on the side or under the Order Details table.I tried using this code:
$order = wc_get_order( $order_id );
$note = __(“This is my note’s text…”);
$order->add_order_note( $note );
$order->save();
but it’s not working – or the order notes section is missing on my order page.
Please help me resolve this.
thanks! Mor
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Add order notes to View Order page’ is closed to new replies.