I am trying to get the subtotal from the cart using the code
<?php echo Mage::helper('checkout/cart')->getQuote()->getSubtotal(); ?>
It only works when i clean the cache, i don't know why. how to get the subtotal in a correct way? . Any help will be greatly appreciated.
Thank you in advance