Add custom field to pdf
-
Hi! I created one custom field with https://quadlayers.com/documentation/woocommerce-checkout-manager/invoices/
But how I can display that custom field on pdf?
I try this:
<tr class=”payment-method”>
<th><?php _e( ‘Broj ra?una:’, ‘woocommerce-pdf-invoices-packing-slips’ ); ?></th>
<td><?php $this->billing_wooccm11(); ?></td>*billing_wooccm11 – Is name of custom field.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Add custom field to pdf’ is closed to new replies.