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/lang/en/emails/order/payed.php
<?php

return [
    'subject' => 'We have successfully received your payment.',
    'title'     => 'Your order with number :orderNumber has been paid for.',


    'del_time' => [
        'inStock' => '2 to 5 working days',
        'del_time1' => '5 to 7 working days',
        'del_time2' => '10 to 15 working days',
    ],

    'content'   => '<p>
                        We have successfully received your payment. Attached you will find your invoice. 
                        The invoice is for your own administration and has already been paid. 
                        Your order will be shipped to you within :deliveryTime by the Parcel Service of DPD. 
                        If you have any questions or remarks, please feel free to contact us.
                    </p>',

    'return' => [
        'header' => 'Returning your filters? No problem!',
        'content' => 'At TOPS MVHR-filters, we like to make it easy for you. That is why returning your products is very simple. You can return your order within 90 days of receipt. Simply fill out the form below',
        'link' => 'Want to know more? Click here',
    ],
];