we have a single attribute which is shown on single product page. Attribut Name is lieferkW. For any order of a product i want to send the content of this attribute to our customers in the order email.
i dont want to save the content of this attribute in database. Do you have any solution for my problem?
To include your custom attribute
lieferkW
in your sales order email, make these changes1) Open
\app\code\core\Mage\Sales\Model\Order.php
2) Now change the email template located at
\app\locale\en_US\template\email\sales\order_new.html
You can access you variable here like
P.S. I advice not to make changes in the core files.