public function __construct()
 {
     parent::__construct();
     if (!Mage::helper('weltpixel_layerednavigation')->showCurrentlyShoppingBy()) {
         $this->setTemplate('weltpixel/layerednavigation/catalog/layer/state.phtml');
     }
 }
Exemple #2
0
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('colorselectorplus/state.phtml');
 }
Exemple #3
0
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('morphes/filters/state.phtml');
 }
 /**
  * Initialize Layer State template
  *
  */
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('vc_priceslider/catalog/layer/state.phtml');
 }
Exemple #5
0
 /**
  * Initialize Layer State template
  *
  */
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('ecommerceteam/sln/layer/state.phtml');
 }
 /**
  * Initialize Layer State template
  *
  */
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('vc_ajaxlayerednavigation/catalog/layer/state.phtml');
 }