• Resolved govus

    (@govus)


    Hi,
    I’d like to add the notes to packing slips that I can write on the “PDF Document Data” section while editing a single order. These notes are printed to invoices but not packing slips by default.

    I took a shot viewing both invoice and packing slips’ php templates and created a custom one for packing slips, by copying a relevant section from invoice.php to packing-slip.php but couldn’t get it to work 😀

    What code should I paste to packing-slip.php to show my comments there? I have disabled the customer notes with a function, because I don’t need those, only comments by admin…

    Thank you!

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

    (@alexmigf)

    Hello @govus

    Because notes are assigned to the Invoice document object and not to the Packing Slip object, copying the code from one template to the other won’t work.

    You can easily do that using our Premium Templates extension by adding the placeholder {{invoice_notes}} inside a custom block for the Packing Slip.

    Hope that helps!

Viewing 1 replies (of 1 total)

The topic ‘Add “Document notes” to packing slips’ is closed to new replies.