コード例 #1
0
ファイル: Attribute.php プロジェクト: audiblePi/lckwdMyMagnto
 public function __construct()
 {
     parent::__construct();
     if (Mage::getStoreConfig('layerednavigationajax/layerfiler_config/enabled')) {
         $this->setTemplate('magentothem/layerednavigationajax/attribute.phtml');
     }
 }
コード例 #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');
     }
 }
コード例 #3
0
 public function __construct()
 {
     parent::__construct();
     if ($this->getLayeredNavLimitHelper()->getLimit()) {
         $this->setTemplate('eyemagine/layerednavlimit/catalog/layer/filter.phtml');
     }
 }
コード例 #4
0
 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';
 }
コード例 #5
0
 /**
  * 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');
     }
 }
コード例 #6
0
 /**
  * Initialize Price filter module
  *
  */
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('vc_shopbybrands/catalog/layer/brands/filter.phtml');
 }
コード例 #7
0
 /**
  * Set filter model name
  *
  */
 public function __construct()
 {
     parent::__construct();
     $this->_filterModelName = 'catalogsearch/layer_filter_attribute';
 }
コード例 #8
0
ファイル: Attribute.php プロジェクト: Madhurabhat/test
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('colorselectorplus/filter.phtml');
 }
コード例 #9
0
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('dmc_solr/catalog/layer/filter.phtml');
     $this->_filterModelName = 'solr/catalog_layer_filter_attribute';
 }
コード例 #10
0
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('vc_ajaxlayerednavigation/catalog/layer/filter.phtml');
 }
コード例 #11
0
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('weltpixel/layerednavigation/catalog/layer/filter.phtml');
     $this->_filterModelName = 'catalog/layer_filter_attribute';
 }
コード例 #12
0
ファイル: Attribute.php プロジェクト: monarcmoso/beta2
 public function __construct()
 {
     parent::__construct();
     // $this->setTemplate('multiselectnavigation/filter_attribute.phtml');
     $this->_filterModelName = 'multiselectnavigation/catalog_layer_filter_attribute';
 }
コード例 #13
0
ファイル: Attribute.php プロジェクト: nilshopsahl/hasla.local
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('amshopby/attribute.phtml');
 }
コード例 #14
0
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('vc_priceslider/catalog/layer/filter.phtml');
 }
コード例 #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';
 }
コード例 #16
0
ファイル: Attribute.php プロジェクト: shebin512/Magento_Zoff
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('adjnav/filter_attribute.phtml');
     $this->_filterModelName = 'adjnav/catalog_layer_filter_attribute';
 }
コード例 #17
0
ファイル: Vendor.php プロジェクト: shashankkanungo/magento
 public function __construct()
 {
     parent::__construct();
     $this->_filterModelName = 'smvendors/catalog_layer_filter_vendor';
 }