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 3 Next »

The auto order template is a conditional template that fires at the end of the data collection process if the customer has purchased one or more items that are customer selectable auto orders.

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 auto_order.vm

Name

Type

Formal Syntax

Form Data?

Required on Post?

Comments/Sample Usage

company

string

$form.company

 

 

 

errors

Array of Errors

$form.errors

 

 

 

infoMessages

Array of string

$form.infoMessages

 

 

 

items

java.util.Collection (class com.bpsinfo.ultracart.checkout.ui.AutoOrderForm$Item)

$form.items

 

 

 

Flow

  • No labels