-
Notifications
You must be signed in to change notification settings - Fork 0
Customer Patterns
clockworkgeek edited this page Nov 25, 2011
·
1 revision
Uses current locale of Mage::app() to map address' country_id to translated country name.
- customer_id
- customer_address_id
- country
Reads current configuration of customer settings regarding prefixes, middle names and suffixes, then format's name accordingly.
- customer_id
- customer_address_id
- prefix
- firstname
- middlename
- lastname
- suffix
- name Formatted full name.
Reads current configuration of customer settings regarding prefixes, middle names and suffixes, then format's name accordingly.
-
customer_id
-
prefix
-
firstname
-
middlename
-
lastname
-
suffix
-
name Formatted full name.