Require that the user be logged in before entering in address info. Refactor out address form into a method that can called multiple times.

This commit is contained in:
Colin Kuskie 2010-04-22 20:02:19 -07:00
parent 747fa8c922
commit fbefeaf621
5 changed files with 131 additions and 85 deletions

View file

@ -143,11 +143,6 @@ our $HELP = {
description => "formFooter help",
required => 1,
},
{
name => "checkoutButton",
description => "checkoutButton help",
required => 1,
},
{
name => "updateButton",
description => "updateButton help",
@ -157,15 +152,6 @@ our $HELP = {
name => "continueShoppingButton",
description => "continueShoppingButton help",
},
{
name => "chooseShippingButton",
description => "chooseShippingButton help",
required => 1,
},
{
name => "shipToButton",
description => "shipToButton help",
},
{
name => "subtotalPrice",
description => "subtotalPrice help",