Invoice no. {{ order.id }}
{{ order.created|date:"M d, Y" }}
Name: {{ order.order_receiver_name }}
Email: {{ order.order_email }}
Telephone: {{ order.order_telephone }}
Postal: {{ order.order_receiver_address_postal }}
Address: {{ order.order_receiver_address }}
Product | Price | Quantity | Total Cost |
---|---|---|---|
{{ item.product.name }} | {{ item.price }} | {{ item.quantity }} | {{ item.get_cost }} |
Total | ${{ order.get_total_cost }} |