Important. We are closed. Due to decreased amount of time available, we don't accept new orders and we don't provide support for existing ones.

Wow, you guys have a great support team. When my layered navigation suddenly developed a bug, you guys found it and fixed it for me in less than 24 ho ... Read more

Jan 25, 2017 Mr. Don President

Certified Magento Enterprise developer Certified Magento developer Certified Magento theme developer Certified Magento specialist

Manadev is certified extension and theme
developer for Magento

Extension - Mirasvit Search Index

There is incompatibility with Mirasvit_SearchIndex extension. To fix it you have to edit 2 files:

  1. app/design/frontend/[YOUR PACKAGE]/[YOUR THEME]/layout/catalogsearch.xml - find and comment out everything inside <reference name="content"> under <catalogsearch_result_index> as shown below:

    <catalogsearch_result_index>
        ...
        <reference name="content"> 
            COMMENT EVERYTHING IN IT 
        </reference>
    
    </catalogsearch_result_index>
    

    Under the hood Mirasvit extension removes all that anyway, just in a way which is not compatible with AJAX refresh.

  2. app/etc/modules/Mirasvit_SearchIndex.xml – make sure that this module loads before our module by adding <Mana_Filters> element as shown below:

    <modules>
        <Mirasvit_SearchIndex>
            <active>true</active>
            <codePool>local</codePool>
        </Mirasvit_SearchIndex>
        <Mana_Filters>
            <depends>
                <Mirasvit_SearchIndex />
            </depends>
        </Mana_Filters>
    </modules>
    

We Accept: PayPal Visa MasterCard American Express Discover