Skip to content

Latest commit

 

History

History
93 lines (62 loc) · 2.29 KB

File metadata and controls

93 lines (62 loc) · 2.29 KB

System Code Customer Register Address

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