Ejemplo n.º 1
0
 public function __construct()
 {
     parent::__construct();
     if (Mage::getStoreConfig('layerednavigationajax/layerfiler_config/enabled')) {
         $this->setTemplate('magentothem/layerednavigationajax/attribute.phtml');
     }
 }
Ejemplo n.º 2
0
 public function __construct()
 {
     parent::__construct();
     if ($this->helper('sm_shopby')->isEnabled() && $this->helper('sm_shopby')->isMultipleChoiceFiltersEnabled()) {
         $this->setTemplate('sm/shopby/catalog/layer/filter.phtml');
     }
 }
 public function __construct()
 {
     parent::__construct();
     if ($this->getLayeredNavLimitHelper()->getLimit()) {
         $this->setTemplate('eyemagine/layerednavlimit/catalog/layer/filter.phtml');
     }
 }
 public function __construct()
 {
     parent::__construct();
     //Load Custom PHTML of attributes
     $this->setTemplate('layerednav/filter_attribute.phtml');
     //Set Filter Model Name
     $this->_filterModelName = 'layerednav/layer_filter_attribute';
 }
 /**
  * Class constructor
  */
 public function __construct()
 {
     parent::__construct();
     if ($this->helper('catalin_seo')->isEnabled() && $this->helper('catalin_seo')->isMultipleChoiceFiltersEnabled()) {
         /**
          * Modify template for multiple filters rendering
          * It has checkboxes instead of classic links
          */
         $this->setTemplate('catalin_seo/catalog/layer/filter.phtml');
     }
 }
Ejemplo n.º 6
0
 /**
  * Initialize Price filter module
  *
  */
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('vc_shopbybrands/catalog/layer/brands/filter.phtml');
 }
Ejemplo n.º 7
0
 /**
  * Set filter model name
  *
  */
 public function __construct()
 {
     parent::__construct();
     $this->_filterModelName = 'catalogsearch/layer_filter_attribute';
 }
Ejemplo n.º 8
0
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('colorselectorplus/filter.phtml');
 }
Ejemplo n.º 9
0
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('dmc_solr/catalog/layer/filter.phtml');
     $this->_filterModelName = 'solr/catalog_layer_filter_attribute';
 }
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('vc_ajaxlayerednavigation/catalog/layer/filter.phtml');
 }
Ejemplo n.º 11
0
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('weltpixel/layerednavigation/catalog/layer/filter.phtml');
     $this->_filterModelName = 'catalog/layer_filter_attribute';
 }
Ejemplo n.º 12
0
 public function __construct()
 {
     parent::__construct();
     // $this->setTemplate('multiselectnavigation/filter_attribute.phtml');
     $this->_filterModelName = 'multiselectnavigation/catalog_layer_filter_attribute';
 }
Ejemplo n.º 13
0
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('amshopby/attribute.phtml');
 }
Ejemplo n.º 14
0
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('vc_priceslider/catalog/layer/filter.phtml');
 }
Ejemplo n.º 15
0
 /**
  * Class constructor
  * Here we just set our own model as filter model
  */
 public function __construct()
 {
     parent::__construct();
     $this->_filterModelName = 'factfinder_asn/layer_filter_factfinder';
 }
Ejemplo n.º 16
0
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('adjnav/filter_attribute.phtml');
     $this->_filterModelName = 'adjnav/catalog_layer_filter_attribute';
 }
Ejemplo n.º 17
0
 public function __construct()
 {
     parent::__construct();
     $this->_filterModelName = 'smvendors/catalog_layer_filter_vendor';
 }