addTotal(array( 'code'=>'subtotal', 'title'=>Mage::helper('sales')->__('Subtotal'), 'value'=>$address->getSubtotal() )); return $this; } }