This module adds first name, last name and organization fields to each user location. We have provided a module integrating Ubercart and Location (http://drupal.org/project/uc_location). In addition, we have been working on integrating Salesforce and Ubercart. As a result, there was a need to map the Ubercart first name, last name and company name fields to their equivalent in Salesforce. This is also supported by the sf_location module (http://drupal.org/node/599214).

CommentFileSizeAuthor
location_first_last_org.zip3.52 KBmearnest

Comments

stefan81’s picture

It seems to work.
Just one issue:

The fields in the blank location fieldset for new locations, have a different order:

- Last Name
- Organization
- First Name

it should be:

- Organization
- First Name
- Last Name

Like the saved adresses

mearnest’s picture

The Location module gives the Location Name field a weight of 2 and Street a weight of 4. Which means that by default, we only have one weight for three fields if we want to position in between Name and Street. It would be nice if the fields ordered themselves according to how they are listed in the code, but this doesn't seem to be so. For now, we just change the field weights in the Collection Settings in User Locations on the Admin -> User Settings.

yesct’s picture

Status: Needs review » Closed (won't fix)
Issue tags: +location extra location fields like phone etc

I think this be better as a more general solution by using content profile, cck and cck locations. This seems like too much of a customization to put into location.