account_login.vm

The login screen for a customer to login during the checkout process.

In addition to other standard variables like $cart, StoreFront system screens (display and post form data, such as checkout screens) have a $form variable that contains fields and data specific to that screen.  

Listed below are the form fields specific to this screen template.

$form variables for template account_login.vm

Name

Type

Formal Syntax

Form Data?

Required on Post?

Comments/Sample Usage

errors

Array of Errors

$form.errors

 

 

will contain failed login message upon failure

infoMessages

Array of string

$form.infoMessages

 

 

available, but not used for this screen presently

memberEmail

string

$form.memberEmail

(tick)

Y

 

memberPassword

string

$form.memberPassword

(tick)

Y