Disable Footer block Caching in Magento
Go to the file /app/code/core/Mage/Page/Block/Html/Footer.php file,
Remove or comment out the cache informations of the constructor function :
protected function _construct()
{
/*$this->addData(array(
'cache_lifetime'=> false,
'cache_tags' => array(Mage_Core_Model_Store::CACHE_TAG, Mage_Cms_Model_Block::CACHE_TAG)
));*/
}
Save and refresh your cache. All should be well.
Комментариев нет:
Отправить комментарий