Make all address form variables sticky. Build address choosers for shipping and billing. Begin form processing for address forms.
This commit is contained in:
parent
0050f44bec
commit
0b437f85c3
4 changed files with 65 additions and 9 deletions
|
|
@ -1749,6 +1749,12 @@ our $I18N = {
|
|||
context => q|template label for the cart|
|
||||
},
|
||||
|
||||
'Add new address' => {
|
||||
message => q|Add new address.|,
|
||||
lastUpdated => 0,
|
||||
context => q|form label for the cart. Allows user to build a new address.|
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue