Remi teaches you a bit of code for WordPress with this tutorial that you can use to add order notes within WooCommerce emails in a matter of ...
Customers receive notes via email, but can view them by viewing an order, or using the WooCommerce order tracking page. But I'm not getting emails. This topic ...
... $order->get_customer_note(); // Display the Customer order notes section echo '
' . __("Order notes", "woocommerce") . '
WooCommerce Order Status Change Notifier allows you to add notes, control outbound mail notifications and store comments in tandem with native and custom ...
If you are trying to get the Order customer note, you should need to use the
following WC_Order method: echo '
'.__('Order notes').
Customers receive notes via email but can view them by viewing an order, or using the WooCommerce order tracking page. Notes ...
php _e( 'Order Notes', 'woocommerce' ); ?> 'approve' ...
WooCommerce: Add Order notes to admin emails. GitHub Gist: instantly share code, notes, and snippets.
Add a message or notes to order emails (WooCommerce). Sometimes it comes in handy to be able to give information to your customers in the emails they ...
Transactional emails are a key piece of your order fulfillment process.