Show Address Fields in Customer Registration Form.
Show Address Fields in Customer Registration Form., (*1)
Magento CE(EE) 2.0.x, 2.1.x, 2.2.x, 2.3.x, 2.4.x, (*2)
, (*3)
Go to Magento2 root folder, (*4)
Enter following commands to install module:, (*5)
composer require faonni/module-customer-create-address
Wait while dependencies are updated., (*6)
Enter following commands to enable module:, (*7)
php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento setup:static-content:deploy (optional)
This works only with modules defined as Composer packages., (*8)
Go to Magento2 root folder, (*9)
Enter following commands to remove database data:, (*10)
```bash php bin/magento module:uninstall -r Faonni_ShowAddressFields, (*11)
Go to Magento2 root folder, (*12)
Enter following commands to remove:, (*13)
composer remove faonni/module-customer-create-address
Go to Magento2 root folder, (*14)
Enter following commands:, (*15)
```bash php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento setup:static-content:deploy (optional), (*16)