Click the Play button below to start the video.
Click on the [-] button in the lower right corner to make the video full screen.
This video is 5 minutes and 5 seconds.
Standard Email Below:
Dear ${cart.partyBillTo.fname};
Thank you again for your recent order for the following:
SKU DESC QTY UNIT $ TOTAL $
<#list cart.items as item>
${item.product.SKU?right_pad(15)} ${item.product.shortDesc?right_pad(25)} ${item.quantity?string?left_pad(4)} ${item.unitMoney.value?left_pad(7)} ${item.lineTotalMoney.value?left_pad(7)}
</#list>
Subtotal ${cart.itemSubTotalMoney.value?left_pad(7)}
Shipping ${cart.shipMoney.value?left_pad(7)}
Tax ${cart.taxMoney.value?left_pad(7)}
Total ${cart.orderMoneyTotal.value?left_pad(7)}
${company.name}