Placed on {{ order.created_at|date:"F j, Y, g:i a" }}
Total: ${{ order.total_price }}
Order Items
Product | Price | Quantity | Subtotal |
---|---|---|---|
{% if item.product.image %}
{{ item.product.name }}
|
${{ item.product.price }}
|
{{ item.quantity }}
|
${{ item.subtotal }}
|