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 please enter a valid url. protocol is required (http // https // or ftp //) in magento instaltion zendnwar August 21, 2015 For this you need to remove the validation for the particular section. 1. Open \app\design\inst .. 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 ..