Получить данные магазина
Mage::app()->getStore();
Store Id
Mage::app()->getStore()->getStoreId();
Код магазина
Mage::app()->getStore()->getCode();
Идентификатор веб-сайта
Mage::app()->getStore()->getWebsiteId();
Название магазина
Mage::app()->getStore()->getName();
Имя внешнего интерфейса магазина ( см. Ответ @ Бена )
Mage::app()->getStore()->getFrontendName();
Активен
Mage::app()->getStore()->getIsActive();
URL домашней страницы магазина
Mage::app()->getStore()->getHomeUrl();
URL текущей страницы магазина
Mage::app()->getStore()->getCurrentUrl();
Все эти функции можно найти в классе Mage_Core_Model_Store
Файл: app / code / core / Mage / Core / Model / Store.php