access_account.vm

access_account.vm

 

Form Data Legend:

   form field

  submit button

$form variables for template access_account.vm

Name

Type

Formal Syntax

Form Data?

Required on Post?

Comments/Sample Usage

Name

Type

Formal Syntax

Form Data?

Required on Post?

Comments/Sample Usage

allowNonmembers

boolean

$form.allowNonmembers

 

 

Customer Profile setting "Require Customer Profile". If the require flag is true, then this will be false. It is used to hide the express login ability and force the customer to register or login.

continueCheckout

submit button

N/A

yes, for continue

if present and not empty, instructs the form to continue with the checkout process.

errors

Array of Errors

$form.errors

 

 

see Error, see errors.vm

infoMessages

Array of string

$form.infoMessages

 

 

see Message, see info_messages.vm

memberEmail

string

$form.memberEmail

yes, for existing login

 

memberPassword

string

$form.memberPassword

 

yes, for existing login

 

memberSubmit

submit button

N/A

yes, for existing login

if present and not empty, instructs the form to attempt an existing member login

merchantId

string

$form.merchantId

 

yes

 

newMemberConfirmPassword

string

$form.newMemberConfirmPassword

 

yes, for new member registration

 

newMemberEmail

string

$form.newMemberEmail

 

yes, for new member registration

 

newMemberPassword

string

$form.newMemberPassword

 

yes, for new member registration

 

newMemberSumbit

submit button

N/A

yes, for new member registration

if present and not empty, instructs the form to attempt a new customer registration

showForgotPassword

boolean

$form.showForgotPassword

 

 

 Merchant Property. Rare property. If false, the "forgot password" link should not be created on the page.

 

Flow