Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

com.bpsinfo.ultracart.checkout.ui.SpecialOffers2Form

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.

$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

java.util.Collection (class com.bpsinfo.ultracart.checkout.ui.ReviewForm$SelectOption)

$form.customerChoices

 

 

 

diagnostics

Array of string

$form.diagnostics

 

 

 

errors

Array of Errors

$form.errors

 

 

 

infoMessages

Array of string

$form.infoMessages

 

 

 

limit

java.lang.Integer

$form.limit

 

 

 

merchantId

string

$form.merchantId

 

 

 

merchantItemUpsellOid

int

$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

int

$form.quantity

 

 

 

redirectUrl

string

$form.redirectUrl

 

 

 

token

string

$form.token

 

 

 

yes

string

$form.yes

 

 

 

  • No labels