neg0
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Admin] Analytics Download Button Does Not WorkHi,
I was going to open a topic for this too. I’m having the same exact error everytime i try to download any report. I’ve tried the plugin on 2 different websites and i get the same error.
On a fresh install the download button worked once for me. After that i always get the JS error.
Error : https://ibb.co/Ld8hDN8
Line of error : https://ibb.co/7tH5m39Forum: Plugins
In reply to: [WooCommerce Admin] Production ready ?Hi @imazed ,
I’m asking because on github you display this warning “This project is in active development, and is not ready for general use. You can follow the features in development by looking at the project’s issues. We do not recommend running this on production sites.”
Forum: Plugins
In reply to: [WooCommerce Admin] Add custom column to OrdersHi @jeffstieler,
Great thanks, i’ll have a look at it 🙂
Forum: Plugins
In reply to: [WooCommerce Admin] Add custom column to OrdersHi @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/9b27dygRegards