diff --git a/admin/order_view.php b/admin/order_view.php index 7f4655b..910dee5 100644 --- a/admin/order_view.php +++ b/admin/order_view.php @@ -47,9 +47,94 @@ foreach ($items as $item) { } $vat_or_discount = (float)$order['discount']; +$company_settings = get_company_settings(); ?> -
#= $order['id'] ?>
+Placed on = date('M d, Y H:i', strtotime($order['created_at'])) ?>
@@ -74,7 +159,7 @@ $vat_or_discount = (float)$order['discount'];= htmlspecialchars($order['notes'] ?? 'No notes provided for this order.') ?>
+= htmlspecialchars($order['notes'] ?? 'No notes provided for this order.') ?>
No customer attached to this order (Guest)
Cart is empty