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 > 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 July 28, 2023

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.