{% if commerce_config.favicon_url %} {% endif %}
Back to {{ commerce_config.host_site_title }}
{% if commerce_config.logo_url %} {{ commerce_config.host_site_title }} logo {% endif %} {{ commerce_config.host_site_title }} Admin

Admin Dashboard

Control station for {{ commerce_config.store_title }} on {{ commerce_config.host_site_title }}. Review orders, products, setup health, storefront readiness, and branding from one place.

{% if message %}

{{ message }}

{% endif %} {% if error %}

{{ error }}

{% endif %}

Setup health score

{{ dashboard_health_summary.percent }}%

{{ dashboard_health_summary.passing }} of {{ dashboard_health_summary.total }} checks passing.

Attention needed

{{ dashboard_health_summary.attention }}

{{ dashboard_health_summary.status }}

Order queue

{{ dashboard_stats.pending_orders }}

Pending orders awaiting completion or review.

Today snapshot

Same-day operational view from current commerce order rows.

Live today

Orders today

{{ dashboard_today_snapshot.total_orders }}

Paid today

{{ dashboard_today_snapshot.paid_orders }}

Pending today

{{ dashboard_today_snapshot.pending_orders }}

Cancelled today

{{ dashboard_today_snapshot.cancelled_orders }}

Failed today

{{ dashboard_today_snapshot.failed_orders }}

Revenue today

{{ dashboard_today_snapshot.revenue_display }}

Business KPIs

Commercial quality signals calculated from current orders and product publishing state.

Performance

Paid order rate

{{ dashboard_business_kpis.paid_rate_display }}

Share of all orders marked paid.

Average order value

{{ dashboard_business_kpis.average_order_value_display }}

Average value across paid orders.

Cart checkout share

{{ dashboard_business_kpis.cart_checkout_share_display }}

Orders created from multi-item carts.

Product publish rate

{{ dashboard_business_kpis.product_publish_rate_display }}

Products currently active versus total products.

Catalog Readiness

Storefront sellability checks for products, prices, images, categories, and draft backlog.

{{ dashboard_catalog_readiness.score_percent }}% {{ dashboard_catalog_readiness.passing }}/{{ dashboard_catalog_readiness.total }} ready
{% if dashboard_catalog_readiness['items'] %}
{% for item in dashboard_catalog_readiness['items'] %}
{% if item.ok %}OK{% else %}!{% endif %}

{{ item.label }}

{{ item.metric }}

{{ item.detail }}

Review
{% endfor %}
{% else %}

Catalog readiness checks are not available yet.

{% endif %}

Total orders

{{ dashboard_stats.total_orders }}

Pending orders

{{ dashboard_stats.pending_orders }}

Paid orders

{{ dashboard_stats.paid_orders }}

Total revenue

{{ dashboard_stats.total_revenue_display }}

Active products

{{ dashboard_stats.active_products }}

Draft products

{{ dashboard_stats.draft_products }}

Categories

{{ dashboard_stats.category_count }}

Customers

{{ dashboard_stats.customer_count }}

Active entitlements

{{ dashboard_stats.active_entitlements }}

14-day order volume

Daily order activity from the latest commerce order rows.

Total orders
{% if dashboard_charts.daily_order_volume %}
{% for day in dashboard_charts.daily_order_volume %}
{{ day.total_orders }}
{{ day.label }}
{% endfor %}
{% else %}

No order trend data yet.

{% endif %}

Order status

Distribution of orders by operational state.

{% if dashboard_charts.order_status %}
    {% for entry in dashboard_charts.order_status %}
  • {{ entry.label }} {{ entry.display }}
  • {% endfor %}
{% else %}

No order status data yet.

{% endif %}

Product status

Active, draft, paused, and archived product balance.

{% if dashboard_charts.product_status %}
    {% for entry in dashboard_charts.product_status %}
  • {{ entry.label }} {{ entry.display }}
  • {% endfor %}
{% else %}

No product status data yet.

{% endif %}

Checkout mix

Cart checkout versus single-product checkout usage.

{% if dashboard_charts.checkout_mix %}
    {% for entry in dashboard_charts.checkout_mix %}
  • {{ entry.label }} {{ entry.display }}
  • {% endfor %}
{% else %}

No checkout mix data yet.

{% endif %}

Revenue by currency

Paid revenue grouped by currency.

{% if dashboard_charts.revenue_by_currency %}
    {% for entry in dashboard_charts.revenue_by_currency %}
  • {{ entry.label }} {{ entry.display }}
  • {% endfor %}
{% else %}

No paid revenue yet.

{% endif %}

Category load

Product distribution across the busiest categories.

{% if dashboard_charts.category_load %}
    {% for entry in dashboard_charts.category_load %}
  • {{ entry.label }} {{ entry.display }}
  • {% endfor %}
{% else %}

No category/product distribution yet.

{% endif %}

Quick actions

Common admin tasks for running the commerce module.

Operations feed

Recent commerce activity and setup issues requiring attention.

    {% for event in dashboard_operations_feed %}
  • {{ event.kind }}

    {{ event.title }}

    {{ event.detail }}

  • {% endfor %}

Recent orders

Latest orders across single-product and cart checkouts.

{% if recent_orders %}
{% for order in recent_orders %} {% endfor %}
Order ID Buyer Status Amount Action
{{ order.public_id }} {{ order.buyer.full_name }}
{{ order.buyer.email }}
{{ order.status.value }} {{ order.amount.currency }} {{ "%.2f"|format(order.amount.amount_cents / 100) }} Edit order
{% else %}

No recent orders yet.

{% endif %}