{% if commerce_config.favicon_url %} {% endif %}
{% if commerce_config.logo_url %} {{ commerce_config.project_title }} logo {% endif %} {{ commerce_config.project_title }}

Orders

View commerce orders for {{ commerce_config.project_title }} from the admin UI.

{% if status or product_slug %}

Filter: {% if status %}status={{ status }}{% endif %} {% if product_slug %} product={{ product_slug }}{% endif %}

{% endif %} {% if orders %} {% for order in orders %} {% endfor %}
Order ID Buyer Product Price Amount Status Payment reference Actions
{{ order.public_id }} {{ order.buyer.full_name }}
{{ order.buyer.email }}
{{ order.product_slug }} {{ order.price_code }} {{ order.amount.currency }} {{ order.amount.major() }} {{ order.status.value }} {{ order.payment_reference or "" }} Edit order
{% else %}

No orders found.

{% endif %}