special_offers.vm
info
Transcluded from Screen Interface Intro.
$form variables for template special_offers.vm
| Name | Type | Formal Syntax | Form Data? | Required on Post? | Comments/Sample Usage |
|---|---|---|---|---|---|
afterHtml | string | $form.afterHtml | |||
beforeHtml | string | $form.beforeHtml | |||
customerChoiceSku | string | $form.customerChoiceSku | |||
customerChoices | [Option](../storefront-object-model/option-sfo.md)[] | $form.customerChoices | |||
diagnostics | string[] | $form.diagnostics | |||
errors | [Error[]](../storefront-object-model/error-sfo.md) | $form.errors | |||
infoMessages | string[] | $form.infoMessages | |||
limit | integer | $form.limit | |||
merchantId | string | $form.merchantId | |||
merchantItemUpsellOid | integer | $form.merchantItemUpsellOid | |||
multipleSelectionDetails | string | $form.multipleSelectionDetails | |||
no | string | $form.no | |||
options | java.util.Collection (class com.bpsinfo.ultracart.checkout.ui.SpecialOffers2Form$OptionEntry) | $form.options | |||
quantity | integer | $form.quantity | |||
redirectUrl | string | $form.redirectUrl | |||
token | string | $form.token | |||
yes | string | $form.yes |
Template Specific Value Objects
SpecialOffersOption
| Field | Type | Comment/Sample |
|---|---|---|
label | string | |
name | string | |
value | string | |
values | string[] |
Flow

Was this page helpful?