I need to show product condition in mails/en/order_conf_product_list.tpl
I tried adding
{$product['condition']}
but i get this error:
Notice: Undefined index: condition in /home/yourserver/public_html/tools/smarty/sysplugins/smarty_internal_templatebase.php(171) : eval()'d code on line 70
I guess I must make modification of mailalerts.php, but how to get the product condition?