📊 State of Magento 2025

The Home for Magento 2 Excellence

Quality-tested Magento 2 modules. Explore. Evaluate. Elevate. #magento2

616 Modules
403 Ready
212 Need Help
🏆 Leaderboard
Stable v0.1.5

Module Customer Identification Document

manuelcanepa/module-customer-identification-document

Adds customer and address attributes for storing document type and number. Enables collection of customer identification information during registration and checkout.

100
Downloads
Below average
0
GitHub Stars
12mo ago
Last Release
0
Open Issues
Build Issues
2/3 checks passed

Build Tests

Composer Install
DI Compile
Templates

Code Quality

CS Coding Standard
3 errors , 283 warnings
PHPStan Failed

Tested on Magento 2.4.8-p3

Recent Test History

Each release is tested against the latest Magento version at that time.

v0.1.5 on Magento 2.4.8-p3
Dec 30, 2025

Looking for Contributors

Dependency injection compilation fails. Your contribution could help the entire Magento community!

Contribute

Share This Module's Status

Module Customer Identification Document Magento compatibility status badge

README

Loaded from GitHub

This module is under development. Isn't ready to install yet.

Mugar_CustomerIdentificationDocument for Magento2

This module adds a new set of attributes for customer.

Those attributes

Customer

  • document_type
  • document_number

Customer Billing Address

  • document_type
  • document_number

Customer Shipping Address

  • document_type
  • document_number

Installation

Use composer to install Mugar_ModuleName.

composer require mugar/module-customer-identification-document

Then you'll need to activate the module.

bin/magento module:enable Mugar_CustomerIdentificationDocument
bin/magento setup:upgrade
bin/magento cache:clean

Uninstall

bin/magento module:uninstall Mugar_CustomerIdentificationDocument

If you used Composer for installation Magento will remove the files and database information.

Support

You can request to be added to Slack.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

How to create a PR

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

License

MIT

This content is fetched directly from the module's GitHub repository. We are not the authors of this content and take no responsibility for its accuracy, completeness, or any consequences arising from its use.