An open API service indexing awesome lists of open source software.

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

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).