• any method to add WooCommerce PDF Invoices & Packing Slips fields to delivery driver for woocommerce plugin

Viewing 1 replies (of 1 total)
  • Plugin Contributor kluver

    (@kluver)

    Hi @alasal,

    I’m not familiar with the delivery driver plugin, but most of the document data can be found in the order meta. To easily get an overview of all stored data you could use the Store Toolkit plugin.

    For instance the invoice number can be retrieved like this:

    $order->get_meta( '_wcpdf_invoice_number', true );

    Assuming you have access to the order object.

Viewing 1 replies (of 1 total)
  • The topic ‘delivery driver’ is closed to new replies.