~~NOTOC~~ ====== Cart is Being Punched But Still Not Loading Properly ====== ====Problem==== LiteMage debug shows the cart being punched but it is still not working properly. ====Cause==== The cart was actually being loaded via the footer element and not the header element. This caused the cart to be loaded in an invalid order and caused it to not load the correct information. ====Solution==== Find the cart code in ''footer.phtml'' and move it to ''header.phtml''. In addition to this make sure that the values inside ''local.xml'' pertaining to the cart are moved from the footer block to the header block. After the changes are done in the code, be sure to flush LiteMage and Layout cache. For example, move the following code from ''footer.phtml'' to ''header.phtml'': Similarly, for ''local.xml'' move the following from the footer block to header block: cache_lifetime