Example #1
0
 public function __construct()
 {
     parent::__construct();
     $enableModule = Mage::helper('layerednavigationajax/data')->getStoreConfigField('enabled');
     if ($enableModule) {
         $this->setTemplate('magentothem/layerednavigationajax/attribute.phtml');
     }
 }
 public function __construct()
 {
     parent::__construct();
     $this->_filterModelName = 'merlinsearch/layer_filter_attribute';
 }
 /**
  * Set filter model name
  *
  */
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('weltpixel/layerednavigation/catalog/layer/filter.phtml');
     $this->_filterModelName = 'catalogsearch/layer_filter_attribute';
 }
Example #4
0
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('colorselectorplus/filter.phtml');
 }