Shop-Verwaltung
Aktueller Shop: = htmlspecialchars($current_shop.name) ?>
Standard
Neuen Shop
Erstellen
Konfiguration
Bearbeiten
Statistiken
Anzeigen
Backup
Erstellen
Standard
Aktiv
Inaktiv
= htmlspecialchars($shop.name) ?>
= htmlspecialchars($shop.description) ?>
= htmlspecialchars($shop.domain) ?>
Bestellungen:
= $stats.orders.total_orders ?? 0 ?>
Umsatz:
€= number_format($stats.orders.total_revenue ?? 0, 2, ',', '.') ?>
Produkte:
= $stats.products.total_products ?? 0 ?>
Kunden:
= $stats.customers.total_customers ?? 0 ?>
Globale Statistiken
= count($shops) ?>
Aktive Shops
= array_sum(array_column(array_column($shop_stats, 'orders'), 'total_orders')) ?>
Gesamt-Bestellungen
€= number_format(array_sum(array_column(array_column($shop_stats, 'orders'), 'total_revenue')), 2, ',', '.') ?>
Gesamt-Umsatz
= array_sum(array_column(array_column($shop_stats, 'customers'), 'total_customers')) ?>
Gesamt-Kunden