fixes
This commit is contained in:
parent
822454f8e9
commit
1e54f7a9ec
2 changed files with 2 additions and 2 deletions
|
|
@ -94,7 +94,7 @@ sub checkoutForm {
|
||||||
$f->country(
|
$f->country(
|
||||||
-name=>"country",
|
-name=>"country",
|
||||||
-label=>$i18n->get("country"),
|
-label=>$i18n->get("country"),
|
||||||
-value=>($self->session->form->process("country") || $u->profileField("homeCountry") || 'United States')
|
-value=>($self->session->form->process("country",'country') || $u->profileField("homeCountry") || 'United States')
|
||||||
);
|
);
|
||||||
$f->phone(
|
$f->phone(
|
||||||
-name=>"phone",
|
-name=>"phone",
|
||||||
|
|
|
||||||
|
|
@ -164,7 +164,7 @@ sub checkoutForm {
|
||||||
$f->country(
|
$f->country(
|
||||||
-name=>"country",
|
-name=>"country",
|
||||||
-label=>$i18n->get("country"),
|
-label=>$i18n->get("country"),
|
||||||
-value=>($self->session->form->process("country") || $u->profileField("homeCountry") || 'United States')
|
-value=>($self->session->form->process("country",'country') || $u->profileField("homeCountry") || 'United States')
|
||||||
);
|
);
|
||||||
$f->phone(
|
$f->phone(
|
||||||
-name=>"phone",
|
-name=>"phone",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue