When I click on a filter, page reloads and filters products correctly, but new state does not appear on sidebar menu. For some reason state block is not rendered.
I tried with default theme and it works, so it should be theme specific. Weird is that this anomaly does not happen on localhost. Even more weird is that when I turn on template hints with Magento debug module, it refreshes something and state block suddenly gets rendered. This however does not happen when I manually activate template hints.
So activating filters and removing them works but state block does not update. Only thing that makes state block render updated information is toggling template hints from Debug Module. What could cause that?
I just in case mention, that I also tried to deleting both, state.phtml and view.phtml in my custom theme catalog/layer, but this did not change anything.
What could it be?
Blocks HTML outputcache made state block appear as it should. Now though I have next question. How should I deal with it? Eventually I would need block cache enabled, can I disable it only for stat block somehow? I think I should update my question with new info. – ruuter Apr 26 '13 at 16:39<reference name="left"> <action method="unsetChild"><name>catalog.leftnav</name></action> </reference>and<reference name="my_custom_block"> <action method="insert"><child>catalog.leftnav</child></action> </reference>inside<catalog_category_layered>handle. I know nothing about adding stuff to cache id. How should I do it? Should I make new question about it or update this one? – ruuter Apr 26 '13 at 16:50