invoice number
-
Im using plugin WooCommerce Orders and Products Export – MR
where i can export orders every month for my accountantmost important is invoice number and date of making an invoice
before i update plugin WooCommerce PDF Invoices & Packing Slipsi had something like this in exporter plugin:
private static $ordersdetails = array(
“ID” => array(“Order number”, true),
“_customer_user” => array(“Customer ID”, false),
“_wcpdf_formatted_invoice_number” => array(“Invoice number”, true),
“_wcpdf_invoice_date” => array(“Ivoice date”, true),
);but after update, shows up a new table in mysql for invoice numbers and dont show up on export
please help me how to make it work proper
The topic ‘invoice number’ is closed to new replies.