I have a block on my magento site called
but all this seems to do is prevent the display of the block. Can you point me in the right direction please
Amasty_Finder_Block_Form
. It filters products by specified attributes. With LiteMage enabled I'm unable to change the values https://gt4-play.co.uk/shop/
once Ive made the initial selection until I flush teh LiteMage cache. I therefore assume that I need to turn of caching for this block. Ive had a fiddle with config.xml and added
Code:
<access>public</access>
<blocks>T:Amasty_Finder_Block_Form</blocks>
<purge_events>
<finder_item_save_after/>
<finder_item_delete_after/>
</purge_events>
Last edited by a moderator: