Example #1
0
 public function __construct()
 {
     parent::__construct();
     $this->setIsEnabled(Mage::getStoreConfigFlag(sprintf('catalog/layered_navigation/%s_block_enabled', $this->_navigationGroup)));
     if (!Mage::registry('current_layer')) {
         Mage::register('current_layer', $this->getLayer());
     }
 }
Example #2
0
 public function __construct()
 {
     parent::__construct();
     $this->_helper = Mage::helper('layerednav');
 }
 public function __construct(array $args = array())
 {
     parent::__construct();
     $this->_layeredCategories = Mage::helper('bitbull_categorylayered')->getConfigConfigurationCategories();
 }
Example #4
0
 public function __construct()
 {
     parent::__construct();
     $this->_helper = Mage::helper('multilayer');
 }