public function _construct()
 {
     parent::_construct();
     $this->_attrShowImage = Mage::helper('configurableoptionthumbnail')->getAttributeShowImage();
     $this->_productAttr = $this->getArrAtributeCode();
     $this->atributeFillter();
 }
Exemple #2
0
 /**
  * Constructor
  */
 public function _construct()
 {
     parent::_construct();
     if (!$this->getTemplate()) {
         $this->setTemplate('payperrentals/catalog/product/view.phtml');
     }
 }
Exemple #3
0
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('rewards/product/view/warnguest.phtml');
 }
Exemple #4
0
 /**
  * Internal constructor
  *
  */
 protected function _construct()
 {
     parent::_construct();
     $this->addData(array('cache_lifetime' => 3600, 'cache_tags' => array(Mage_Catalog_Model_Product::CACHE_TAG . "_" . $this->getProduct()->getId()), 'cache_key' => self::CACHE_TAG . '_' . Mage::app()->getStore()->getCode() . '_' . $this->getProduct()->getId()));
 }
Exemple #5
0
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('sales/order/info.phtml');
 }
 public function _construct()
 {
     parent::_construct();
 }