If you are using other module for layered navigation (example Amasty, Manadev), you may find a conflict with Klevu’s search result page URL.
Issue:
To resolve the issue, please follow the steps below.
- Open /app/code/community/Klevu/Search/etc/config.xml file
In config.xml file:
Replace
searchWith
searchresult- Open /app/design/frontend/base/default/klevu/search/form_js.phtml file
- In form_js.phtmlfile:
Replace
$url = Mage::getUrl('search', array( '_secure' => Mage::app()->getFrontController()->getRequest()->isSecure() )); With
$url = Mage::getUrl('searchresult', array( '_secure' => Mage::app()->getFrontController()->getRequest()->isSecure() ));
Please do let us know if you need any help.