cart
cart copied to clipboard
Add missing billing / shipping fields in Typoscript
Feature Request
Hello! When I was setting up which billing-fields should be required, visible or hidden in a project I noticed that several fields for Billing.html and Shipping.html templates were missing in Configuration/TypoScript/setup.typoscript :
- title
- company
- taxIdentificationNumber (for Billing)
- country
Describe the solution you'd like It would be great to have them added, so that a TYPO3 integrator can easily control these via constants.
Here's a suggested solution: https://github.com/pxamike/cart/commit/0fd09f13ad47f43411e9d2b89ad2595a7e442aec
Please let me know if you want me to send a pull request.