Skip to main content
Reference

quote_review.vm

info

Transcluded from Screen Interface Intro.

$form variables for template quote_review.vm

NameTypeFormal SyntaxForm Data?Required on Post?Comments/Sample Usage
billingInfostring[]$form.billingInfo
deliveryDatestring$form.deliveryDate
errors[Error](../storefront-object-model/error-sfo.md)[]$form.errors
giftMessagestring$form.giftMessage
infoMessagesstring[]$form.infoMessages
itemsQuoteReviewItem[]$form.items
merchantIdstring$form.merchantId
orderIdstring$form.orderId
paymentPreferencestring$form.paymentPreference
paymentPreferencesQuoteReviewPaymentPreference[]$form.paymentPreferences
quoteIdstring$form.quoteId
shipOnDatestring$form.shipOnDate
shipping3rdPartyAccountNumberstring$form.shipping3rdPartyAccountNumber
shippingInfostring[]$form.shippingInfo
shippingMethodstring$form.shippingMethod
showAddressstring$form.showAddress
specialInstructionsstring$form.specialInstructions
summaryLineItemsQuoteReviewSummaryLineItem[]$form.summaryLineItems
totalstring$form.total

Template Specific Value Objects

QuoteReviewItem
FieldTypeComment/Sample
amountstring
autoOrderFrequencystring
descriptionstring
discountstring
itemIdstring
options[Option](../storefront-object-model/option-sfo.md)
quantitystring
QuoteReviewPaymentPreference
FieldTypeComment/Sample
htmlstring
namestring
valuestring
QuoteReviewSummaryLineItem
FieldTypeComment/Sample
amountstring
discountboolean
namestring

Flow

flow_quote_review.vm.png

Was this page helpful?