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.
Stores > Configuration > System Code > Customer Register Address
systemcode/basemagento/module-customer
composer require systemcode/base systemcode/customer-address-registration
php bin/magento module:enable SystemCode_CustomerAddressRegistration
php bin/magento setup:upgrade
- 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
OSL-3.0
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.
Lojas > Configuração > System Code > Customer Register Address
systemcode/basemagento/module-customer
composer require systemcode/base systemcode/customer-address-registration
php bin/magento module:enable SystemCode_CustomerAddressRegistration
php bin/magento setup:upgrade
- 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
OSL-3.0

