https://github.com/muka/uc_address_items
Add some additional fields for addresses in Ubercart for Drupal 7
https://github.com/muka/uc_address_items
Last synced: about 2 months ago
JSON representation
Add some additional fields for addresses in Ubercart for Drupal 7
- Host: GitHub
- URL: https://github.com/muka/uc_address_items
- Owner: muka
- License: gpl-2.0
- Created: 2012-03-01T09:24:49.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2012-03-01T10:04:29.000Z (about 13 years ago)
- Last Synced: 2025-02-05T04:49:31.569Z (4 months ago)
- Language: PHP
- Homepage:
- Size: 102 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# uc_address_items
Adds some additional fields to Ubercart address in Drupal 7
Those fields can be extended by editing the *.install file in the hook_schema() adding more field or toggling unused.
The base fields are some useful in Italy
* `Partita Iva`
* `Codice Fiscale`
* `IBAN`A day, all this could be handled within Entity API and made fieldable (after a stable release will be out).