extroniks / magento2-checkout-fields
Installs: 95
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento2-module
This package is auto-updated.
Last update: 2025-05-11 16:06:04 UTC
README
A module which allows addition of number of fields to the frontend checkout step. Module configuration can be found under the "Sales" section of the system configuration once installed and is labeled as "Checkout Fields".
Installation
- Add this to your project dependecies list
composer require extroniks/magento2-checkout-fields
- Run
bin/magento setup:upgrade
- Run
bin/magento setup:di:compile
- Configure module in system configuration
- Run
bin/magneto cache:flush
Compatibility/Tested on:
- Magento 2.2
Todos
- Support for fields in billing section
- Better styling/theme
- Finish sorting implementation
- Add validation support
- More input types
For more information about the module take a look at the documentation