This is an old revision of the document!


Pop-ups Will Sometimes Not Appear

Problem: When using LiteMage in conjunction with a JS/CSS Compressor (such as the PotatoCommerce Compressor), some pop-ups, such as the list of items contained in a customer’s shopping cart, does not appear when being moused over.

Cause: JS/CSS Compressors compresses LiteMage Cache extension(Magento side) output and create, store a separate file. The shopping cart here is a private block, LiteMage punches a hole there. LiteMage Cache(Server side) didn't expect the compression and so didn't process the ESI block correctly. Because of this, when you mouse over the cart, javascript will not be properly triggered and nothing will be displayed.

Solution: You must either disable such compressors or move/remove the javascript from the template (phtml) of the hole-punched block; for example, the minicart template in

design/frontend/.../template/checkout/cart/minicart.phtml,
  • Admin
  • Last modified: 2016/05/09 19:04
  • by Long Hu