This is an old revision of the document!


Pop-ups Will Sometimes Not Appear

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

The reason this is happening is because JS/CSS Compressors create and store a separate compressed file. As the cart (in this example) is a private block, LiteMage punches a hole there. Now when the page is loaded, the cart is served from LiteMage, which the compressor does not know about, meaning the javascript will not be processed by the compressor correctly. Because of this, when you mouse over the cart, javascript will not be properly triggered and nothing will be displayed.

But What about the times that the pop-up does appear? It is possible that javascript somewhere else on your web page is being triggered and properly resetting the pop-up.

If you would like to continue to use LiteMage without any issues, 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/06 14:23
  • by Michael Alegre