1
我們正在使用Amasty FPC,並且我們正在運行一個牆,我們有兩個塊,我們希望永遠不會被緩存。Magento 1.9 - Amasty FPC:我如何忽略一個塊永久
但是,Amasty提供的任何代碼示例,它們的「手冊」或任何Google搜索引擎的在線幫助都沒有提供解釋如何執行此操作的解決方案。
有沒有人有這個擴展的經驗,可以擺脫一些光?根據我的理解,相關代碼如下:
相關代碼,據我瞭解。
amfpc.xml
<nav_application_selector_mobile> <!-- the block name -->
<routes>
<catalogsearch>catalogsearch/result/*</catalogsearch>
<shop>shop/*</shop>
</routes>
</nav_application_selector_mobile>
<app_selector parent="header" />
header.phtml
<amfpc name="app_selector"> <!-- the custom block reference for amfpc -->
<div id="top-menu-search-by-vehicle" class="menu-opt">
...
</div>
</amfpc>
這理應是應該清除某些航線塊的緩存,以及周圍設置打孔其他塊,以便它永遠不會被緩存。
經過數小時的試圖讓這個工作,我無處可去。