How to change the Magento 'Shipping & Handling' output
I see a lot of advice which recommends overriding Magento’s classes when you
need to change a core file. Alan Storm recommends
[http://alanstorm.com/magento_upgrade_rewrite_override], and rightly so, that we
should extend from Magento’s core classes when making changes as opposed to
overriding them.