We determined that only a billing address would be added to orders by default. The Postal Address module should do what we need as a Field with country-specific address fields and such. We're doing away with the whole concept of .cif files featured in Ubercart in favor of a more well-defined approach to country data.
Comments
Comment #1
matt2000 commentedsubscribe. Ideally, the default billing address would be stored (or referenced) in a profile2 profile entity so it can more easily be reused by other modules concerned with billing.
Comment #2
rszrama commentedAgreed on the need for some sort of centralized storage system (address book) per customer.
Wanted to update this issue to point to http://drupal.org/project/addressfield.
Comment #3
rszrama commentedGuess I should've updated the name, too. ; )
Comment #4
rszrama commentedTagging.
No real new information other than mentioning that the mock-up for the address widget is in Bojhan's order edit issue #725658: Editing order UI. Also, we did discuss that default address information / available countries can be handled through our own settings form since these will be implemented as locked fields.
Comment #5
rszrama commentedThis integration has been provided, and additional issues should likely target Address Field's issue tracker. More appropriately, this functionality is part of the Customer module as addresses are actually attached to customer profiles instead of to orders directly.