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/946c7e42f81b46ecee87ecc038a61e57
<?php

$cell = "font-size: 12px; font-family: Arial, sans-serif; line-height: 16px;";
$pAsCell = 'font-size: 12px; font-family: Arial, sans-serif; line-height: 16px; padding-bottom: 12px;';
$h2AsCell = 'font-size: 20px; font-family: Arial, sans-serif; line-height: 24px; padding-bottom: 20px; font-weight:bold; color: #00b0ea;';

?>
 <?php $__env->startSection('title'); ?> <?php echo Lang::get('emails/order/received.title'); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td colspan="2" style="<?php echo $h2AsCell; ?>"> <strong> <?php echo Lang::get('emails/order/received.salutation', ['salutation' => Lang::get('form.salutation_' . $invoice_title), 'lastName' => $invoice_full_last_name]); ?> </strong> </td> </tr> <tr> <td style="<?php echo $pAsCell; ?>" width="66%"> <?php echo Lang::get('emails/order/received.content.intro', [ 'topsName'=> Lang::get('tops.name_without_bv'), 'deliveryTime' => Lang::get('emails/order/received.del_time.' . $order_delivery_time) ]); ?> </td> <td style="<?php echo $pAsCell; ?>" align="right" valign="top"> <?php echo Lang::get('emails/order/received.content.orderNumber'); ?><br/> <span style="color: #00b0ea; font-weight: bold;"> <strong><?php echo isset($order_number) ? $order_number : '-'; ?></strong> </span> </td> </tr> <?php if($order['customer']['username'] != $order['customer']['email']): ?> <tr> <td style="<?php echo $pAsCell; ?>" colspan="2"> <?php echo \Illuminate\Support\Facades\Lang::get('emails/order/received.content.activate_account_2'); ?> <a style="color: #00b0ea;" href="https://<?php echo $_SERVER['SERVER_NAME']; ?>/<?php echo Shop::getPageService()->page('createAccountFromOrder')->route . '?token='.$order['order_token']; ?>"> <?php echo \Illuminate\Support\Facades\Lang::get('emails/order/received.content.activate_account_link'); ?> </a> <?php /*<?php echo Lang::get(,['link'=> HTML::link(Shop::getPageService()->page('createAccountFromOrder')->route.'?token='.$order['order_token'], Lang::get('emails/order/received.content.activate_account_link'), array('style' => 'color:#00b0ea;')) ]); ?>.*/ ?> <br/> <br/> </td> </tr> <?php endif; ?> <tr> <td colspan="2"> <table border="0" cellspacing="0" cellpadding="0" width="100%"> <tr> <?php /*invoice*/ ?> <td style="<?php echo $pAsCell; ?>" width="50%"> <strong><?php echo Lang::get('emails/order/received.content.invoiceAddress'); ?></strong><br/> <?php echo $invoice_full_address; ?> </td> <?php /*Shipping*/ ?> <td style="<?php echo $pAsCell; ?>" width="50%"> <strong><?php echo Lang::get('emails/order/received.content.shippingAddress'); ?></strong><br/> <?php if(isset($dpd_carrier_shop_id) && $dpd_carrier_shop_id != null ): ?> <?php echo $dpd_full_information; ?> <?php else: ?> <?php echo $shipping_full_address; ?> <?php endif; ?> </td> </tr> <?php /*Remarks*/ ?> <?php if(!empty($remarks)): ?> <tr> <td style="<?php echo $pAsCell; ?>" colspan="=2"> <strong><?php echo Lang::get('emails/order/received.content.remarks'); ?></strong><br/> <?php echo $remarks; ?> </td> </tr> <?php endif; ?> </table> <?php echo $__env->make('emails/order/overview/orderOverview', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?> </td> </tr> <tr> <td style="<?php echo $pAsCell; ?>" colspan="3"><?php echo Lang::get('emails/order/received.content.ending'); ?></td> </tr> <tr> <td style="<?php echo $pAsCell; ?>" colspan="3"><?php echo Lang::get('emails/global.signature', ['topsName' => Lang::get('tops.name_without_bv')]); ?></td> </tr> </table> <?php $__env->stopSection(); ?>
<?php echo $__env->make('emails.layouts.tops', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>