Example #1
0
 /**
  * Initialize default item renderer for row-level items output
  */
 protected function _construct()
 {
     parent::_construct();
     $this->addItemRender($this->_getRowItemType('default'), 'checkout/cart_item_renderer', 'checkout/multishipping/overview/item.phtml');
 }
Example #2
0
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('mw_followupemail/itemsproductorder.phtml');
 }
Example #3
0
 /**
  * Initialize default item renderer for row-level items output
  */
 protected function _construct()
 {
     parent::_construct();
     $this->addItemRender($this->_getRowItemType('default'), 'Mage_Checkout_Block_Cart_Item_Renderer', 'multishipping/overview/item.phtml');
 }
Example #4
0
 protected function _construct()
 {
     parent::_construct();
     $this->addItemRender('default', 'checkout/cart_item_renderer', 'request4quote/cart/item/default.phtml');
 }
Example #5
0
 protected function _construct()
 {
     parent::_construct();
 }
Example #6
0
 /**
  * Internal constructor
  * Set template for redirect
  *
  */
 public function __construct()
 {
     parent::_construct();
     $this->setTemplate('mundipagg/success.phtml');
 }