Dont remove filters in magento -
i apply filter in magneto. if click on filter filter hide want show filter always.any appreciated.
the part of code hides other options located @ app\code\core\mage\catalog\model\layer\filter\attribute.php part.
if ($filter && strlen($text)) { $this->_getresource()->applyfiltertocollection($this, $filter); $this->getlayer()->getstate()->addfilter($this->_createitem($text, $filter)); $this->_items = array(); } overwrite part in local pool.
Comments
Post a Comment