Get store data
Mage::app()->getStore();
Store IdMage::app()->getStore()->getStoreId();
Store codeMage::app()->getStore()->getCode();
Website IdMage::app()->getStore()->getWebsiteId();
Store NameMage::app()->getStore()->getName();
Is ActiveMage::app()->getStore()->getIsActive();
Store Home UrlMage::app()->getStore()->getHomeUrl();
No comments:
Post a Comment