com.bpsinfo.ultracart.checkout.ui.ReviewItemForm
Include Page |
---|
| Screen Interface Intro |
---|
| Screen Interface Intro |
---|
|
...
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 Array of Errors
| Error[]
| $form.errors
| | | |
extendedDescription
| string
| $form.extendedDescription
| | | |
imageUrl
| string
| $form.imageUrl
| | | |
infoMessages
| Array of string[]
| $form.infoMessages
| | | |
itemId
| string
| $form.itemId
| | | |
location
| string
| $form.location
| | | |
merchantId
| string
| $form.merchantId
| | | |
nickname
| string
| $form.nickname
| | | |
questions java.util.Collection (class com.bpsinfo.ultracart.checkout.ui.ReviewItemForm$Question)
| ReviewFormQuestion[]
| $form.questions
| | | |
ratingScaleMax
| int integer
| $form.ratingScaleMax
| | | |
ratings java.util.Collection (class com.bpsinfo.ultracart.checkout.ui.ReviewItemForm$Rating)
| ReviewFormRating[]
| $form.ratings
| | | |
recommendStoreToFriend
| string
| $form.recommendStoreToFriend
| | | |
recommendToFriend
| string
| $form.recommendToFriend
| | | |
review
| string
| $form.review
| | | |
scores
| Array of string[]
| $form.scores
| | | |
storeFeedback
| string
| $form.storeFeedback
| | | |
storeFrontItem
| Item
| $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