Bestellung bearbeiten
Willkommen, = htmlspecialchars($user_name) ?>
Zurück
= htmlspecialchars($_GET['error']) ?>
Bestellungsinformationen
Bestellungsübersicht
Bestellungsnummer:
#= $order['id'] ?>
Kunde:
= htmlspecialchars($order['firstname'] . ' ' . $order['lastname']) ?>
Datum:
= date('d.m.Y H:i', strtotime($order['created_at'])) ?>
Artikel:
= count($products) ?>
Gesamt:
€= number_format($order['total'], 2, ',', '.') ?>
Status:
= $statusText ?>
Bestellte Produkte
Keine Produkte
= htmlspecialchars($product['name']) ?>
€= number_format($product['price'], 2, ',', '.') ?> × = $product['quantity'] ?>
€= number_format($product['price'], 2, ',', '.') ?> × = $product['quantity'] ?>
€= number_format($product['price'] * $product['quantity'], 2, ',', '.') ?>