hi
I don’t see invoice date in Free version, so I’m not sure how they store it.
You can try “Filter By Order” and find necessary field in “Custom Fields” .
but I think you need date range filter?
thanks, Alex
Thread Starter
therab
(@therab)
hi,
ok I understand. I was hoping for something I might have missed in your plugin.
After some more investigation, the “germanized” plugin stores most of the data for a possible export of invoices by date in the post_meta table.
An export option for invoices does exist for that plugin, but needless to state, it has barely the features of your export plugin (like scheduled export of your plugin’s ‘pro’ version)
Some of them are serialized objects, so there’s a lot of work ahead of me to export that stuff, and it will be a different task to export all single items sold in a date range, but those two are obviously two entirely different tasks to handle.
Thanks for your quick reply.
FYI: the woocommerce germanized post_meta keys for an invoice/packing slip
_invoice_address
_invoice_shipping_address
_invoice_recipient
_invoice_items
_invoice_currency
_invoice_tax_totals
_invoice_payment_method
_invoice_payment_method_title
_invoice_totals
_invoice_order
_invoice_order_number
_invoice_order_data
_invoice_number
_invoice_number_formatted
_invoice_filename
_invoice_attachment
hi
Unfortunately, there is no standard invoice module in Woocommerce.
If you still need help, you can submit ticket.
I even can code this filter for you, but not for free.
thanks, Alex