0

I modified this once before, but I have forgotten where this part of magento invoice comes from.!

enter image description here

\app\design\frontend\default\MYTHEME\somewhere?

george
  • 4,119
  • 3
  • 17
  • 18
  • I don't have an admin at hand, but as far as I remember that is the name of the payment service set in admin > system > configuration > sales > payment methods > YOUR PAYMENT > Title – Emi Aug 19 '13 at 20:41

1 Answers1

4

The email template for a new Invoice is located at app/locale/en_US/template/email/invoice_new.html around line 64. I believe the Payment Method content is generated in the following file: app/design/frontend/base/default/template/payment/info/default.phtml.

miguelpelota
  • 132
  • 3