I want to show the special price of product as well the original price of the product in invoice new column, and in the final subtotal I want to show the amount of savings from special price, calculation should be like this..
Subtotal = total price incl tax from special price
Your Savings = (total mrp) - (total special price)
rest as usual.....
how to do this in magento invoice..