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

pkg:composer/technogex/customer-attribute

dev-master 2019-03-26 21:13 UTC

This package is not auto-updated.

Last update: 2025-10-31 10:21:14 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