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.

The support is very fast and helpful.
I have buy a lot of extension but most of the time the support is slow or not at all, but by them not.
I can r ... Read more

Apr 9, 2013 Apple

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

Manadev is certified extension and theme
developer for Magento

Theme - Galashopmore

Below are fixes needed. This is no guarantee solution, as you may have some even newer or modified version of theme.

In case solution doesn't work for you „Professional extension installation“ services will be required, so our developer would fix it all for you.

Open app/code/community/Gala/Shopmoresettings/Model/Observer.php. Insde changeLayoutEvent() method find the following code:

if(($type == 'layerednavigation/catalog_layer') && (!Mage::getConfig()->getModuleConfig('EM_LayeredNavigation')->is('active', 'true'))){
    $type = 'catalog/layer_view';
    $template = 'catalog/layer/view.phtml';
    $name = 'catalog.leftnav.custom';
}

if(($type == 'layerednavigation/search_layer') && (!Mage::getConfig()->getModuleConfig('EM_LayeredNavigation')->is('active', 'true'))){
    $type = 'catalogsearch/layer';
    $template = 'catalog/layer/view.phtml';
    $name = 'catalogsearch.leftnav.custom';
}

and replace it with the following code:

if(($type == 'layerednavigation/catalog_layer') && (!Mage::getConfig()->getModuleConfig('EM_LayeredNavigation')->is('active', 'true'))){
    $type = 'catalog/layer_view';
    $template = 'catalog/layer/view.phtml';
    $name = 'catalog.leftnav.custom';
    continue;
}

if(($type == 'layerednavigation/search_layer') && (!Mage::getConfig()->getModuleConfig('EM_LayeredNavigation')->is('active', 'true'))){
    $type = 'catalogsearch/layer';
    $template = 'catalog/layer/view.phtml';
    $name = 'catalogsearch.leftnav.custom';
    continue;
}

We Accept: PayPal Visa MasterCard American Express Discover