コード例 #1
0
 /**
  * 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');
 }
コード例 #2
0
ファイル: Links.php プロジェクト: xiaoguizhidao/magento
 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');
 }
コード例 #3
0
ファイル: Stock.php プロジェクト: vstorm83/ausport
 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;
         }
     }
 }
コード例 #4
0
ファイル: Stock.php プロジェクト: xiaoguizhidao/tyler-live
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('amasty/amshopby/attribute.phtml');
     $this->_filterModelName = 'amshopby/catalog_layer_filter_stock';
 }
コード例 #5
0
ファイル: Decimal.php プロジェクト: javik223/Evron-Magento
 /**
  * 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';
 }
コード例 #6
0
ファイル: Price.php プロジェクト: relue/magento2
 /**
  * Initialize Price filter module
  *
  */
 public function __construct()
 {
     parent::__construct();
     $this->_filterModelName = 'Mage_Catalog_Model_Layer_Filter_Price';
 }
コード例 #7
0
ファイル: Sale.php プロジェクト: Gobbob/Inchoo_Sale
 public function __construct()
 {
     parent::__construct();
     $this->_filterModelName = 'inchoo_sale/catalog_layer_filter_sale';
 }
コード例 #8
0
 /**
  * Initialize filter template
  * Define filter model name for custom filter
  */
 public function __construct()
 {
     parent::__construct();
     $this->_filterModelName = 'bitbull_categorylayered/catalog_layer_filter_categoryLayered';
 }
コード例 #9
0
ファイル: Category.php プロジェクト: hazaeluz/magento_connect
 public function __construct()
 {
     parent::__construct();
     $this->_filterModelName = 'catalog/layer_filter_category';
 }
コード例 #10
0
 /**
  * Initialize Price filter module
  */
 public function __construct()
 {
     parent::__construct();
     $this->_filterModelName = 'elasticsearch/catalog_layer_filter_price';
 }
コード例 #11
0
 public function __construct()
 {
     parent::__construct();
     $this->_filterModelName = 'holoflek_filters/layer_filter_category';
     $this->setTemplate('holoflek/filters/layer/categoryfilter.phtml');
 }
コード例 #12
0
ファイル: Attribute.php プロジェクト: javik223/Evron-Magento
 /**
  * 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';
 }
コード例 #13
0
 /**
  * overide filter model name.
  */
 public function __construct()
 {
     parent::__construct();
     $this->_filterModelName = 'elasticgento/catalog_layer_filter_category';
 }
コード例 #14
0
ファイル: Textfield.php プロジェクト: CherylMuniz/fashion
 /**
  * Initialize Textfield filter module
  *
  */
 public function __construct()
 {
     parent::__construct();
     $this->_filterModelName = 'catalog/layer_filter_textfield';
 }
コード例 #15
0
ファイル: Category.php プロジェクト: technomagegithub/norma
 /**
  * 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';
 }
コード例 #16
0
ファイル: Decimal.php プロジェクト: jpbender/mage_virtual
 /**
  * Initialize Decimal Filter Model
  */
 public function __construct()
 {
     parent::__construct();
     $this->_filterModelName = 'enterprise_search/catalog_layer_filter_decimal';
 }
コード例 #17
0
ファイル: Option.php プロジェクト: santhosh400/ecart
 public function __construct()
 {
     parent::__construct();
     $this->_filterModelName = 'magetools_optionfilter/layer_option';
 }
コード例 #18
0
 /**
  * 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';
 }
コード例 #19
0
 public function __construct()
 {
     parent::__construct();
     $this->_filterModelName = 'mtfilter/layer_filter_discount';
 }