Hello,
I'm desperately trying to exclude from cache a block but it seems impossible. What do I have to write into the Dynami Blocks textarea?
My configuration is the following:
// local.xml
<reference name="bottomContent">
<block type="mycompany_newsletterpopup/popup" output="toHtml" name="newsletter.popup" as="newsletter.popup" after="all" template="mycompany/newsletter_popup_loader.phtml" />
</reference>
the inclusion works well when mturbo is not active, but when I switch it on it keeps caching the block.
In the textarea I wrote Mycompany_NewsletterPopup_Block_Popup but it has no effect.
Could you please helkp me?
Thanks