I'm running into issues when displaying the cart quantity in the header. I'm simply useing Mage::helper('checkout/cart')->getSummaryCount()
. It works great sometimes, however it does not display correctly on the front page. I have a feeling that it's related to our full page caching.
I reached out to Magento support and they said that I am doing it different from how they would. But would not provide me with an answer.
Can anyone shed some light on the correct method for displaying cart quantity?