quote_review.vm
info
Transcluded from Screen Interface Intro.
$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](../storefront-object-model/error-sfo.md)[] | $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](../storefront-object-model/option-sfo.md) | |
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

Was this page helpful?