single_calculate_shipping.vm
info
Transcluded from Screen Interface Intro.
$form variables for template single_calculate_shipping.vm
| 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 | |||
errors | [Error](../storefront-object-model/error-sfo.md)[ ] | $form.errors | |||
estimates | [ShippingEstimate[ ]](../storefront-object-model/shippingestimate-sfo.md) | $form.estimates | |||
infoMessages | string[ ] | $form.infoMessages | |||
selectedShippingMethod | string | $form.selectedShippingMethod | |||
state | string | $form.state | |||
zip | string | $form.zip |
Flow

Was this page helpful?