*/ class Mage_Tax_Block_Checkout_Discount extends Mage_Checkout_Block_Total_Default { //protected $_template = 'tax/checkout/subtotal.phtml'; public function displayBoth() { return Mage::getSingleton('tax/config')->displayCartSubtotalBoth(); } }