review_item_confirmation.vm
info
Transcluded from Screen Interface Intro.
$form variables for template review_item_confirmation.vm
| Name | Type | Formal Syntax | Form Data? | Required on Post? | Comments/Sample Usage |
|---|---|---|---|---|---|
catalogUrl | string | $form.catalogUrl | |||
company | string | $form.company | |||
description | string | $form.description | |||
errors | [Error[]](../storefront-object-model/error-sfo.md) | $form.errors | |||
extendedDescription | string | $form.extendedDescription | |||
imageUrl | string | $form.imageUrl | |||
infoMessages | string[] | $form.infoMessages | |||
itemId | string | $form.itemId | |||
location | string | $form.location | |||
merchantId | string | $form.merchantId | |||
nickname | string | $form.nickname | |||
questions | ReviewFormQuestion[] | $form.questions | |||
ratingScaleMax | integer | $form.ratingScaleMax | |||
ratings | ReviewFormRating[] | $form.ratings | |||
recommendStoreToFriend | string | $form.recommendStoreToFriend | |||
recommendToFriend | string | $form.recommendToFriend | |||
review | string | $form.review | |||
scores | string[] | $form.scores | |||
storeFeedback | string | $form.storeFeedback | |||
storeFrontItem | [Item](../storefront-object-model/item-sfo.md) | $form.storeFrontItem | |||
termsAndConditions | string | $form.termsAndConditions | |||
title | string | $form.title |
Template Specific Value Objects
ReviewFormQuestion
| Field | Type | Comment/Sample |
|---|---|---|
answer | string | |
cols | integer | |
format | string | |
maxLength | integer | |
options | string[] | |
question | string | |
rows | integer | |
size | integer |
ReviewFormRating
| Field | Type | Comment/Sample |
|---|---|---|
name | string | |
score | string |
Flow

Was this page helpful?