Skip to main content
Reference

digital_download.vm

info

Transcluded from Screen Interface Intro.

$form variables for template digital_download.vm

NameTypeFormal SyntaxForm Data?Required on Post?Comments/Sample Usage
clickWrapAgreementstring$form.clickWrapAgreement
customerService[CustomerService](../storefront-object-model/customerservice-sfo.md)$form.customerService
digitalDownloads[DigitalDownload](../storefront-object-model/digitaldownload-sfo.md)[]$form.digitalDownloads
digitalOrderUrlIdstring$form.digitalOrderUrlId
downloadServerHostNamestring$form.downloadServerHostName
emailRecipientstring$form.emailRecipient
errors[Error](../storefront-object-model/error-sfo.md)[]$form.errors
expirationDatestring$form.expirationDate
expirationDateRawTimestamp$form.expirationDateRawuseful to re-format the expiration date into a different format or timezone.
see [https://docs.oracle.com/javase/7/docs/api/java/text/SimpleDateFormat.html](https://docs.oracle.com/javase/7/docs/api/java/text/SimpleDateFormat.html) for formatting examples.
$formatHelper.formatDate($form.expirationDateRaw, "dd.MM.yyyy", "GMT")
infoMessagesstring[]$form.infoMessages
orderIdstring$form.orderId
screenBrandingThemeOidinteger$form.screenBrandingThemeOid

Flow

flow_digital_download.vm.png

Was this page helpful?