HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers10/topswtw.komma.pro/app/storage/views/ff372f761b35ec580e9d771ede2b6455
<div class="pending-order-info"> <h2 class="pending-order-info__title"> <span class="pending-order-info__title-label"><?php echo Lang::get('partials/orderOverview.order_number'); ?>:</span> <?php echo $order->order_number; ?> </h2> <h2 class="pending-order-info__title"> <span class="pending-order-info__title-label"><?php echo Lang::get('partials/orderOverview.customer_number'); ?>:</span> <?php echo $order->customer_id; ?> </h2> <h2 class="pending-order-info__title"> <span class="pending-order-info__title-label"><?php echo Lang::get('partials/orderOverview.order_date'); ?>:</span> <?php echo (new DateTime($order->ordered_at))->format('d-m-Y'); ?> </h2> <p class="pending-order-info__address pending-order-info__invoice"> <strong><?php echo Lang::get('customer/overview.invoice_address'); ?></strong><br/> <?php echo $order->getFullInvoiceAddress(); ?> </p> <p class="pending-order-info__address pending-order-info__shipping"> <strong><?php echo Lang::get('customer/overview.shipping_address'); ?></strong><br/> <?php if($order->dpd_carrier_shop_id != null): ?> <?php echo $order->getFullDPDAddress(); ?> <?php else: ?> <?php echo $order->getFullShippingAddress(); ?> <?php endif; ?> </p> </div>