This documentation is for the older version of the WooCommerce PDF Invoices, Packing Slips, Delivery Notes, and Shipping Labels plugin. If you are using the new version of the plugin, please note that this documentation no longer applies to you. Find the relevant documentation from here :

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

Home > Docs > WooCommerce PDF Invoices, Packing Slips, Delivery Notes and Shipping Labels > How to Alter Address Format to Suit European Standards in WooCommerce Documents

How to Alter Address Format to Suit European Standards in WooCommerce Documents

Last updated on November 12, 2024

WooCommerce PDF Invoice, Packing Slip, Delivery Notes, and Shipping Label plugin allows you to print and download various document types. By default, the plugin prints the address in US standard format which is in the order City, State, Zip in all the documents types.

There can be instances where you prefer to print the addresses in EU standards which is in the order Zip, City, State. To modify this default behavior of the plugin, insert the below-given code snippet in the active theme’s functions.php file.

Likewise, if you wish to display only the Zip, City in the address, then insert the following code snippet in the active theme’s functions.php file.