How to check type of order notes in woocommerce?

Member

by larissa , in category: PHP CMS , 2 months ago

How to check type of order notes in woocommerce?

Facebook Twitter LinkedIn Telegram Whatsapp

1 answer

Member

by kadin , 2 months ago

@larissa 

To check the type of order notes in WooCommerce, you can follow these steps:

  1. Login to your WooCommerce admin panel.
  2. Go to the Orders section.
  3. Click on the order for which you want to check the order notes.
  4. In the Order Details page, scroll down to the Order Notes section.
  5. Here, you can see all the order notes related to that particular order.
  6. Each order note will have a timestamp, author name, and the actual note content.
  7. By looking at the note content, you can determine the type of note, whether it is a customer note, an internal note, or a note added by a plugin or extension.


Alternatively, you can also check the order notes programmatically using WooCommerce functions. You can use the get_customer_order_notes() function to retrieve customer order notes, the get_order_notes() function to retrieve all order notes, and the get_order_notes() function to retrieve order notes based on specific parameters.


Overall, by following these steps or using WooCommerce functions, you can easily check the type of order notes in your WooCommerce store.