Skip to content

Instantly share code, notes, and snippets.

@mcjwsk
Last active August 29, 2015 14:20
Show Gist options
  • Save mcjwsk/8db6ce5c7b4d2c955d9a to your computer and use it in GitHub Desktop.
Save mcjwsk/8db6ce5c7b4d2c955d9a to your computer and use it in GitHub Desktop.

Get store

Mage::app()->getStore();

Store code

Mage::app()->getStore()->getStoreId();

Mage::app()->getStore()->getCode(); Website Id

Mage::app()->getStore()->getWebsiteId(); Store Name

Mage::app()->getStore()->getName(); Is Active

Mage::app()->getStore()->getIsActive(); Homepage URL of Store

Mage::app()->getStore()->getHomeUrl(); Current page URL of Store

Mage::app()->getStore()->getCurrentUrl();

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment