PDF file with Checkout Field Manager
-
Hi,
Is it possible to add Checkout Field Manager field to PDF file. I tried to add in wc-cart-pdf/templates/cart-table.php, for example:
<?php echo esc_html( $customer->get_billing_first_name() . ' ' . $customer->get_billing_last_name() ); ?><br> <?php echo esc_html( $customer->get_billing_email() ); ?><br> <?php echo esc_html( $customer->get_billing_phone() ); ?><br> <?php echo esc_html( $customer->get_billing_city() ); ?><br> <?php echo esc_html( $customer->get_billing_wooccm14() ); ?>
Last line is for Checkout Field Manager conditional field, but it does not appear in the pdf file. Can you help me?
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘PDF file with Checkout Field Manager’ is closed to new replies.