Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Ewout

    (@pomegranate)

    Hello Sven,
    First of all, WP4.0+ is fully supported by this plugin, as you can see from the description page:

    Requires: 3.5 and WooCommerce 2.0 or higher
    Compatible up to: 4.0 and WooCommerce 2.2

    It’s not possible to send the packing slip out of the box, but we have an extension coming up that will give you this functionality! I’ll notify you when we have released this extension, which is probably somewhere next week.

    Ewout

    Thread Starter Sven de Bie

    (@debiesven)

    Hi Ewout,

    I created the extension myself, just check whether I can create it. Everything works fine, excepts that de packing slip PDF is empty. Here’s my plugin:
    https://www.handschoenengroothandel.nl/wp-content/uploads/2014/10/dbp-email-packing-slips.zip

    When I output the PDF straight from WooCommerce_PDF_Invoices_Export it does work.

    Line 160/161, does not work with my extension:

    $pdf = $this->generate_pdf( $template_type, $order_ids );
    return $pdf->output();

    For debugging reasons I checked whether the data is okay there by doing the following:

    $pdf = $this->generate_pdf( $template_type, $order_ids );
    $pdf->stream('packing-slip.pdf');
    //return $pdf->output();

    And the whole packing slip is okay.

    Sven

    Plugin Contributor Ewout

    (@pomegranate)

    Thanks Sven,
    I tried to send you an email at [email protected], but it bounced. Can you contact me at [email protected]?

    Thanks!

    Plugin Contributor Ewout

    (@pomegranate)

    We just released an extension that makes it possible to attach the packing slip to an email of your choice (as well as proforma invoices and credit notes) and more!

    Check it out:
    https://wpovernight.com/downloads/woocommerce-pdf-invoices-packing-slips-professional/

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Automatically mail packing slib’ is closed to new replies.