Hi @thup90,
Thank you for your fast reply. Sorry i wasn’t clear in my first post.
So i’m a developer and i made some changes to my Woocommerce panel. I’ve added columns to the backend to display some extra information i need. One of my most important columns is the reseller (Laboratoire on my screen 1). When an order is made i track the reseller ID and i save it in wp_postmeta. (see screenshot 1).
I would like to display that information in the Woocommerce Admin plugin. I also need it to display in the export i get when i click on “Download” (see screenshot).
Do you have some on how i could do that? Maybe guide me on the filters/actions i can use?
Screenshots:
1 : https://ibb.co/xjX023F
2 : https://ibb.co/9b27dyg
Regards