Orders
Export CSV
{{ o.order_number }}
order: {{ o.order_status }}payment: {{ o.payment_status }}
order: {{ o.order_status }}payment: {{ o.payment_status }}
{{ o.created_at }}
{{ o.full_name }}
{{ o.email }}
{{ o.address1 }}{% if o.address2 %}
{{ o.address2 }}{% endif %}
{{ o.city }}, {{ o.region }} {{ o.postal_code }} {{ o.country }}
{{ o.email }}
{{ o.address1 }}{% if o.address2 %}
{{ o.address2 }}{% endif %}
{{ o.city }}, {{ o.region }} {{ o.postal_code }} {{ o.country }}
{% for i in order_items_map[o.id] %}{{ i.qty }} × {{ i.name }}{% if not loop.last %}
{% endif %}{% endfor %}
{% endif %}{% endfor %}
{{ money(o.total_cents) }}
{{ o.currency }}
{{ o.currency }}
Low Stock
{% if low_stock %} {% for p in low_stock %}{{ p.sku }} — {{ p.name }}: {{ p.stock_qty }}{% endfor %} {% else %}Nothing is currently below the configured low-stock threshold.
{% endif %}Support Tickets
{% if tickets %} {% for t in tickets %}#{{ t.id }} — {{ t.status }} — @{{ t.telegram_username }}
{{ t.message }}{% if t.admin_reply %}
{% endfor %}
{% else %}{{ t.message }}{% if t.admin_reply %}
Reply: {{ t.admin_reply }}
{% endif %}No support tickets yet.
{% endif %}Products
{% for p in products %} {% endfor %}Add product
Discount codes
{% if discounts %} {% for d in discounts %}{{ d.code }} — {% if d.kind=='percent' %}{{ d.value }}%{% else %}{{ money(d.value) }}{% endif %} — {{ d.uses }} use(s) — {{ 'active' if d.active else 'inactive' }}{% endfor %} {% else %}No discount codes yet.
{% endif %}