{{products.length}}
Products
{{(content.categories||[]).length}}
Categories
{{orders.length}}
Orders
{{users.length}}
Users
Recent Orders
| Order ID | Buyer | Total | Status | Date |
|---|---|---|---|---|
| #{{o.id}} | {{o.buyer && o.buyer.name || '—'}} | {{formatPrice(o.subtotalCents)}} | {{o.status}} | {{o.createdAt | date:'MMM d'}} |
| No orders yet | ||||
Low Inventory
| Product | Category | Stock |
|---|---|---|
| {{p.name}} | {{p.category}} | {{p.inventory}} |
| All stocked up | ||
Products
{{products.length}} total
| Name | Category | Price | Inventory | Status | Featured | Actions |
|---|---|---|---|---|---|---|
{{p.name}} {{p.slug}} |
{{getCategoryName(p.category)}} | {{formatPrice(p.priceCents)}} | {{p.inventory === 999999 ? '∞' : p.inventory}} | {{p.active ? 'Active' : 'Hidden'}} | Yes— | |
| No products. Add one! | ||||||
Categories
Manage nav and sidebar visibility
New Category
{{catError}}
{{$index+1}}
{{cat.name}} / {{cat.id}}
Built-in
Nav
Sidebar
Tip: Toggle Nav / Sidebar to control where categories appear on the front page.
All Orders
{{orders.length}} total
| # | Buyer | Items | Total | Status | Date | Update |
|---|---|---|---|---|---|---|
| {{o.id}} |
{{o.buyer && o.buyer.name || '—'}}
{{o.buyer && o.buyer.email}}
|
{{o.items && o.items.length}} item(s) | {{formatPrice(o.subtotalCents)}} | {{o.status}} | {{o.createdAt | date:'MMM d, yyyy'}} | |
| No orders yet | ||||||
Promo Banner
Top-of-page announcement bar
{{content.banner.text || 'Preview'}}
Hero Section
Front page hero block
Stats (3 boxes)
Checkout Page
Edit copy and fields shown at checkout
Custom Pages
Add pages and control nav visibility
{{pg.title}}
/p/{{pg.slug}}
Nav
No custom pages yet. Add one!
Users
{{users.length}} registered
| Name | Role | Joined | Last Login | Actions | |
|---|---|---|---|---|---|
| {{u.name}} | {{u.email}} | {{u.role}} | {{u.created_at | date:'MMM d, yyyy'}} | {{u.last_login ? (u.last_login | date:'MMM d') : 'Never'}} |