Thank you for your order, {{ name }}!
We have received your order details:
Order Number: {{ order_id }}
Order Details
{% for item in items %}
-
{{ item.product.name }} - {{ item.quantity }} x {{ item.product.price }}
{% if item.size %}(Size: {{ item.size.size }}){% endif %}
{% if item.color %}(Color: {{ item.color.name }}){% endif %}
{% endfor %}
Total Amount: Ksh. {{ total }}
Your order will be processed soon. An agent will contact you to arrange for shipment if needed.
Thank you for shopping with us!