$customHeader
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

com.bpsinfo.ultracart.autoorder.ui.AutoOrderUpdateBillingForm

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

Name

Type

Formal Syntax

Form Data?

Required on Post?

Comments/Sample Usage

address1

string

$form.address1

 

 

 

address2

string

$form.address2

 

 

 

city

string

$form.city

 

 

 

company

string

$form.company

 

 

 

countries

Array of string

$form.countries

 

 

 

country

string

$form.country

 

 

 

creditCardExpMonth

string

$form.creditCardExpMonth

 

 

 

creditCardExpMonths

java.util.Collection (class com.bpsinfo.ultracart.autoorder.ui.AutoOrderUpdateBillingForm$SelectOption)

$form.creditCardExpMonths

 

 

 

creditCardExpYear

string

$form.creditCardExpYear

 

 

 

creditCardExpYears

java.util.Collection (class com.bpsinfo.ultracart.autoorder.ui.AutoOrderUpdateBillingForm$SelectOption)

$form.creditCardExpYears

 

 

 

creditCardNumber

string

$form.creditCardNumber

 

 

 

creditCardType

string

$form.creditCardType

 

 

 

creditCardTypes

java.util.Collection (class com.bpsinfo.ultracart.autoorder.ui.AutoOrderUpdateBillingForm$SelectOption)

$form.creditCardTypes

 

 

 

crossSiteProtectionToken

string

$form.crossSiteProtectionToken

 

 

 

dayPhone

string

$form.dayPhone

 

 

 

error

string

$form.error

 

 

 

errors

Array of Errors

$form.errors

 

 

 

eveningPhone

string

$form.eveningPhone

 

 

 

firstName

string

$form.firstName

 

 

 

infoMessages

Array of string

$form.infoMessages

 

 

 

lastName

string

$form.lastName

 

 

 

merchantId

string

$form.merchantId

 

 

 

screenBrandingThemeCode

string

$form.screenBrandingThemeCode

 

 

 

state

string

$form.state

 

 

 

token

string

$form.token

 

 

 

zip

string

$form.zip

 

 

 

  • No labels