technogex / customer-attribute
Magento 2 Customer Custom Attributes
Package info
github.com/Technogex/customer-attribute
Type:magento2-module
pkg:composer/technogex/customer-attribute
dev-master
2019-03-26 21:13 UTC
This package is not auto-updated.
Last update: 2026-04-03 12:09:09 UTC
README
1. How to install
Step 1 Install via composer (recommend)
composer require technogex/customer-attribute
Manually (not recommended)
- Download the extension
- Unzip the file
- Create a folder {Magento 2 root}/app/code/Technogex/CustomerAttribute
- Copy the content from the unzip folder
Step 2 : Enable Customer Attribute Extension ("cd" to {Magento root} folder)
php -f bin/magento module:enable --clear-static-content Technogex_CustomerAttribute
php -f bin/magento setup:upgrade
Step 3 - How to Configure Customer Attribute
Log into your Magento 2 Admin, then navigate to Stores -> Technogex -> Customer Attribute