Hi,
Happy new year to everyone - I'm slowly easing my way back into working mode but it's not easy!
A new store that I have set up is all working fine, except that that customer comments are not coming through in the emails. They are showing up in Customers -> Orders in admin, but the emails to both the customer and store owner show no reference to any comments.
I have checked the orders.php file in includes/classes and it shows the following:
<code>
//comments area
if ($this->info['comments']) {
$email_order .= zen_db_output($this->info['comments']) . "\n\n";
$html_msg['ORDER_COMMENTS'] = nl2br(zen_db_output($this->info['comments']));
} else {
$html_msg['ORDER_COMMENTS'] = '';
}
</code>
What should I look for to see why this is not appearing in the emails?
Many thanks,
J.



Reply With Quote

