Closed (won't fix)
Project:
Location
Version:
6.x-3.1-rc1
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
8 Oct 2009 at 16:18 UTC
Updated:
12 Apr 2010 at 06:00 UTC
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).
| Comment | File | Size | Author |
|---|---|---|---|
| location_first_last_org.zip | 3.52 KB | mearnest |
Comments
Comment #1
stefan81 commentedIt 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
Comment #2
mearnest commentedThe 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.
Comment #3
yesct commentedI 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.