Hello guys, we are happily using the Gem theme.
However, several errors are making our system.log file in Magento going huge. They are related to the theme:
2016-10-02T20:53:33+00:00 ERR (3): Notice: Undefined variable: _formattedActualPrice in /app/design/frontend/gem/default/template/joomlart/jmproductsdeal/home-deals.phtml on line 163
Where we find this:
<?php echo Mage::app()->getLocale()->currency(Mage::app()->getStore()->getCurrentCurrencyCode())->getSymbol().”.round($_formattedActualPrice -- $_formattedSpecialPrice); ?>
…and:
2016-10-02T20:54:57+00:00 ERR (3): Notice: Undefined variable: identifier in /app/design/frontend/gem/default/template/catalog/product/view.phtml on line 226
…where we find that:
$blockcustom = Mage::app()->getLayout()->createBlock(‘cms/block’)->setBlockId($identifier);
Thanks for your help and suggestions,