Plugin Contributor
Ewout
(@pomegranate)
The easiest way to do this is with our Professional extension, this will allow you to set a custom address format and include those titles in front of the data:
Changing the address format
If you want to do this with the free version you’ll have to replace the current billing address with data that you pull directly from WooCommerce for example:
Name: <?= $order->get_formatted_billing_full_name(); ?>
Address: <?= $order->get_billing_address_1(); ?>
etc.
@pomegranate
I have the premium extension, but I don’t know how to change it, the help link is confusing. Can you tell me which file should I change?
Plugin Contributor
Ewout
(@pomegranate)
WordPress.org does not allow us to use these forums for supporting our paid extensions, but if you send an email to support@wpovernight.com (including your license key to expedite the process), we’ll do our best to help!