Hallo,
ich versuche schon länger in der Rechnungsemail zusätzliche Information einzufügen, wenn mit einer bestimmten Zahlart bestellt wird. Leider weiß ich nicht, wo ich genau ansetzen muss.
Kann mir da jemand einen Tipp geben?
Vielen Dank
Hallo @dako314,
I don't know what data (payment) you would like to insert into the mail, but ex. like this:
{{var order.getPayment().getMethodInstance().getTitle()}}
should print out the title.
Otherwise, please have a look here for reference:
http://devdocs.magento.com/guides/m1x/ce19-ee114/RWD_responsive_emails.html
Let me know if this helps you