Greetings $order.BillToFirstName $order.BillToLastName ! The Gift Certificate $giftcertificate.Name is activated. You can view or print the details of your gift certificate using the information below. $giftcertificate.Name: View Online If you would like to check the status of your order, manage addresses, update your email, or customize many other options, please visit your personal My Account page. 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 |
Shipment Information |
---|
Shipment $shipNo of $order.Shipments.Count #set ($shipNo = $shipNo + 1) | ||||||
|
||||||
SKU | Description | Quantity | Price | |||
#if (($orderItem.OrderItemType == "Product")) $orderItem.Sku #elseif (($orderItem.OrderItemType == "Discount")) DISCOUNT #elseif (($orderItem.OrderItemType == "GiftWrap")) GIFTWRAP #end |
$orderItem.Name
#if ($orderItem.VariantName.Length > 0)
($orderItem.VariantName)
#end
#foreach($orderItemInput in $orderItem.Inputs)
#if (!$orderItemInput.IsMerchantField)
$orderItemInput.Name: $orderItemInput.InputValue #end #end #if ($orderItem.WrapStyle) Gift-Wrap: $orderItem.WrapStyle.Name #end |
$orderItem.Quantity | $orderItem.ExtendedPrice.ToString("C") | |||
Non-Shipping Items |
---|
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") |
Order Totals |
---|
Subtotal: | $order.Items.TotalPriceById(0).ToString("C") | Thanks again for shopping with us! |
Tax: | $order.Items.TotalPriceById(3).ToString("C") | |
Shipping and Handling: | $order.Items.TotalPriceById(1, 2).ToString("C") | |
Discounts: | $order.Items.TotalPriceById(4).ToString("C") | |
Total: | $order.Items.TotalPriceById().ToString("C") |