wholesale_signup_confirmation.vm
info
Transcluded from Screen Interface Intro.
$form variables for template wholesale_signup_confirmation.vm
| Name | Type | Formal Syntax | Form Data? | Required on Post? | Comments/Sample Usage |
|---|---|---|---|---|---|
address1 | string | $form.address1 | |||
address2 | string | $form.address2 | |||
businessNotes | string | $form.businessNotes | |||
catalogUrl | string | $form.catalogUrl | |||
certificateOfResale | [html file input field](http://www.w3.org/TR/html-markup/input.file.html) | $form.certificateOfResale | |||
city | string | $form.city | |||
company | string | $form.company | |||
confirmPassword | string | $form.confirmPassword | |||
countries | string[] | $form.countries | |||
country | string | $form.country | |||
dayPhone | string | $form.dayPhone | |||
desiredPricingTierOid | integer | $form.desiredPricingTierOid | |||
email | string | $form.email | |||
errors | [Error[]](../storefront-object-model/error-sfo.md) | $form.errors | |||
eveningPhone | string | $form.eveningPhone | |||
fax | string | $form.fax | |||
firstName | string | $form.firstName | |||
infoMessages | string[] | $form.infoMessages | |||
lastName | string | $form.lastName | |||
merchantId | string | $form.merchantId | |||
password | string | $form.password | |||
postalCode | string | $form.postalCode | |||
pricingTiers | WholesaleSignupPricingTier[] | $form.pricingTiers | |||
referralSource | string | $form.referralSource | |||
state | string | $form.state | |||
taxId | string | $form.taxId | |||
websiteUrl | string | $form.websiteUrl | |||
wholesaleAgreement | string | $form.wholesaleAgreement |
Template Specific Value Objects
WholesaleSignupPricingTier
| Field | Type | Comment/Sample |
|---|---|---|
pricingTierOid | integer | |
| name | string |
Flow

Was this page helpful?