Example #1
0
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('itoris/layerednavigation/layer/view.phtml');
     if ($this->getSettings()->getMulticategoryEnabled()) {
         $this->_categoryBlockName = 'itoris_layerednavigation/layer_multiFilter_category_tree';
     } else {
         $this->_categoryBlockName = 'itoris_layerednavigation/layer_filter_category_links';
     }
     if ($this->getSettings()->getGraphicalPriceEnabled()) {
         $this->_priceFilterBlockName = 'itoris_layerednavigation/layer_filter_price_range';
         $this->_priceBlockNameInLayout = 'layer_filter_price_range';
     } else {
         $this->_priceFilterBlockName = 'itoris_layerednavigation/layer_multiFilter_price';
     }
     $this->_attributeFilterBlockName = 'itoris_layerednavigation/layer_multiFilter_attribute';
     $this->_decimalFilterBlockName = 'itoris_layerednavigation/layer_multiFilter_decimal';
 }
Example #2
0
 /**
  * Internal constructor
  */
 protected function _construct()
 {
     parent::_construct();
     Mage::register('current_layer', $this->getLayer(), true);
 }
Example #3
0
 protected function _construct()
 {
     parent::_construct();
     /* To get picked up by Mage_Catalog_Product_List::getLayer() */
     Mage::register('current_layer', $this->getLayer(), true);
 }
Example #4
0
 protected function _construct()
 {
     parent::_construct();
 }
Example #5
0
 protected function _construct()
 {
     parent::_construct();
     $this->setNavigationGroup(self::NAVIGATION_GROUP_DEFAULT);
 }
 /**
  * Internal constructor
  */
 protected function _construct()
 {
     parent::_construct();
     $this->_initBlocks();
     $this->_vendorBlockName = "smvendors/override_catalog_layer_filter_vendor";
 }