Forums

WooCommerce Print Invoices & Delivery Notes
WooCommerce 1.4 update (3 posts)

  1. xliv
    Member
    Posted 3 months ago #

    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/

  2. daveshine (David Decker)
    Member
    Posted 3 months ago #

    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 :)

  3. daveshine (David Decker)
    Member
    Posted 3 months ago #

    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 :)

Reply

You must log in to post.

About this Plugin

About this Topic