use additonal field in pdf
-
Hi there,
read your FAQ, but could not fix the following.
1. Via the WooCheckout plugin we made an extra filed in our orderpage: PO-nummer.
2. The number is shown in the field PO-nummer in the backend
3. When we make a pdf with your nice plugin and use the proper format, the field PO-nummer and the value is not shown.
4. I made a local template and used first (after payment-method):<?php $wpo_wcpdf->custom_field(‘PO_nummer’, ‘PO-nummer:’); ?>
5. It showed no results. And second i tried:
<tr class=”PO-nummer”>
<th><?php _e( ‘PO-nummer:’, ‘wpo_wcpdf’ ); ?></th>
<td><?php $wpo_wcpdf->PO_nummer(); ?></td>
</tr>BUt also no PO-number on the invoice.
6. What is the proper way to insert this? IF it cannot be done with the free version, can it easily (without going into the source code) be done?
Regards,
Gerjon
- The topic ‘use additonal field in pdf’ is closed to new replies.