[% order.billtofirstname %]
[% order.billtolastname %]
[% order.billtoemail %]
[% order.shiptosameasbillto %]
[% order.shiptofirstname %]
[% order.shiptolastname %]
[% order.shiptoemail %]
[% FOREACH item = order.items %]
[% item.sku %]
[% item.quantity %]
[% item.price %]
[% item.total %]
[% END %]
[% order.subtotal %]
[% order.total %]