Extends Brazil Customer Identity with dedicated CPF, CNPJ, Social Name, and Trade Name attributes. Adds configurable visibility, validation, and optional sync to Magento native Tax/VAT and name fields for compatibility with core templates and integrations.
Requires CustomerIdentityBrazil.
Stores > Configuration > System Code > Brazil Customer Identity
Enhanced options appear under Extra Fields Synchronization, Individual (CPF), and Corporation (CNPJ).
systemcode/customer-identity-brazil
composer require systemcode/customer-identity-brazil systemcode/customer-identity-brazil-enhanced
php bin/magento module:enable SystemCode_CustomerIdentityBrazilEnhanced
php bin/magento setup:upgrade
- Copy module to folder
app/code/SystemCode/CustomerIdentityBrazilEnhancedand run commands:
php bin/magento module:enable SystemCode_CustomerIdentityBrazilEnhanced
php bin/magento setup:di:compile
php bin/magento setup:upgrade
These modules are not required by Brazil Customer Identity Enhanced, but work well together for a complete Brazilian storefront.
Custom street labels, street prefix, and CEP autocomplete.
composer require systemcode/base systemcode/customer \
systemcode/customer-street-lines \
systemcode/customer-street-prefix \
systemcode/customer-address-autocomplete-brazil
Collect the customer address during account creation.
composer require systemcode/base systemcode/customer \
systemcode/customer-address-autocomplete-brazil \
systemcode/customer-address-registration
Combine address autocomplete with CPF/CNPJ customer identity.
composer require systemcode/base systemcode/customer \
systemcode/customer-address-autocomplete-brazil \
systemcode/customer-identity-brazil
Address, identity, registration, street labels, and street prefix.
composer require systemcode/base systemcode/customer \
systemcode/customer-address-autocomplete-brazil \
systemcode/customer-address-registration \
systemcode/customer-street-lines \
systemcode/customer-street-prefix \
systemcode/customer-identity-brazil
Dedicated CPF, CNPJ, Social Name, and Trade Name fields.
composer require systemcode/base systemcode/customer \
systemcode/customer-address-autocomplete-brazil \
systemcode/customer-address-registration \
systemcode/customer-street-lines \
systemcode/customer-street-prefix \
systemcode/customer-identity-brazil \
systemcode/customer-identity-brazil-enhanced
OSL-3.0
Estende a Identidade do Cliente (Brasil) com atributos dedicados de CPF, CNPJ, Razão Social e Nome Fantasia. Adiciona visibilidade configurável, validação e sincronização opcional com os campos nativos Tax/VAT e nome do Magento para compatibilidade com modelos e integrações do core.
Requer o CustomerIdentityBrazil.
Lojas > Configuração > System Code > Brazil Customer Identity
As opções Enhanced aparecem em Sincronização de Campos Adicionais, Pessoa Física (CPF) e Pessoa Jurídica (CNPJ).
systemcode/customer-identity-brazil
composer require systemcode/customer-identity-brazil systemcode/customer-identity-brazil-enhanced
php bin/magento module:enable SystemCode_CustomerIdentityBrazilEnhanced
php bin/magento setup:upgrade
- Copie o módulo para
app/code/SystemCode/CustomerIdentityBrazilEnhancede execute:
php bin/magento module:enable SystemCode_CustomerIdentityBrazilEnhanced
php bin/magento setup:di:compile
php bin/magento setup:upgrade
Estes módulos não são obrigatórios para o Brazil Customer Identity Enhanced, mas combinam bem para uma loja brasileira completa.
Rótulos de rua, prefixo de logradouro e autocomplete de CEP.
composer require systemcode/base systemcode/customer \
systemcode/customer-street-lines \
systemcode/customer-street-prefix \
systemcode/customer-address-autocomplete-brazil
Coleta o endereço do cliente já no cadastro.
composer require systemcode/base systemcode/customer \
systemcode/customer-address-autocomplete-brazil \
systemcode/customer-address-registration
Autocomplete de endereço com identidade CPF/CNPJ.
composer require systemcode/base systemcode/customer \
systemcode/customer-address-autocomplete-brazil \
systemcode/customer-identity-brazil
Endereço, identidade, cadastro, rótulos de rua e prefixo de logradouro.
composer require systemcode/base systemcode/customer \
systemcode/customer-address-autocomplete-brazil \
systemcode/customer-address-registration \
systemcode/customer-street-lines \
systemcode/customer-street-prefix \
systemcode/customer-identity-brazil
Campos dedicados de CPF, CNPJ, Razão Social e Nome Fantasia.
composer require systemcode/base systemcode/customer \
systemcode/customer-address-autocomplete-brazil \
systemcode/customer-address-registration \
systemcode/customer-street-lines \
systemcode/customer-street-prefix \
systemcode/customer-identity-brazil \
systemcode/customer-identity-brazil-enhanced
OSL-3.0

