account_login.vm
The login screen for a customer to login during the checkout process.
info
Transcluded from Screen Interface Intro.
$form variables for template account_login.vm
| Name | Type | Formal Syntax | Form Data? | Required on Post? | Comments/Sample Usage |
|---|---|---|---|---|---|
errors | [Array](../storefront-object-model/array-sfo.md) of [Errors](../storefront-object-model/error-sfo.md) | $form.errors | will contain failed login message upon failure | ||
infoMessages | [Array](../storefront-object-model/array-sfo.md) of string | $form.infoMessages | available, but not used for this screen presently | ||
memberEmail | string | $form.memberEmail | :tick: | Y | |
memberPassword | string | $form.memberPassword | :tick: | Y |
Was this page helpful?