I would like to add new row after Sub total in Magento Invoice Email. Can any one point out me to which Right core file for Invoice Email rewrite?
I have tried to find the file in Magento Core files for Invoice Email new row add after the Sub Total but I don’t know the right path and file name in Magento Core Folder.
You are looking for the Totals-block. Please have a look at the link on the bottom of this post where an example is given on how to extend and add your own options
Basically you have to indicate to magento that in certain types like quote, invoice, … you want to add a “total” item, you can give the position as in the example:
Than you have to create the right classes and extend from the wanted classes.
More info and steps: http://turnkeye.com/blog/magento-development-add-total-row-checkout/