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 How to get Product ID by SKU in Magento? zendnwar April 12, 2013 This is Very Simple $product_sku = ‘3495E’; // use your own sku number $product_id .. 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: ..