public function __construct()
 {
     parent::__construct();
     if ($this->getLayeredNavLimitHelper()->getLimit()) {
         $this->setTemplate('eyemagine/layerednavlimit/catalog/layer/filter.phtml');
     }
 }
 /**
  * Initialize Price filter module
  *
  */
 public function __construct()
 {
     parent::__construct();
     if (Mage::helper('catalogfilter')->priceIsSlider()) {
         $this->setTemplate('catalogfilter/price.phtml');
     }
 }
Beispiel #3
0
 public function __construct()
 {
     parent::__construct();
     $this->_style = Mage::getStoreConfig('design/adjnav/price_style');
     $this->setTemplate('adjnav/filter_price_' . $this->_style . '.phtml');
     $this->_filterModelName = 'adjnav/catalog_layer_filter_price';
 }
 public function __construct()
 {
     parent::__construct();
     $this->_style = Mage::getStoreConfig('multiselectnavigation/general/price_style');
     $this->setTemplate('multiselectnavigation/filter_price_' . $this->_style . '.phtml');
     $this->_filterModelName = 'multiselectnavigation/catalog_layer_filter_price';
 }
Beispiel #5
0
 public function __construct()
 {
     parent::__construct();
     if ($this->helper('sm_shopby')->isEnabled() && $this->helper('sm_shopby')->isPriceSliderEnabled()) {
         $this->setTemplate('sm/shopby/catalog/layer/price.phtml');
     }
 }
Beispiel #6
0
 /**
  * Class constructor
  *
  * Set correct template depending on module state
  */
 public function __construct()
 {
     parent::__construct();
     if ($this->helper('catalin_seo')->isEnabled() && $this->helper('catalin_seo')->isPriceSliderEnabled()) {
         // Modify template to render price filter as slider
         $this->setTemplate('catalin_seo/catalog/layer/price.phtml');
     }
 }
Beispiel #7
0
 public function __construct()
 {
     parent::__construct();
     if (Mage::helper('mtfilter')->isPriceEnable()) {
         $this->setTemplate('mt/filter/price.phtml');
         $this->_hash = Mage::helper('core')->uniqHash('slider-');
         $this->_filterModelName = 'mtfilter/layer_filter_price';
     }
 }
Beispiel #8
0
 public function __construct()
 {
     parent::__construct();
     $this->_filterType = Mage::getStoreConfig('layerednav/layerednav/price_style');
     //Load Custom PHTML of price
     $this->setTemplate('layerednav/filter_price_' . $this->_filterType . '.phtml');
     //Set Filter Model Name
     $this->_filterModelName = 'layerednav/layer_filter_price';
 }
Beispiel #9
0
 public function __construct()
 {
     $this->_currentCategory = Mage::registry('current_category');
     $this->_searchSession = Mage::getSingleton('catalogsearch/session');
     $this->setProductCollection();
     $this->setMinPrice();
     $this->setMaxPrice();
     $this->setCurrentPrices();
     parent::__construct();
 }
Beispiel #10
0
 public function __construct()
 {
     parent::__construct();
     if (Mage::helper('solr')->catalogCategoryMultiselectEnabled()) {
         $this->setTemplate('dmc_solr/catalog/layer/price_slider.phtml');
     } else {
         $this->setTemplate('dmc_solr/catalog/layer/filter.phtml');
     }
     $this->_filterModelName = 'solr/catalog_layer_filter_price';
 }
Beispiel #11
0
 public function __construct()
 {
     $this->_currentCategory = Mage::registry('current_category');
     $this->_searchSession = Mage::getSingleton('catalogsearch/session');
     $this->setProductCollection();
     $this->setMinPrice();
     $this->setMaxPrice();
     $this->setCurrentPrices();
     $this->_imagePath = Mage::getBaseUrl(Mage_Core_Model_Store::URL_TYPE_MEDIA) . 'magehouse/slider/';
     parent::__construct();
 }
Beispiel #12
0
 /**
  * Initialize Price filter module
  *
  */
 public function __construct()
 {
     parent::__construct();
     // This block runs on both catalog and search pages, so we don't know what to check for. That's why we're using
     //  getIsEngineAvailable() instead of getIsEngineAvailableForNavigation().
     if (Mage::helper('conversionpro')->getIsEngineAvailable()) {
         $this->_filterModelName = 'conversionpro/catalog_layer_filter_price';
     } else {
         $this->_filterModelName = 'catalog/layer_filter_price';
     }
 }
Beispiel #13
0
 public function __construct()
 {
     $this->_currentCategory = Mage::registry('current_category');
     $this->_searchSession = Mage::getSingleton('catalogsearch/session');
     $this->setProductCollection();
     $this->setCurrentPrices();
     parent::__construct();
     if (Mage::getStoreConfig('layerednavigationajax/layerfiler_config/enabled')) {
         $this->setTemplate('magentothem/layerednavigationajax/filter.phtml');
     }
     //Mage::getConfig()->getModuleConfig('Magentothem_Layerednavigationajax')->is('active', 'true');
 }
Beispiel #14
0
 public function __construct()
 {
     if ($this->getSliderStatus()) {
         $this->_currentCategory = Mage::registry('current_category');
         $this->_searchSession = Mage::getSingleton('catalogsearch/session');
         $this->setProductCollection();
         $this->setMinPrice();
         $this->setMaxPrice();
         $this->setCurrentPrices();
         $this->_imagePath = Mage::getBaseUrl(Mage_Core_Model_Store::URL_TYPE_MEDIA) . 'mpanel/slider/';
         parent::__construct();
     } else {
         parent::__construct();
         $this->_filterModelName = 'catalog/layer_filter_price';
     }
 }
Beispiel #15
0
 public function __construct()
 {
     parent::__construct();
     $this->_filterModelName = 'layerednavigation/catalog_filter_price';
 }
 /**
  * Initialize Price filter module
  *
  */
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('vc_priceslider/catalog/layer/price/filter.phtml');
     //$this->isPriceBlock(true);
 }
Beispiel #17
0
 public function __construct()
 {
     parent::__construct();
     $this->_filterModelName = 'merlinsearch/layer_filter_price';
 }
 /**
  * Initialize Price filter module
  *
  */
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('vc_ajaxlayerednavigation/catalog/layer/filter.phtml');
 }
Beispiel #19
0
 /**
  * Initialize Price filter module
  *
  */
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('weltpixel/layerednavigation/catalog/layer/price-filter.phtml');
     $this->_filterModelName = 'catalog/layer_filter_price';
 }