Order data to buyer.php document template
-
Is it possible to add billing_first_name and billing_last_name to PDF invoice in Buyer information area?
I have tried code like this:
<?php if($order->get_meta( ‘billing_last_name’)) {?><p>Name: <?php echo $order->get_meta( ‘billing_last_name’); ?></p><?php }?>
without success. Any ideas?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Order data to buyer.php document template’ is closed to new replies.