{% load humanize %} Order Update

{{ emoji }} Order Update

Your order status has been updated.

{{ new_status }}
Order Number #{{ order.order_number }}
Previous Status {{ old_status }}
Current Status {{ new_status }}
Payment {% if is_paid %} {% else %} Unpaid {% endif %}
Delivery {{ order.delivery_option|title }}
{% for item in items %} {% endfor %}
Item Variant Qty Price
{{ item.product_name }} {% if item.size or item.color %}{{ item.size }}{% if item.size and item.color %} / {% endif %}{{ item.color }}{% else %}—{% endif %} × {{ item.quantity }} ₦{{ item.product_price|floatformat:2|intcomma }}
{% if order.discount_amount > 0 %} {% endif %}
Subtotal ₦{{ order.subtotal|floatformat:2|intcomma }}
Delivery ₦{{ order.delivery_cost|floatformat:2|intcomma }}
Discount −₦{{ order.discount_amount|floatformat:2|intcomma }}
Total ₦{{ order.total|floatformat:2|intcomma }}

{{ order.address }}
{{ order.city }}, {{ order.state }}

{% if support_whatsapp %}

Questions about your order? We're happy to help.

💬 Chat on WhatsApp
{% endif %}