You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 2
Next »
com.bpsinfo.ultracart.checkout.ui.ReviewItemForm
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.
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
| $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)
| $form.questions
| | | |
ratingScaleMax
| int
| $form.ratingScaleMax
| | | |
ratings
| java.util.Collection (class com.bpsinfo.ultracart.checkout.ui.ReviewItemForm$Rating)
| $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
| | | |
Flow