Show custom field in invoice
-
Hi
I like to show my additional custom field in the invoice .
how to do?
<?php echo get_post_meta( $this->order->id, ‘META_KEY’, true ); ?>
above is the script provide by the invoice plugin developer, which he ask us to check meta key .
pls advice
Thanks
- The topic ‘Show custom field in invoice’ is closed to new replies.