Magento – Magento 2 – Address format

addressbilling-addressformatmagento2shipping-address

How can I edit the address format? I know that I can add 3 more lines at Stores/Customers/Customers Configuration/Name and Address Options/Number of Lines in a Street Address. Then I can set as 4.

But I would like to split it in other fields like: street, number, neighborhood, reference, etc.

I can't find tutorials for Magento 2.x.

Thanks!

Best Answer

This module on GitHub solves the problem! https://github.com/experius/Magento-2-Module-Experius-Address-Lines

I installed using composer and worked for me!