Before I write my own, I'm after a module that will simply look after peoples' postal addresses.
I have this functionality built into a homegrown paid Membership module I've been using for a couple of years, but as I'm about to embark on an eCommerce (spit) module, address functionality would be required there too. Best to have it stand alone and linked from other modules as required.
Functionality I need is for addresses to be linked to an individial pn_uid for edit purposes. Admins can obviously update any address. That's about it.
TABLE: address id, pn_uid, Address Line 1, Address Line 2, Address Line 3, Town, City, County, Postcode, Country - obviously UK-centric for my part.
