Hi, can someone get back to me on this please?
Use below code for the phone number. You will have to create a custom template. I will be happy to code it for you. Just send me an email.
$shipping_phone = WPI()->get_prop( $order, 'shipping_phone' );
$billing_phone = WPI()->get_prop( $order, 'billing_phone' );
Dear plugin author,
pls add to:
templates/packing-slip/simple/minimal/body.php
under $formatted_shipping_address && $formatted_billing_address next row with phone:
printf( __('Phone: %s', 'woocommerce-pdf-invoices'), $order->get_billing_phone() );