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/d6783ba001fc33f446c94fb4ec5bc9f1
<?php

$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;';

$h3AsCell = 'font-size: 14px; 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/payed.title',['orderNumber' => $order_number]); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td style="<?php echo $h2AsCell; ?>"><?php echo Lang::get('emails/order/payed.title',['orderNumber' => $order_number]); ?></td> </tr> <tr> <td style="<?php echo $pAsCell; ?>"><?php echo Lang::get('emails/order/payed.content',[ 'deliveryTime' => Lang::get('emails/order/payed.del_time.' . $delivery_time) ]); ?></td> </tr> <tr> <td>&nbsp;</td> </tr> <tr> <td style="<?php echo $h3AsCell; ?>"><?php echo Lang::get('emails/order/payed.return.header'); ?></td> </tr> <tr> <td style="<?php echo $pAsCell; ?>"> <?php echo Lang::get('emails/order/payed.return.content'); ?> <br/> <br/> <a href="<?php echo $returnPageRoute; ?>" style="color: #00b0ea;"><?php echo Lang::get('emails/order/payed.return.link'); ?></a> <?php if(in_array($language_id, ['104', '50'])): ?> <br/> <br/> .<a style="display: inline-block; width: 98%;" href="<?php echo $returnPageRoute; ?>"> <img src="<?php echo isset($domain) ? $domain : url('/'); ?>/images/email/return_<?php echo $language_id == '104' ? 'nl' : 'de'; ?>.jpg" width="100%" height="auto" border="0"/> </a> <?php endif; ?> </td> </tr> <tr> <td style="<?php echo $pAsCell; ?>"><?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(); ?>