Thank you for your order {$firstname|ucfirst} {$lastname|ucfirst}
| Your order number is: #{$smarty.session.order_id} |
[{$smarty.session.oc.purchase_date}] |
| Item Description |
Cost Each |
Sub Total |
{foreach from=$prods item=prod}
| {$prod.quantity} x {$prod.title} |
{$prod.price} |
{$prod.subTotal|number_format:2} |
{/foreach}
| Total Paid |
{$grand_total|number_format:2} |
If you wish to view the status of your order, update your account information, or cancel services you may have started with us, 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.
A copy of this has been emailed to: {$email}