Document notes on packing slips
-
Hi.
I try to put DOCUMENT NOTES to the packing slips too. Now it shows only on invoices.
I put it to the packing-slip.php
<div class="document-notes"> <?php do_action( 'wpo_wcpdf_before_document_notes', $this->get_type(), $this->order ); ?> <?php if ( $this->get_document_notes() ) : ?> <h3><?php _e( 'Notes', 'woocommerce-pdf-invoices-packing-slips' ); ?></h3> <?php $this->document_notes(); ?> <?php endif; ?> <?php do_action( 'wpo_wcpdf_after_document_notes', $this->get_type(), $this->order ); ?> </div>
dut it doesnt work for me.
Any ideas?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Document notes on packing slips’ is closed to new replies.