GordonLesti / Lesti_Fpc

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

Update cart #175

Open dleone81 opened 8 years ago

dleone81 commented 8 years ago

Hi, I've installed your module and I'm experiencing an issue on my staging environment ... when I try to update qty item in cart page, it seems cached.

This is my refresh action: checkout_cart_add, checkout_cart_delete, checkout_cart_updatePost, checkout_cart_ajaxDelete, checkout_cart_ajaxUpdate, checkout_cart_updateItemOptions, catalog_product_compare_add, catalog_product_compare_clear, catalog_product_compare_remove, wishlist_index_add, wishlist_index_remove, wishlist_index_update, wishlist_index_allcart, wishlist_index_configure, checkout_onepage_success, customer_account_login, poll_vote_add

Magento 1.8.1

dleone81 commented 8 years ago

UPDATE! I'm experiencing this issue: product 1 > stock 35pz add to cart product 1 > qty 1 > works update qty to 20 > works update qty to 50 > warning message > works after that every qty change <= 35 pz not works ... the cart shown 20pz

Can you help me?

Regards D

Nierjesh commented 8 years ago

Hi In dynamic blocks add cart_sidebar, and in lazy blocks add top.links

Hope it will resolve ur issue

dleone81 commented 8 years ago

The issue was dynamic block HTML cache, disabling it all works fine! Thank you