Thank you for your order {$firstname|ucfirst} {$lastname|ucfirst}

Your order number is: #{$smarty.session.order_id} [{$smarty.session.oc.purchase_date}]
{foreach from=$prods item=prod} {/foreach}
Item Description Cost Each Sub Total
{$prod.quantity} x {$prod.title} {$prod.price} {$prod.subTotal|number_format:2}
Total Paid {$grand_total|number_format:2}
If you wish to view the status of your order, update your account information, you may do so by logging in to your customer care center at {$config.secure.url}

Click here to log into your customer care center.