Skip to content
Snippets Groups Projects
Commit 071d35c6 authored by Reinhold Kainhofer's avatar Reinhold Kainhofer
Browse files

Update information about invoicing plugins

parent d3076e9a
No related branches found
No related tags found
No related merge requests found
......@@ -53,3 +53,11 @@ woocommerce-pdf-invoices-packing-slips:
-) Uses order_meta: _wcpdf_invoice_number => Set it manually to prevent the plugin from using its own counter
-) Calls filter wpo_wcpdf_invoice_number($invoice_number, $order_number, $order_id, $order_data) to format the invoice number.
-) Triggers before PDF creation: wp_wcpdf_before_pdf, wpo_wcpdf_process_order_ids, wpo_wcpdf_process_template_order($template_type, $order_id)
woocommerce-pdf-invoices:
-) Uses order_meta: _bewpi_formatted_invoice_number => Set it manually to prevent the plugin from using its own counter
-) save function always creates the order_meta => hook in later and overwrite it it non-zero => PROBLEM: There are no hooks called!
yith-woocommerce-pdf-invoice:
-) Number inserted by a call to get_formatted_invoice_number, no hook available
-) Number is assumed numeric with only prefix/postfix pre/appended (hardcoded, not with triggers)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment