Support

Search results for ""

Sorry, no results found. Perhaps you would like to search the documentation?
All Topics
John Man

Woocommerce order meta

Hi. I would like to show some order meta data e.g. qty, selected product variance, which they are stored in the order meta. How can I do this? Thanks in advance.

4 years ago
Stefan van den Dungen Gronovius
Developer

Our WooCommerce column has two columns that can show some simple order metadata on the order overview page: Products and Product Details. Unfortunately, we don’t have a more fine-grained column that can show specific order meta-information on the order overview page. If you want to show specific order metadata, then the best way to get that is to built your own column, by using our column toolkit. It requires coding though.

https://www.admincolumns.com/documentation/filters-and-actions/

4 years ago
John Man

Thanks Stefan. I have no problem with coding so I will just go that way. Including metadata would be a nice function to be included with your future update.

4 years ago
Stefan van den Dungen Gronovius
Developer

Sorry, I send you the wrong URL.
This is the documentation to write your own column.
https://www.admincolumns.com/documentation/guides/creating-new-column-type/

Besides that, my advice is based on order item meta. If you have metadata stored for just the order post type (stored in the post meta table), then you can use our Custom Field column to show you order metadata. I just assumed that you were talking about order item meta is more complicated and thus too complex to build a column that does cover all use cases.

4 years ago

You must be logged in to reply to this topic.