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.