Пример #1
0
 protected function _construct()
 {
     parent::_construct();
     $helper = Mage::helper('gomage_checkout');
     if ($helper->getConfigData('general/enabled') && $helper->getConfigData('deliverydate/deliverydate')) {
         $this->setTemplate('gomage/checkout/sales/order/info.phtml');
     }
 }
 protected function _construct()
 {
     // We have to have a constructor to preserve our template, because the parent constructor sets it.
     parent::_construct();
     $this->setTemplate(self::OVERRIDDEN_TEMPLATE);
 }
Пример #3
0
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('sales/order/info.phtml');
 }
Пример #4
0
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('csmarketplace/vorders/view/info.phtml');
 }