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

    (@pomegranate)

    Hi! I haven’t worked with this particular plugin before, but the PO# is probably saved as a custom field. Here’s some help on how to find out where it’s stored, when you have found the meta key / field name, you can follow these instructions to get it on the invoice: Displaying a custom field

    Hope that helps!
    Ewout

    Thread Starter tjger

    (@tjger)

    Thank you for responding so quickly.

    If anyone else is trying to figure out the same thing, I put the following under the <tr> with the payment-method class in invoice.php:

    <tr class="po-number">
    	<th></th>
    	<td><?php $wpo_wcpdf->custom_field('_po_number', 'PO# '); ?></td>
    </tr>
    Plugin Contributor Ewout

    (@pomegranate)

    Great, thanks for sharing!

    Ewout

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Purchase Order number in pdf’ is closed to new replies.