/**
  * @see Mage_Checkout_Block_Multishipping_Overview::_construct()
  * Overriding this class protected constructor method in order to
  * set the cart item renderer block to utilize the new item template.
  */
 protected function _construct()
 {
     parent::_construct();
     $this->addItemRender($this->_getRowItemType('default'), 'checkout/cart_item_renderer', 'ebayenterprise_inventory/checkout/multishipping/overview/item.phtml');
 }
 protected function _construct()
 {
     parent::_construct();
 }