Since 28th December 2022, this plugin version has been discontinued for purchase. However, support will be continued for existing users. Post the aforementioned date, users who purchase the plugin, which now is made available as multiple add-ons, must refer to their corresponding setup guides. The drag-and-drop customizer feature is now available for purchase as an add-on.

WooCommerce PDF Invoices, packing slips and credit notes plugin | WooCommerce Shipping labels, Dispatch labels and Delivery notes plugin | WooCommerce Address labels plugin | WooCommerce Picklists plugin | WooCommerce Proforma invoices plugin | Customizer for WooCommerce PDF Invoices

Since 28th December 2022, this plugin version has been discontinued for purchase. However, support will be continued for existing users.

Home > Docs > WooCommerce PDF Invoices, Packing Slips, Delivery Notes and Shipping Labels > How to Add Customer’s Name in WooCommerce Invoices/Labels

How to Add Customer’s Name in WooCommerce Invoices/Labels

Last updated on November 7, 2023

Print invoice and packing slip for WooCommerce plugin comes with several customisation provisions. You can choose invoice from pre defined templates as well as alter the default appearance.

By default, our plugin handles the entire billing address in single place holder which is [wfte_billing_adddress]. Now if you need to show the customer name only, you can use our custom filter. Insert the below given filter/code snippet into the active theme’s functions.php file.

After adding the code snippet you can use the place holder [wfte_customer_name] anywhere in the template HTML code to include the customer name. To add the place holder go to Invoice > Customize > Code view as shown below.

Invoice-CustomizeCode

You can even use the same hook to add any other order meta to invoices and other labels.