mugar / module-customer-identification-document
Customer Identification Module
Installs: 11
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 8
Forks: 6
Open Issues: 16
Type:magento2-module
Requires
- php: ~7.1.0|~7.2.0
This package is auto-updated.
Last update: 2024-11-13 18:14:23 UTC
README
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
- 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