Magento How to Get the Base Url for a specific Magento Store October 21, 2011 Pramod T P Leave a comment <?php $store_id = $this->helper(‘core’)->getStoreId(); $logoURL=Mage::app()->getStore($store_id)->getBaseUrl(Mage_Core_Model_Store::URL_TYPE_LINK); ?>