Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Advanced Order Numbers for WooCommerce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
10
Issues
10
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
WooCommerce
Advanced Order Numbers for WooCommerce
Commits
071d35c6
Commit
071d35c6
authored
May 01, 2015
by
Reinhold Kainhofer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update information about invoicing plugins
parent
d3076e9a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
TODO
TODO
+8
-0
No files found.
TODO
View file @
071d35c6
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment