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

« Previous Version 2 Current »

com.bpsinfo.ultracart.checkout.ui.WholesaleSignupForm

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

Array of string

$form.countries

 

 

 

country

string

$form.country

 

 

 

dayPhone

string

$form.dayPhone

 

 

 

desiredPricingTierOid

int

$form.desiredPricingTierOid

 

 

 

email

string

$form.email

 

 

 

errors

Array of Errors

$form.errors

 

 

 

eveningPhone

string

$form.eveningPhone

 

 

 

fax

string

$form.fax

 

 

 

firstName

string

$form.firstName

 

 

 

infoMessages

Array of string

$form.infoMessages

 

 

 

lastName

string

$form.lastName

 

 

 

merchantId

string

$form.merchantId

 

 

 

password

string

$form.password

 

 

 

postalCode

string

$form.postalCode

 

 

 

pricingTiers

java.util.Collection (class com.bpsinfo.ultracart.checkout.ui.WholesaleSignupForm$PricingTierEntry)

$form.pricingTiers

 

 

 

referralSource

string

$form.referralSource

 

 

 

state

string

$form.state

 

 

 

taxId

string

$form.taxId

 

 

 

websiteUrl

string

$form.websiteUrl

 

 

 

wholesaleAgreement

string

$form.wholesaleAgreement

 

 

 

 Flow

  • No labels