Which block is responsible for rendering javascript in Magento? zendnwar October 2, 2014 Magento 0 Comments Mage_Page_Block_Html_Head addJs(), addJsIe(), addItem(), getCssJsHtml() Related Posts What is the purpose of each of the fields in the core_url_rewrite table? zendnwar March 24, 2015 – url_rewrite_id: increment id – store_id: id of the related store – id_path: .. Get Current Store Details (ID, Code, Name and Status) in Magento zendnwar March 30, 2015 // Gets the current store’s details $store = Mage::app()->getStore(); // Gets the curr ..