Title: Missing export datas /empty fields/
Last modified: April 26, 2023

---

# Missing export datas /empty fields/

 *  [Webfolio Webdesign](https://wordpress.org/support/users/webreneszansz/)
 * (@webreneszansz)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/missing-export-datas-empty-fields/)
 * Hi,
 * Thank you very much for the great plugin.
 * We also need the plugin to export the billing onformations to make possible the
   efficient accountancy.
 * Unfortunately, the billing fields, billing id etc. are empty, if we export the
   details. We use Billingo billing plugin to issue the invoices. The other fields
   have content.
 * Please be so kind and help us to fix the problem.
 * Thank you very much.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fmissing-export-datas-empty-fields%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [algol.plus](https://wordpress.org/support/users/algolplus/)
 * (@algolplus)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/missing-export-datas-empty-fields/#post-16687640)
 * hi
 * Do you use this free plugin [https://wordpress.org/plugins/woo-billingo-plus/](https://wordpress.org/plugins/woo-billingo-plus/)?
   What keys have you added to export ?
 *  Thread Starter [Webfolio Webdesign](https://wordpress.org/support/users/webreneszansz/)
 * (@webreneszansz)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/missing-export-datas-empty-fields/#post-16687777)
 * Hi,
 * Thank you very much for the quick answer, I really appreciate it.
 * We use this plugin for Billingo:
 * [https://wordpress.org/plugins/billingo/](https://wordpress.org/plugins/billingo/)
 * and we added every available, billingo related fields, for example the _wc_billingo_plud:
   invoice_id_ filed, which would be the most important.
 * Thank you.
 *  Plugin Author [algol.plus](https://wordpress.org/support/users/algolplus/)
 * (@algolplus)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/missing-export-datas-empty-fields/#post-16687826)
 * please, follow to [https://docs.algolplus.com/algol_order_export/fields/](https://docs.algolplus.com/algol_order_export/fields/)
 * add key billingo_invoice_number
 * use this code ( I didn’t test it!)
 * `add_filter('woe_get_order_value_billingo_invoice_number',function ($value, $
   order,$fieldname) {
   $invoice_id = WC_Billingo::getInvoiceGenerated($order->get_id(),
   false, false);if($invoice_id)$value = WC_Billingo::getInvoiceNumber($invoice_id);
   return $value;},10,3);

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Missing export datas /empty fields/’ is closed to new replies.

 * ![](https://ps.w.org/woo-order-export-lite/assets/icon-256x256.png?rev=1365554)
 * [Advanced Order Export For WooCommerce](https://wordpress.org/plugins/woo-order-export-lite/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woo-order-export-lite/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woo-order-export-lite/)
 * [Active Topics](https://wordpress.org/support/plugin/woo-order-export-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woo-order-export-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woo-order-export-lite/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [algol.plus](https://wordpress.org/support/users/algolplus/)
 * Last activity: [3 years, 1 month ago](https://wordpress.org/support/topic/missing-export-datas-empty-fields/#post-16687826)
 * Status: not resolved