Zipcode after Country Issue
-
Hello,
Thank you very much for the really great plugin.
During testing, I noticed the following little thing, for which I haven’t been able to find a solution so far.The output of the billing address (billing_address()) looks like this for me
Name
Street
City
Zip codeBut it is expected:
Name
Street
Zipcode CityI found out that formatting for Germany is done like this
‘DE’ => “{company}\n{name}\n{address_1}\n{address_2}\n{postcode} {city}\n{country}”,There are no other plugins in use that have an impact on the formatting of the address. I only unset billing_country and billing_state in checkout because there is only 1 default country (Germany) defined.
What could be the reason? Many thanks for your help….
The topic ‘Zipcode after Country Issue’ is closed to new replies.