ezramorse / Zoom-Magento-FPC

The Zoom Full-Page Cache for Magento (by Ezra Morse of EZAPPS)
http://www.ezapps.ca/zoom-magento-full-page-cache.html
53 stars 34 forks source link

problem with cart module #14

Open ghost opened 11 years ago

ghost commented 11 years ago

Got a problem with ezzoom when enabled with my cart if a customer has added items to there cart the block totaly removes from the cache en doesnt show up.

With another setting the block is showing but even when another customer is on my site without any items in there cart is show the number of items in cart for the customer when the page was been cached.

Anyone knows how to fix this?!

ezramorse commented 11 years ago

You must have a custom module overriding your cart (so zoom can't). You will need to follow the instructions on my blog to add the necessary snippets. See:

http://journal.ezapps.ca/2012/03/zoom-full-page-cache-and-customized.html

On Mon, Mar 4, 2013 at 2:14 AM, jeemiej notifications@github.com wrote:

Got a problem with ezzoom when enabled with my cart if a customer has added items to there cart the block totaly removes from the cache en doesnt show up.

With another setting the block is showing but even when another customer is on my site without any items in there cart is show the number of items in cart for the customer when the page was been cached.

Anyone knows how to fix this?!

— Reply to this email directly or view it on GitHubhttps://github.com/ezapps/Zoom-Magento-FPC/issues/14 .

ezramorse commented 11 years ago

Wait, I see that is only an issue with the block disabled (indicating that it did in fact override your module). I will need more information about your site to tell you any more about why the block does not show when an item is added. Im presuming this isn't a stock Magento installation, right?

On Mon, Mar 4, 2013 at 2:14 AM, jeemiej notifications@github.com wrote:

Got a problem with ezzoom when enabled with my cart if a customer has added items to there cart the block totaly removes from the cache en doesnt show up.

With another setting the block is showing but even when another customer is on my site without any items in there cart is show the number of items in cart for the customer when the page was been cached.

Anyone knows how to fix this?!

— Reply to this email directly or view it on GitHubhttps://github.com/ezapps/Zoom-Magento-FPC/issues/14 .

rmccastro commented 11 years ago

I'm having the same problem. It seems as some blocks arent recognized and therefore are cached. How can I find the blocks name so I can make an exception? Btw, I'm using an custom theme so maybe thats the problem

Thanks a lot for this great extension!