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 Current »

com.bpsinfo.ultracart.checkout.ui.SpecialOffersConfirmationForm

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

Name

Type

Formal Syntax

Form Data?

Required on Post?

Comments/Sample Usage

billingAddress1

string

$form.billingAddress1

 

 

 

billingAddress2

string

$form.billingAddress2

 

 

 

billingCity

string

$form.billingCity

 

 

 

billingCompany

string

$form.billingCompany

 

 

 

billingCountry

string

$form.billingCountry

 

 

 

billingFirstName

string

$form.billingFirstName

 

 

 

billingLastName

string

$form.billingLastName

 

 

 

billingPhone

string

$form.billingPhone

 

 

 

billingState

string

$form.billingState

 

 

 

billingZip

string

$form.billingZip

 

 

 

confirm

string

$form.confirm

 

 

 

email

string

$form.email

 

 

 

errors

Array of Errors

$form.errors

 

 

 

infoMessages

Array of string

$form.infoMessages

 

 

 

items

java.util.Collection (class com.bpsinfo.ultracart.checkout.ui.SpecialOffersConfirmationForm$ItemEntry)

$form.items

 

 

 

merchantId

string

$form.merchantId

 

 

 

paymentMethod

string

$form.paymentMethod

 

 

 

paymentMethodLines

java.util.Collection (class com.bpsinfo.ultracart.checkout.ui.SpecialOffersConfirmationForm$PaymentMethodEntry)

$form.paymentMethodLines

 

 

 

redirectUrl

string

$form.redirectUrl

 

 

 

shippingAddress1

string

$form.shippingAddress1

 

 

 

shippingAddress2

string

$form.shippingAddress2

 

 

 

shippingCity

string

$form.shippingCity

 

 

 

shippingCompany

string

$form.shippingCompany

 

 

 

shippingCountry

string

$form.shippingCountry

 

 

 

shippingFirstName

string

$form.shippingFirstName

 

 

 

shippingLastName

string

$form.shippingLastName

 

 

 

shippingPhone

string

$form.shippingPhone

 

 

 

shippingState

string

$form.shippingState

 

 

 

shippingZip

string

$form.shippingZip

 

 

 

summaryLines

java.util.Collection (class com.bpsinfo.ultracart.checkout.ui.SpecialOffersConfirmationForm$SummaryEntry)

$form.summaryLines

 

 

 

update

string

$form.update

 

 

 

  • No labels