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

Popular posts from this blog

how to insert data php javascript mysql with multiple array session 2 -

multithreading - Exception in Application constructor -

windows - CertCreateCertificateContext returns CRYPT_E_ASN1_BADTAG / 8009310b -