Order History
* Only orders placed on or after June 1, 2026 are included in the statistics and order list.
Total Items
{{ stats.total_items || 0 }}
Unique Orders
{{ stats.unique_orders || 0 }}
Total Revenue
${{ formatMoney(stats.total_amount || 0) }}
Total Qty
{{ stats.total_quantity || 0 }}
{{ scope.row.order_number }}
{{ scope.row.product_name }}
{{ scope.row.variant_title }}
{{ scope.row.sku }}
#{{ row.order_number }}
{{ row.product_name }}
{{ row.variant_title }}
SKU:
{{ row.sku }}
Qty:
{{ row.quantity }}
Price:
${{ parseFloat(row.price).toFixed(2) }}
Total:
${{ parseFloat(row.total_amount).toFixed(2) }}
{{ formatDate(row.shopify_created_at) }}











