billing.vm

com.bpsinfo.ultracart.checkout.ui.BillingForm

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 billing.vm

Name

Type

Formal Syntax

Form Data?

Required on Post?

Comments/Sample Usage

address1

string

$form.address1

 

 

 

address2

string

$form.address2

 

 

 

addressBook

Array of Addresses

$form.addressBook

 

 

 

ccEmail

string

$form.ccEmail

 

 

 

city

string

$form.city

 

 

 

company

string

$form.company

 

 

 

countries

Array of string

$form.countries

 

 

 

country

string

$form.country

 

 

 

customField2

string

$form.customField2

 

 

 

dayPhone

string

$form.dayPhone

 

 

 

email

string

$form.email

 

 

 

emailConfirm

string

$form.emailConfirm

 

 

 

errors

Array of Errors

$form.errors

 

 

 

eveningPhone

string

$form.eveningPhone

 

 

 

firstName

string

$form.firstName

 

 

 

giftCharge

string

$form.giftCharge

 

 

 

giftEmail

string

$form.giftEmail

 

 

 

giftMaxLengthMessage

string

$form.giftMaxLengthMessage

 

 

 

giftMessage

string

$form.giftMessage

 

 

 

infoMessages

Array of string

$form.infoMessages

 

 

 

lastName

string

$form.lastName

 

 

 

merchantId

string

$form.merchantId

 

 

 

state

string

$form.state

 

 

 

stateOptionalCountriesJson

string

$form.stateOptionalCountriesJson

 

 

 

title

string

$form.title

 

 

 

zip

string

$form.zip

 

 

 

 

Flow