I was testing my customer order e-mail notification and noticed that the comments left during checkout (using guest or login checkout) are not displayed in this e-mail. Using Opencart 1.5.1.3.
I looked through the order.tpl file and saw that after the 'order details' section it shows:
Code: Select all
<?php if ($comment) { ?>
<table class="list">
<thead>
<tr>
<td class="left"><?php echo $text_instruction; ?></td>
</tr>
</thead>
<tbody>
<tr>
<td class="left"><?php echo $comment; ?></td>
</tr>
</tbody>
</table>
<?php } ?>
When I go into my admin panel I see the customer comments, but they never show up on the e-mail notification the customer receives. Maybe this is not suppose to happen, but just wanted to double check.
I may be confusing the customer comments with the instructions field. But I'll keep looking into it.
Thanks,
Terry