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/received.php
<?php

return[
    'subject'       => 'We have successfully received your order',
    'title'         => 'We have successfully received your order',

    'salutation'    => ':salutation :lastName,<br/>',

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

    'content' => [
        'intro'         => '<p>
                                We would like to thank you for your trust in :topsName. We have successfully
                                received your order. Your products will be shipped to you within :deliveryTime
                                using DPD Parcel Services.
                            </p>
                            <p>
                                On the day of shipment, you will receive a confirmation mail.
                            </p>',

        'orderNumber'   => 'Order number',

        'invoiceAddress'    => 'Invoice address',
        'shippingAddress'   => 'Shipping address',

        'ending'        => 'We hope to see you again soon.',
        'remarks'       => 'Your remarks',
        'activate_account' => 'Do you wish to track your order in detail? :link',
        'activate_account_2' => 'Do you wish to track your order in detail?',
        'activate_account_link' => 'Activate your account',
    ]
];