How to disable Merge JavaScript Files on db in magento zendnwar June 16, 2015 Magento 0 Comments Table: core_config_data path:dev/js/merge_files path:dev/css/merge_css_files 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 we get items in shopping cart using models in Magento? zendnwar March 18, 2015 It is simple, Please following code. $cart = Mage::helper(‘checkout/cart’); $totalI ..