Greetings $order.BillToFirstName $order.BillToLastName ! Your Digital File and Serial Key are available. View your Order Online and click on the Download icon next to $orderItemDigitalGood.DigitalGood.Name. For your convenience, your Serial Key is also displayed next to your Download Link. Digital File: $orderItemDigitalGood.DigitalGood.Name To view all downloads, you can also go to your My Account page and click on the "My Digital Goods" link. Thank you for shopping with us. |
Order Summary |
---|
Email Address: |
${order.BillToEmail} |
Order Number: |
$order.OrderId |
Ordered on: |
$order.OrderDate.ToString("G") |
Ordered by: |
$order.BillToFirstName $order.BillToLastName |
Order Total: |
$order.Items.TotalPriceById().ToString("C") |
Order Status: |
View Online |
Billing Address:
$order.FormatAddress(true)
|
Payment Method:
#foreach($payment in $payments)
$payment.PaymentMethodName
$payment.ReferenceNumber #end |
Digital Files |
---|
SKU | Name | Price | Quantity | Total |
$orderItem.Sku |
$orderItem.Name
#if ($orderItem.VariantName.Length > 0)
($orderItem.VariantName)
#end
#foreach($orderItemInput in $orderItem.Inputs)
#if (!$orderItemInput.IsMerchantField)
$orderItemInput.Name: $orderItemInput.InputValue #end #end |
$orderItem.Price.ToString("C") | $orderItem.Quantity | $orderItem.ExtendedPrice.ToString("C") |