-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable for custom order types #415
Comments
Hi @bazalt We could yes, maybe passing it using a filter in a custom function. Are you extending the order class as well? |
Are you speaking about the Until then, I identified a couple of bottlenecks:
|
I was referring the actual WooCommerce abstract order class: https://woocommerce.github.io/code-reference/classes/WC-Abstract-Order.html
Until we implement this you probably see some errors here and there. |
So my response is yes: I'm actually extending |
Hi, and thank you for this amazing plugin.
I'm currently working on a custom WooCommerce order_type (declared with
wc_register_order_type()
).Unfortunately, these custom order types are presently not handled by PDF Invoices & Packing Slips plugin.
Is this something that could be considered?
The text was updated successfully, but these errors were encountered: