Added first name and last name address options for products.
This commit is contained in:
parent
77aec308c1
commit
2c41d60933
7 changed files with 58 additions and 21 deletions
|
|
@ -650,6 +650,16 @@ our $I18N = {
|
|||
lastUpdated => 0,
|
||||
context => q|a label in the address editor|
|
||||
},
|
||||
'firstName' => {
|
||||
message => q|First Name|,
|
||||
lastUpdated => 0,
|
||||
context => q|a label in the address editor|
|
||||
},
|
||||
'lastName' => {
|
||||
message => q|Last Name|,
|
||||
lastUpdated => 0,
|
||||
context => q|a label in the address editor|
|
||||
},
|
||||
|
||||
'address' => {
|
||||
message => q|Address|,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue