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