billing_address_1 and billing_address_2 should be separate lines and not merged
-
Here’s something that has an almost daily annoyance when using the plugin.
On the checkout page for the street address, there’s one line for
[House number and stree aka billing_address_1]
and a second line for
[Apartment, suite, unit etc. (optional) aka billing_address_2]see:
Now on the PDF label the plugin merges these two fields in an inappropriate way like:
Firstname Lastname
billing_address_1 billing_address_2
zipcode cityThat is, both get on one line which is incorrect and causes packets to be not delivered because the address is “wrong” or the recipient cannot be found.
Another problem of merging these two lines together (without any separator in the middle by the way) in such a way is that the line just becomes way to long.
It should be
Firstname Lastname
billing_address_2
billing_address_1
zipcode cityI do not know about other countrys, but in Germany this would be the correct way because the order is always from most detail (top) to least detail bottom in Germany for adressing.
At the moment we have to manually adjust the shipping address of about every forth order in the WooCommerce backend due to this. Can this be changed?
- The topic ‘billing_address_1 and billing_address_2 should be separate lines and not merged’ is closed to new replies.