41 lines
1.2 KiB
PHP
41 lines
1.2 KiB
PHP
<?php include ('header.php'); ?>
|
|
|
|
<tr>
|
|
<td align="center">
|
|
<span class="title"><?php echo t('Hi {firstname} {lastname},'); ?></span>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td> </td>
|
|
</tr>
|
|
<tr>
|
|
<td class="box">
|
|
<p>
|
|
<?php echo t('Order {order_name}'); ?> - <?php echo t('Order changed'); ?>
|
|
</p>
|
|
<span>
|
|
<?php echo t('Your order with the reference <span><strong>{order_name}</strong></span> from <span><strong>{shop_name}</strong></span> has been changed by the merchant.'); ?><br />
|
|
<?php echo t('You can check for it in the <span><strong>"Tools" > "Logs"</strong></span> section of your Back Office.'); ?>
|
|
</span>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td> </td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<span>
|
|
<?php echo t('You can review your order and download your invoice from the <a href="{history_url}">"Order history"</a> section of your customer account by clicking <a href="{my_account_url}">"My account"</a> on our shop.'); ?>
|
|
</span>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<span>
|
|
<?php echo t('If you have a guest account, you can follow your order via the <a href="{guest_tracking_url}">"Guest Tracking"</a> section on our shop.'); ?>
|
|
</span>
|
|
</td>
|
|
</tr>
|
|
|
|
<?php include ('footer.php'); ?>
|