Skip to content

Commit

Permalink
Feature/pdf-invoices-and-packing-slips-for-woocommerce (#70)
Browse files Browse the repository at this point in the history
* support for packing slips

* use filter for invoices only

* prepare for release
  • Loading branch information
vyskoczilova committed Jan 15, 2024
1 parent 0517a2f commit 9530eaf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,6 @@ function woolab_icdic_apifw_ps_custom_billing_fields($html, $order_id) {

return $html;
}
add_filter('apifw_ps_custom_billing_fields', 'woolab_icdic_apifw_ps_custom_billing_fields', 10, 2);
// add_filter('apifw_ps_custom_billing_fields', 'woolab_icdic_apifw_ps_custom_billing_fields', 10, 2);
add_filter('apifw_invoice_custom_billing_fields', 'woolab_icdic_apifw_ps_custom_billing_fields', 10, 2);

1 change: 1 addition & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ Either post it on [GitHub](https://github.com/vyskoczilova/kybernaut-ic-dic) or
= 1.8.2 (2024-01-09) =

* Feature: added support for [WooCommerce PDF Invoices and Packing Slips for WooCommerce](https://wordpress.org/plugins/pdf-invoices-and-packing-slips-for-woocommerce/) by Acowebs (sponsored by [tuningmotocyklov.sk](https://www.tuningmotocyklov.sk))
* Fixed compatibility with Fluid Checkout (using the JS they provided me)

= 1.8.1 (2024-01-05) =

Expand Down

0 comments on commit 9530eaf

Please sign in to comment.