wholesale_signup_application.vm

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 wholesale_signup_application.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

$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[]

$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[] (see below)

$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