systemcode/customer-address-registration

Show address fields on customer registration.

Maintainers

Package info

github.com/m2-systemcode/CustomerAddressRegistration

Type:magento2-module

pkg:composer/systemcode/customer-address-registration

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-master 2026-06-10 19:26 UTC

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

Admin Configuration

Customer Registration

Customer Registration

Requirements

  • systemcode/base
  • magento/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/CustomerAddressRegistration and 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

Configuração no Admin

Cadastro de Cliente

Cadastro de Cliente

Requisitos

  • systemcode/base
  • magento/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/CustomerAddressRegistration e execute:
php bin/magento module:enable SystemCode_CustomerAddressRegistration
php bin/magento setup:di:compile
php bin/magento setup:upgrade

Licença

OSL-3.0

Autores