Thank you. Your order has been placed. Your order confirmation# is {{ order.orderNo }}
Item# |
Qty ordered |
Qty shipped |
Qty backordered |
Price |
|
{{ x.itemNo }} ({{ x.desc }}) |
{{ x.quantityOrdered }} |
{{ x.quantityShipped }} |
{{ x.quantityBackordered }} |
{{ (x.pricePerItem*x.per) | currency }}{{ getUnitOfMeasure(x.per) }} + Cut Charge: {{ x.cutcharge | currency }} |
|
{{ order.subtotal | currency }}
Subtotal:
({{ discountAmt/100 | currency }})
Available Discount ({{ terms }}):
{{ order.shipping | currency }}
Shipping:
{{ decimalAdjust('ceil', calc3((order.subtotal * order.tax.totalRate)), -2) | currency }}
Sales tax ({{ (order.tax.totalRate * 100).toFixed(2) }}%):
{{ (roundRight(order.subtotal) - discountAmt/100) + decimalAdjust('ceil', calc3((order.subtotal * order.tax.totalRate)), -2) | currency }}
TOTAL:
{{ (roundRight(order.subtotal) - discountAmt/100) | currency }}
TOTAL:
Credit Card Information
Name on card: {{ order.cardholderName }}
Card Type: {{ order.cardType }}, Number: **** **** **** {{ order.cardLast4 }}
Purchase Order: {{ order.customerPo }}
Billing Information
{{ order.billingFirstName }} {{ order.billingLastName }}
{{ order.billingCompany }}
{{ order.billingCompany }}
{{ order.billingAddress1 }}
{{ order.billingAddress2 }}
{{ order.billingCity }}, {{ order.billingState }} {{ order.billingZip }}
Phone: {{ order.billingPhone }}
Fax: {{ order.billingFax }}
{{ customerInfo.name }}
{{ customerInfo.address1 }}
{{ customerInfo.address2 }}
{{ customerInfo.address3 }}
{{ customerInfo.address4 }}
P: {{ customerInfo.phone }}
F: {{ customerInfo.fax }}
Shipping Information
{{ order.shippingFirstName }} {{ order.shippingLastName }}
{{ order.shippingCompany }}
{{ order.shippingCompany }}
{{ order.shippingAddress1 }}
{{ order.shippingAddress2 }}
{{ order.shippingCity }}, {{ order.shippingState }} {{ order.shippingZip }}
Phone: {{ order.shippingPhone }}
Fax: {{ order.shippingFax }}
{{ customerInfo.name }}
{{ customerInfo.address1 }}
{{ customerInfo.address2 }}
{{ customerInfo.address3 }}
{{ customerInfo.address4 }}
P: {{ customerInfo.phone }}
F: {{ customerInfo.fax }}