When does Magento created the rewrite records for categories and products? zendnwar March 24, 2015 Magento 0 Comments When create or update a category or product and reindex. Related Posts How to remove decimal price in magento zendnwar May 30, 2016 just need to edit core file of Magento app\code\core\Mage\Directory\Model\Currency.php or you c .. How to create cms pages dynamically zendnwar January 10, 2013 Here is code for CMS Pages dynamically…. $magentoCms = array( ‘title’ => & ..