systemcode / customer-address-registration
Show address fields on customer registration.
Package info
github.com/m2-systemcode/CustomerAddressRegistration
Type:magento2-module
pkg:composer/systemcode/customer-address-registration
Requires
- magento/module-customer: *
- systemcode/base: ^1.0
This package is auto-updated.
Last update: 2026-06-10 19:27:25 UTC
README
About Module
Displays the full address form on the customer registration page when enabled. Lets new customers save their default address during account creation instead of only after login.
Configuration
Stores > Configuration > System Code > Customer Register Address
Screenshots
Admin Configuration
Customer Registration
Requirements
systemcode/basemagento/module-customer
How to install
✓ Install by Composer (recommended)
composer require systemcode/base systemcode/customer-address-registration
php bin/magento module:enable SystemCode_CustomerAddressRegistration
php bin/magento setup:upgrade
✓ Install Manually
- Copy module to folder
app/code/SystemCode/CustomerAddressRegistrationand run commands:
php bin/magento module:enable SystemCode_CustomerAddressRegistration
php bin/magento setup:di:compile
php bin/magento setup:upgrade
License
OSL-3.0
Authors
Sobre o Módulo
Exibe o formulário completo de endereço na página de cadastro do cliente quando ativado. Permite que novos clientes salvem o endereço padrão já na criação da conta, em vez de apenas após o login.
Configuração
Lojas > Configuração > System Code > Customer Register Address
Screenshots
Configuração no Admin
Cadastro de Cliente
Requisitos
systemcode/basemagento/module-customer
Como Instalar
✓ Instalação via Composer (recomendado)
composer require systemcode/base systemcode/customer-address-registration
php bin/magento module:enable SystemCode_CustomerAddressRegistration
php bin/magento setup:upgrade
✓ Instalação Manual
- Copie o módulo para
app/code/SystemCode/CustomerAddressRegistratione execute:
php bin/magento module:enable SystemCode_CustomerAddressRegistration
php bin/magento setup:di:compile
php bin/magento setup:upgrade
Licença
OSL-3.0

