technogex / customer-attribute
Magento 2 Customer Custom Attributes
Installs: 13
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 1
Forks: 2
Open Issues: 0
Type:magento2-module
This package is not auto-updated.
Last update: 2025-09-05 09:43:58 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