I need to ask a question about the Amasty full page cache for Magento 1.
When activating the plugin, we need to disable caching of some blocks for some pages.
Following the instructions, I tried to do so in the config file, but the blocks are still cached.
I was trying to add the needed block to the amfpc.xml config file in the following section:
<amfpc>
<! - Dynamic blocks ->
<blocks>
<bundle_summary /> <! - Required block ->
However, the block is still cached on the front-end.
At the same time, when adding a block to the <ajax_blocks> section, the block is not cached but is added on the page through ajax and appears with a delay, which is not applicable in my case.
I need information on how to correctly exclude blocks from the FPC caching without using Ajax. Perhaps someone solved a similar problem.
Thanks in advance!