Add and edit addresses, for billing only.

This commit is contained in:
Colin Kuskie 2010-04-26 11:33:27 -07:00
parent 0b437f85c3
commit 85c7beca70
2 changed files with 45 additions and 12 deletions

View file

@ -1750,7 +1750,13 @@ our $I18N = {
},
'Add new address' => {
message => q|Add new address.|,
message => q|Add new address|,
lastUpdated => 0,
context => q|form label for the cart. Allows user to build a new address.|
},
'Update this address' => {
message => q|Update this address|,
lastUpdated => 0,
context => q|form label for the cart. Allows user to build a new address.|
},