quote_review.vm

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

string[]

$form.billingInfo

 

 

 

deliveryDate

string

$form.deliveryDate

 

 

 

errors

Error[]

$form.errors

 

 

 

giftMessage

string

$form.giftMessage

 

 

 

infoMessages

string[]

$form.infoMessages

 

 

 

items

QuoteReviewItem[]

$form.items

 

 

 

merchantId

string

$form.merchantId

 

 

 

orderId

string

$form.orderId

 

 

 

paymentPreference

string

$form.paymentPreference

 

 

 

paymentPreferences

QuoteReviewPaymentPreference[]

$form.paymentPreferences

 

 

 

quoteId

string

$form.quoteId

 

 

 

shipOnDate

string

$form.shipOnDate

 

 

 

shipping3rdPartyAccountNumber

string

$form.shipping3rdPartyAccountNumber

 

 

 

shippingInfo

string[]

$form.shippingInfo

 

 

 

shippingMethod

string

$form.shippingMethod

 

 

 

showAddress

string

$form.showAddress

 

 

 

specialInstructions

string

$form.specialInstructions

 

 

 

summaryLineItems

QuoteReviewSummaryLineItem[]

$form.summaryLineItems

 

 

 

total

string

$form.total

 

 

 

 

Template Specific Value Objects

 QuoteReviewItem

Field

Type

Comment/Sample

amount

string

 

autoOrderFrequency

string

 

description

string

 

discount

string

 

itemId

string

 

options

Option

 

quantity

string

 

QuoteReviewPaymentPreference

Field

Type

Comment/Sample

html

string

 

name

string

 

value

string

 

QuoteReviewSummaryLineItem

Field

Type

Comment/Sample

amount

string

 

discount

boolean

 

name

string

 

 

Flow