Lesti_Fpc icon indicating copy to clipboard operation
Lesti_Fpc copied to clipboard

Custom layout update ignored after refresh

Open gijsve opened this issue 7 years ago • 1 comments

We have for one catergory this xml update:

<reference name="product_list_toolbar">
  <action method="addPagerLimit"><mode>list</mode><limit>200</limit></action>
  <action method="addPagerLimit"><mode>grid</mode><limit>200</limit></action>
</reference>

This works okay when FPC is turned off. When it is turned on and we refresh one or two times the update is ignored.

We have the same kind of problem on the layered navigation. Using it after cache refresh, all works okay. Refreshing the filter, for example click on an attribute, then deselect it and select it again and it doesn't work anymore.

Who can help? The problem is driving me nuts.

gijsve avatar Mar 19 '19 19:03 gijsve

Ok so I solved it. Very stupid. I totally debugged it and found that productlist was in lazy blocks config. :D hope I did not waste anybody's time.

gijsve avatar Mar 19 '19 22:03 gijsve