The Home for Magento 2 Excellence

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

539 Modules
305 Ready
196 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.

99
Downloads
Below average
0
GitHub Stars
10mo ago
Last Release
0
Open Issues
Not Tested
Awaiting results

Build Tests

Composer Install
DI Compile
Templates

Code Quality

Coding Standard
PHPStan

Recent Test History

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

No test history available yet.

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.