Please review your order information
If anything looks wrong email
orders@brucevanlifejr.com
Changes cannot be made once the order has been shipped.
<%= capitalize(orders[0].first_name) %> <%= capitalize(orders[0].surname) %>
<%= orders[0].address_line_1 %> <%= orders[0].address_line_2 %>
<%= orders[0].admin_area_2 %> <%= orders[0].admin_area_1 %> <%= orders[0].postal_code %>
<%= orders[0].country_code %>
<%= orders[0].email_address %>
<%= item.name %>
Qty Ordered: <%= item.quantity %>
Transaction #: <%= orders[0].transaction_id %>
Order Date: <%= new Date(orders[0].create_time).toLocaleDateString('en-CA', { year: 'numeric', month: 'long', day: 'numeric' }) %> <%= new Date(orders[0].create_time).toLocaleTimeString('en-CA', { hour: '2-digit', minute: '2-digit', hour12: false }) %>