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

Version 1 Current »

com.bpsinfo.ultracart.checkout.ui.ReceiptForm

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

Name

Type

Formal Syntax

Form Data?

Required on Post?

Comments/Sample Usage

catalogUrl

string

$form.catalogUrl

 

 

 

checkMailingAddress

Array of string

$form.checkMailingAddress

 

 

 

checkPayableTo

string

$form.checkPayableTo

 

 

 

currentStage

string

$form.currentStage

 

 

 

digitalDownloadInstructions

string

$form.digitalDownloadInstructions

 

 

 

errors

Array of Errors

$form.errors

 

 

 

htmlOrder

string

$form.htmlOrder

 

 

 

infoMessages

Array of string

$form.infoMessages

 

 

 

merchantId

string

$form.merchantId

 

 

 

merchantPayPalEmail

string

$form.merchantPayPalEmail

 

 

 

order

com.bps.ultracart.engine.placedorder.vo.PlacedOrderVO

$form.order

 

 

 

orderEmail

string

$form.orderEmail

 

 

 

orderId

string

$form.orderId

 

 

 

payPalCancelUrl

string

$form.payPalCancelUrl

 

 

 

payPalCurrencyCode

string

$form.payPalCurrencyCode

 

 

 

payPalNotifyUrl

string

$form.payPalNotifyUrl

 

 

 

payPalReturnUrl

string

$form.payPalReturnUrl

 

 

 

paymentMethod

string

$form.paymentMethod

 

 

 

preformattedOrder

string

$form.preformattedOrder

 

 

 

refreshUrl

string

$form.refreshUrl

 

 

 

tandcAcceptancePaymentCount

string

$form.tandcAcceptancePaymentCount

 

 

 

tandcActivationDate

string

$form.tandcActivationDate

 

 

 

tandcActivationFee

string

$form.tandcActivationFee

 

 

 

tandcElectronicSignature

string

$form.tandcElectronicSignature

 

 

 

tandcFinancialInstitutionAccountNumber

string

$form.tandcFinancialInstitutionAccountNumber

 

 

 

tandcFinancialInstitutionAccountType

string

$form.tandcFinancialInstitutionAccountType

 

 

 

tandcFinancialInstitutionName

string

$form.tandcFinancialInstitutionName

 

 

 

tandcFinancialInstitutionRoutingNumber

string

$form.tandcFinancialInstitutionRoutingNumber

 

 

 

tandcNumberOfPayments

string

$form.tandcNumberOfPayments

 

 

 

tandcPaymentAmount

string

$form.tandcPaymentAmount

 

 

 

tandcStartDate

string

$form.tandcStartDate

 

 

 

total

string

$form.total

 

 

 

wireTransferAccountNumber

string

$form.wireTransferAccountNumber

 

 

 

wireTransferBankAddress

string

$form.wireTransferBankAddress

 

 

 

wireTransferIntermediateRoutingNumber

string

$form.wireTransferIntermediateRoutingNumber

 

 

 

wireTransferRoutingNumber

string

$form.wireTransferRoutingNumber

 

 

 

  • No labels