GordonLesti / Lesti_Fpc

Simple Magento Fullpagecache
https://gordonlesti.com/lesti-fpc-documentationversion-1-4-5/
Other
358 stars 159 forks source link

CMS Page Cache Not Busted On Product Save #342

Open SafrazSears-Araca opened 5 years ago

SafrazSears-Araca commented 5 years ago

Hello,

I am not sure if this is the nature of this FPC module, if I currently have it configured incorrectly, or if this this a bug - so I am looking for some guidance.

I am using the 'catalog/product_list' block on a CMS Page, which loads the products of a specific category, on that CMS Page. When I update and save a product that exists in that specific category, the product change appears on the Product Page and Category Page, but is not appearing on the CMS Page where that product is rendered using 'catalog/product_list'. If I save the CMS Page itself, the update is rendered, but how can I get product changes to appear on products that are being rendered on CMS Pages using the 'catalog/product_list' block?

Thank you.

SafrazSears-Araca commented 5 years ago

I am using the following in my CMS Page: {{block type="catalog/product_list" category_id="662" template="catalog/product/list.phtml"}}