Display fields from plugin woocommerce timologio to PDF invoice
-
Hi,
How can I display WooCommerce Checkout custom fields on PDF invoice? I add the code below but it’s not working:
<?php echo get_post_meta($this->order->id, _billing_timologio_billing_company, true); ?>
or
<?php echo get_post_meta($this->order->id, _billing_billing_company, true); ?>Thanks!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Display fields from plugin woocommerce timologio to PDF invoice’ is closed to new replies.