Thank you for your order # $!orderForm.inode |
Here is a summary of your order. 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.
|
|
Your order will be shipped to
#if ($!orderForm.paymentType == "ch")
(upon receipt of payment)
#end
:
|
$productwebapi.getUserFullName($orderForm) |
#if(!($!orderForm.shippingLabel == ""))
$!orderForm.shippingLabel |
#end
$!orderForm.shippingAddress1 |
#if(!($!orderForm.shippingAddress2 == ""))
$!orderForm.shippingAddress2 |
#end
$!orderForm.shippingCity, $!orderForm.shippingState $!orderForm.shippingZip |
$!orderForm.shippingCountry |
|
|
Items Ordered: |
|
Item Description |
Qty |
Price Each |
Amount |
#foreach($orderItem in $!orderForm.orderItemList)
#set($product = $productwebapi.getProductbyProductFormaId("$orderItem.productInode"))
$product.title $orderItem.formatName |
$orderItem.itemQty |
#set($priceAmount = $!webapi.getItemPriceWithDiscount($orderItem,$discounts))
#set($lineTotal = $math.mul($priceAmount,$orderItem.itemQty))
$ $!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 note: You will also receive an invoice following your order from the Finance department. |
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.
|
|