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.
Build Tests
Code Quality
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
README
Loaded from GitHubThis 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
- Fork it
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create new Pull Request
License
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.