Make all address form variables sticky. Build address choosers for shipping and billing. Begin form processing for address forms.

This commit is contained in:
Colin Kuskie 2010-04-26 10:56:38 -07:00
parent 0050f44bec
commit 0b437f85c3
4 changed files with 65 additions and 9 deletions

View file

@ -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;