/**
  * Defines specific filter model name.
  *
  * @see Smile_ElasticSearch_Model_Catalogsearch_Layer_Filter_Attribute
  */
 public function __construct()
 {
     parent::__construct();
     $this->_filterModelName = 'smile_elasticsearch/catalogsearch_layer_filter_attribute';
     $this->setIsMultipleSelect(true);
     $this->setTemplate('smile/elasticsearch/catalog/layer/filter.phtml');
 }
Ejemplo n.º 2
0
 public function __construct()
 {
     parent::__construct();
     if ($this->getDataHelper()->isEnabledThirdEngineSearch()) {
         $this->_filterModelName = 'itoris_layerednavigation/enterprise_layer_filter_category_links';
     } else {
         $this->_filterModelName = 'itoris_layerednavigation/layer_filter_category_links';
     }
     $this->setTemplate('itoris/layerednavigation/layer/filter/category/links.phtml');
 }
Ejemplo n.º 3
0
 public function __construct()
 {
     parent::__construct();
     $this->_filterModelName = 'gomage_navigation/layer_filter_stock';
     if (Mage::helper('gomage_navigation')->isGomageNavigation() && Mage::getStoreConfigFlag('gomage_navigation/stock/active')) {
         $type = Mage::getStoreConfig('gomage_navigation/stock/filter_type');
         switch ($type) {
             default:
                 $this->_template = 'gomage/navigation/layer/filter/default.phtml';
                 break;
             case GoMage_Navigation_Model_Layer::FILTER_TYPE_IMAGE:
                 $this->_template = 'gomage/navigation/layer/filter/image.phtml';
                 break;
             case GoMage_Navigation_Model_Layer::FILTER_TYPE_DROPDOWN:
                 $this->_template = 'gomage/navigation/layer/filter/dropdown.phtml';
                 break;
         }
     }
 }
Ejemplo n.º 4
0
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('amasty/amshopby/attribute.phtml');
     $this->_filterModelName = 'amshopby/catalog_layer_filter_stock';
 }
Ejemplo n.º 5
0
 /**
  * Specifies the filter model name.
  *
  * @see NanoWebG_ElasticSearch_Model_Catalog_Layer_Filter_Decimal
  */
 public function __construct()
 {
     parent::__construct();
     $this->_filterModelName = 'nanowebg_elasticsearch/catalog_layer_filter_decimal';
 }
Ejemplo n.º 6
0
 /**
  * Initialize Price filter module
  *
  */
 public function __construct()
 {
     parent::__construct();
     $this->_filterModelName = 'Mage_Catalog_Model_Layer_Filter_Price';
 }
Ejemplo n.º 7
0
 public function __construct()
 {
     parent::__construct();
     $this->_filterModelName = 'inchoo_sale/catalog_layer_filter_sale';
 }
 /**
  * Initialize filter template
  * Define filter model name for custom filter
  */
 public function __construct()
 {
     parent::__construct();
     $this->_filterModelName = 'bitbull_categorylayered/catalog_layer_filter_categoryLayered';
 }
Ejemplo n.º 9
0
 public function __construct()
 {
     parent::__construct();
     $this->_filterModelName = 'catalog/layer_filter_category';
 }
 /**
  * Initialize Price filter module
  */
 public function __construct()
 {
     parent::__construct();
     $this->_filterModelName = 'elasticsearch/catalog_layer_filter_price';
 }
 public function __construct()
 {
     parent::__construct();
     $this->_filterModelName = 'holoflek_filters/layer_filter_category';
     $this->setTemplate('holoflek/filters/layer/categoryfilter.phtml');
 }
Ejemplo n.º 12
0
 /**
  * Specifies the filter model name.
  *
  * @see NanoWebG_ElasticSearch_Model_Catalogsearch_Layer_Filter_Attribute
  */
 public function __construct()
 {
     parent::__construct();
     $this->_filterModelName = 'nanowebg_elasticsearch/catalogsearch_layer_filter_attribute';
 }
Ejemplo n.º 13
0
 /**
  * overide filter model name.
  */
 public function __construct()
 {
     parent::__construct();
     $this->_filterModelName = 'elasticgento/catalog_layer_filter_category';
 }
Ejemplo n.º 14
0
 /**
  * Initialize Textfield filter module
  *
  */
 public function __construct()
 {
     parent::__construct();
     $this->_filterModelName = 'catalog/layer_filter_textfield';
 }
Ejemplo n.º 15
0
 /**
  * Defines specific filter model name.
  *
  * @see Bubble_Search_Model_Catalog_Layer_Filter_Category
  */
 public function __construct()
 {
     parent::__construct();
     $this->_filterModelName = 'bubble_search/catalog_layer_filter_category';
 }
Ejemplo n.º 16
0
 /**
  * Initialize Decimal Filter Model
  */
 public function __construct()
 {
     parent::__construct();
     $this->_filterModelName = 'enterprise_search/catalog_layer_filter_decimal';
 }
Ejemplo n.º 17
0
 public function __construct()
 {
     parent::__construct();
     $this->_filterModelName = 'magetools_optionfilter/layer_option';
 }
 /**
  * Defines specific filter model name.
  *
  * @see JR_Search_Model_Catalog_Layer_Filter_Attribute
  */
 public function __construct()
 {
     parent::__construct();
     $this->_filterModelName = 'jr_search/catalog_layer_filter_attribute';
 }
Ejemplo n.º 19
0
 public function __construct()
 {
     parent::__construct();
     $this->_filterModelName = 'mtfilter/layer_filter_discount';
 }