Hi there ...
Could someone please help to get the order comment into the mail-notifikation for the admin (uc_order-admin.tpl.php).
I´ve got managed to get the Shipping method into the template of the notifikation,what wasn´t there by default (just in order-customer), but now I need the comments added there too.
The comment is displayed in the invoice on the website, but should also be shown in the mail-invoice.
For the shipping method it says:
<?php
echo t('Shipping method:');
?><?php
echo $order_shipping_method;
?>something like that I would expact here too:
<?php
echo t('Order Comment:');
?><?php
echo $order_comment;
?>=not working!
Why does the the comment show up (by default) at the website-invoice and not at the mail?
I´ve read the discussions concerning this topic, but most are very old. I´m no programmer, I wasn´t able to adapt the advices there for my needs.
Any hint?
Vincent


