Hi,
it seems that the WooCommerce 1.4 update breaks something in the plugin.
In wcdn-classes.php:
$items = $order->items;
does not work.
Replacing it with
$items = $order->get_items();
seems to solve it.
http://wordpress.org/extend/plugins/woocommerce-delivery-notes/
Hi!
Thanx for the feedback!
I already know of this (due to changes in WC 1.4+) and it is fixed in my dev version - I am currently working on some other stuff on it but hope to finally release the update later today!
Thanx for your patience!
-Dave :)
Hi!
Tonight I uploaded the v1.1 update which fixes that behavior. Due to the changes in WooCommerce itself my plugin now requires WordPress 3.3+ and WooCommerce 1.4+!
-Thanx, Dave :)