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/4acc2f7e804f8976aa94613e9f4536b2
 <?php $__env->startSection('background'); ?> <div class="bg-50"></div> <?php $__env->stopSection(); ?> <?php $__env->startSection('sidebar'); ?> <?php echo $__env->make('partials.sidebar',['customerService' => ''], array_except(get_defined_vars(), array('__data', '__path')))->render(); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('brandNavigationBar'); ?> <?php echo $__env->make('partials.brandNavigationBar', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <div class="content-container column fluid-100"> <?php echo $__env->make('partials.breadcrumb', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?> <h1 class="page-title"><?php echo $entity->name; ?></h1> <article class="text-block content-block column fluid-100"> <?php if($order): ?> <h2><?php echo \Lang::get('checkout/checkout.you_have_payed_title'); ?></h2> <div class="description column"> <p> <?php echo \Lang::get('checkout/checkout.you_have_payed_text'); ?> </p> <a class="btn" href="/<?php echo $shop->getPageService()->page('home')->route; ?>"><?php echo \Lang::get('checkout/checkout.you_have_payed_back'); ?></a> </div> <div class="clear"></div> <div class="order-block order-block--pending"> <h2 class="order-title"> <div class="rule-1"><span class="order-title__label"><?php echo Lang::get('partials/orderOverview.order_number'); ?>:</span> <?php echo $order->order_number; ?></div> <div class="rule-1"><span class="order-title__label"><?php echo Lang::get('partials/orderOverview.customer_number'); ?>:</span> <?php echo $order->customer_id; ?></div> <div class="rule-1"><span class="order-title__label"><?php echo Lang::get('partials/orderOverview.order_date'); ?>:</span> <?php echo (new DateTime($order->ordered_at))->format('d-m-Y'); ?></div> </h2> <div class="column fluid-50"> <p> <strong><?php echo Lang::get('customer/overview.invoice_address'); ?></strong><br/> <?php echo $order->getFullInvoiceAddress(); ?> </p> </div> <div class="column fluid-50 last"> <p> <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> <div class="clear"></div> </div> <?php echo $__env->make('partials.orders.account.orderOverview', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?> <?php else: ?> <div class="description column"> <?php echo Lang::get('payments/complete_pending.no_order_found'); ?> </div> <?php endif; ?> </article> </div> <?php $__env->stopSection(); ?>
<?php echo $__env->make('layouts.master', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>