Adding custom field to Invoice
-
Hi
I’m using this plugin with ACF and I have a custom field called “coo”.
I’ve tried inserting the following code into the invoice template but it isn’t picking up the data in the field
Country of Origin: <?php the_field('coo', $this->order->get_id() ); ?>
I’ve also tried this way:
<?php $this->custom_field('coo'); ?>
Neither way seems to work. Is there something I’m missing?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Adding custom field to Invoice’ is closed to new replies.