Thank you for your order # $!orderForm.inode |
Here is a summary of your order. An email will be sent to this email address: $webapi.getUserEmail() with the order information. You will be able to view the status and order history on "Your Profile" information.
You will also get an email with tracking information once the order is been shipped and you will also receive an invoice following your order from the Finance department.
|
|
Your order will be shipped to
#if ($!orderForm.paymentType == "ch")
(upon receipt of payment)
#end
:
|
$webapi.getUserFullName() |
#if(!($!orderForm.shippingLabel == ""))
$!orderForm.shippingLabel |
#end
$!orderForm.shippingAddress1 |
#if(!($!orderForm.shippingAddress2 == ""))
$!orderForm.shippingAddress2 |
#end
#if ($!orderForm.shippingState == "otherCountry")
$!orderForm.shippingCity, $!orderForm.shippingStateOtherCountryText $!orderForm.shippingZip |
#else
$!orderForm.shippingCity, $!orderForm.shippingState $!orderForm.shippingZip |
#end
$!orderForm.shippingCountry |
|
|
Items Ordered: |
|
Item Description |
Qty |
Price Each |
Amount |
|
#foreach($holder in ${holders})
#set($format = $holder.format)
#set($product = $format.product)
 |
$product.title $format.formatName |
$holder.quantity |
#if($webapi.isPartner() == true)
#set($priceAmount = ${format.getQuantityPrice($holder.quantity,$discountCodes).partnerPriceWithDiscount})
#else
#set($priceAmount = ${format.getQuantityPrice($holder.quantity,$discountCodes).retailPriceWithDiscount})
#end
#set($lineTotal = $math.mul($priceAmount,$holder.quantity))
$ $!webapi.toPriceFormat($priceAmount)
|
$ $!webapi.toPriceFormat($lineTotal) |
|
#end
|
|
|
Sub-Total: |
$ $!webapi.toPriceFormat($orderForm.orderSubTotal) |
|
|
|
Shipping and Handling: |
$ $!webapi.toPriceFormat($orderForm.orderShipping) |
#if($!orderForm.shippingState == 'FL')
|
|
|
Tax (6.5%) FL: |
$ $!webapi.toPriceFormat($orderForm.orderTax) |
#end
|
|
|
Total: |
$ $!webapi.toPriceFormat($orderForm.orderTotal) |
|
|
#if ($!orderForm.paymentType == "cc")
Your Credit Card ending $!webapi.toCCFormat($!orderForm.cardNumber) was succesfully charged for $ $!webapi.toPriceFormat($!orderForm.orderTotal)
|
#elseif($!orderForm.paymentType == "ch")
Products are shipped upon receipt of payment. |
Please print this page and place it with the check in a stamped envelope. Make checks payable to: Fire Starter Publishing, PO Box 730, Gulf Breeze, FL 32562-0730.
|
Total: $ $!webapi.toPriceFormat($!orderForm.orderTotal) |
#elseif($!orderForm.paymentType == "po")
|
#end
|
Should special shipping procedures be required or if you have any questions please contact us at 866-354-3473.
Thank you for your order. We appreciate your business and look forward to serving you in the future.
|
|