Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

com.bpsinfo.ultracart.checkout.ui.SingleCalculateShippingForm

Include Page
Screen Interface Intro
Screen Interface Intro

...

Name

Type

Formal Syntax

Form Data?

Required on Post?

Comments/Sample Usage

address1

string

$form.address1

 

 

 

address2

string

$form.address2

 

 

 

cartShippingCost

string

$form.cartShippingCost

 

 

 

cartTax

string

$form.cartTax

 

 

 

city

string

$form.city

 

 

 

country

string

$form.country

 

 

 

errorsArray of Errors

Error[ ]

$form.errors

 

 

 

estimatesArray of ShippingEstimates

ShippingEstimate[ ]

$form.estimates

 

 

 

infoMessages

Array of string[ ]

$form.infoMessages

 

 

 

selectedShippingMethod

string

$form.selectedShippingMethod

 

 

 

state

string

$form.state

 

 

 

zip

string

$form.zip

 

 

 

...