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.

All my support questions where answered promptly. Support is excellent. I would definitely recommend to use the extensions of manadev.

Feb 24, 2015 petjez

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