File: D:/HostingSpaces/SBogers10/topswtwmobile.komma.pro/app/lang/en/emails/order/shipped.php
<?php
return[
'subject' => 'Your order has been shipped',
'title' => 'Your order has been shipped',
'content' => '<p>
Your order at :topsName has been shipped to you today using DPD Parcel Services.
</p>
<p>
DPD delivers parcels from Monday to Friday and guarantees that 95% percent of deliveries are done the next working day.
</p>
<p>
We would like to thank you again for your order and the trust you have placed in :topsName.
We would love to see you again someday.
</p>',
'gedeeltelijk_verzonden' => [
'subject' => 'Your order has been partly shipped',
'title' => 'Your order has been partly shipped',
'content' => '<p>
Your order at :topsName has been partly shipped to you today using DPD Parcel Services.
</p>
<p>
DPD delivers parcels from Monday to Friday and guarantees that 95% percent of deliveries are done the next working day.
</p>
<p>
We would like to thank you again for your order and the trust you have placed in :topsName.
We would love to see you again someday.
</p>'
],
'gedeeltelijk_verzonden_last' => [
'subject' => 'Your remaining order (:orderNummer) has been shipped',
'title' => 'Your remaining order (:orderNummer) has been shipped',
'content' => '<p>Unfortunately, we were unable to ship your order at :topsName in one package and we would like to apologize again for the inconvenience. We have shipped your remaining order (:orderNummer) to you today through DPD Parcel Service.</p>
<p>DPD delivers parcels from Monday to Friday and guarantees delivery on the next working day for 95% of its shipments.</p>
<p>We would like to thank you again for your order and for your trust in :topsName. We hope to see you again in the future.</p>'
]
];