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.QuoteReviewForm

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

Name

Type

Formal Syntax

Form Data?

Required on Post?

Comments/Sample Usage

billingInfo

Array of string

$form.billingInfo

 

 

 

deliveryDate

string

$form.deliveryDate

 

 

 

errors

Array of Errors

$form.errors

 

 

 

giftMessage

string

$form.giftMessage

 

 

 

infoMessages

Array of string

$form.infoMessages

 

 

 

items

java.util.Collection (class com.bpsinfo.ultracart.checkout.ui.QuoteReviewForm$Item)

$form.items

 

 

 

merchantId

string

$form.merchantId

 

 

 

orderId

string

$form.orderId

 

 

 

paymentPreference

string

$form.paymentPreference

 

 

 

paymentPreferences

java.util.Collection (class com.bpsinfo.ultracart.checkout.ui.QuoteReviewForm$PaymentPreference)

$form.paymentPreferences

 

 

 

quoteId

string

$form.quoteId

 

 

 

shipOnDate

string

$form.shipOnDate

 

 

 

shipping3rdPartyAccountNumber

string

$form.shipping3rdPartyAccountNumber

 

 

 

shippingInfo

Array of string

$form.shippingInfo

 

 

 

shippingMethod

string

$form.shippingMethod

 

 

 

showAddress

string

$form.showAddress

 

 

 

specialInstructions

string

$form.specialInstructions

 

 

 

summaryLineItems

java.util.Collection (class com.bpsinfo.ultracart.checkout.ui.QuoteReviewForm$SummaryLineItem)

$form.summaryLineItems

 

 

 

total

string

$form.total

 

 

 

  • No labels