{% if commerce_config.logo_url %}
{% endif %}
{{ commerce_config.project_title }}
Orders
View commerce orders for {{ commerce_config.project_title }} from the admin UI.
Filter: {% if status %}status={{ status }}{% endif %} {% if product_slug %} product={{ product_slug }}{% endif %}
{% endif %} {% if orders %}| 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 |
No orders found.
{% endif %}