Setup health score
{{ dashboard_health_summary.percent }}%
{{ dashboard_health_summary.passing }} of {{ dashboard_health_summary.total }} checks passing.
{% if commerce_config.favicon_url %} {% endif %}
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.
{{ message }}
{{ error }}
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.
Control actions
Operate
Same-day operational view from current commerce order rows.
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 }}
Commercial quality signals calculated from current orders and product publishing state.
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.
Storefront sellability checks for products, prices, images, categories, and draft backlog.
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 }}
Daily order activity from the latest commerce order rows.
No order trend data yet.
{% endif %}Distribution of orders by operational state.
{% if dashboard_charts.order_status %}No order status data yet.
{% endif %}Active, draft, paused, and archived product balance.
{% if dashboard_charts.product_status %}No product status data yet.
{% endif %}Cart checkout versus single-product checkout usage.
{% if dashboard_charts.checkout_mix %}No checkout mix data yet.
{% endif %}Paid revenue grouped by currency.
{% if dashboard_charts.revenue_by_currency %}No paid revenue yet.
{% endif %}Product distribution across the busiest categories.
{% if dashboard_charts.category_load %}No category/product distribution yet.
{% endif %}Common admin tasks for running the commerce module.
Recent commerce activity and setup issues requiring attention.
{{ event.title }}
{{ event.detail }}
Latest orders across single-product and cart checkouts.
{% if recent_orders %}| 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 |
No recent orders yet.
{% endif %}