<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Agence de Développement Informatique du Nord &#187; store</title>
	<atom:link href="http://blog.adin.pro/tag/store/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.adin.pro</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Thu, 26 Dec 2019 08:54:31 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.1.1</generator>
	<item>
		<title>Magento &#8211; all you need about website / store / view</title>
		<link>http://blog.adin.pro/2015-09-24/magento-all-you-need-about-website-store-view/</link>
		<comments>http://blog.adin.pro/2015-09-24/magento-all-you-need-about-website-store-view/#comments</comments>
		<pubDate>Thu, 24 Sep 2015 08:41:07 +0000</pubDate>
		<dc:creator><![CDATA[blogadmin]]></dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[magento]]></category>
		<category><![CDATA[store]]></category>

		<guid isPermaLink="false">http://blog.adin.pro/?p=500</guid>
		<description><![CDATA[<p>The post <a rel="nofollow" href="http://blog.adin.pro/2015-09-24/magento-all-you-need-about-website-store-view/">Magento &#8211; all you need about website / store / view</a> appeared first on <a rel="nofollow" href="http://blog.adin.pro">Agence de Développement Informatique du Nord</a>.</p>
]]></description>
				<content:encoded><![CDATA[<pre class="brush: php; title: ; notranslate">
// Gets the current store's details
$store = Mage::app()-&gt;getStore();
 
// Gets the current store's id
$storeId = Mage::app()-&gt;getStore()-&gt;getStoreId();
 
// Gets the current store's code
$storeCode = Mage::app()-&gt;getStore()-&gt;getCode();
 
// Gets the current website's id
$websiteId = Mage::app()-&gt;getStore()-&gt;getWebsiteId();
 
// Gets the current store's group id
$storeGroupId = Mage::app()-&gt;getStore()-&gt;getGroupId();
 
// Gets the current store's name
$storeName = Mage::app()-&gt;getStore()-&gt;getName();
 
// Gets the current store's sort order
$storeSortOrder = Mage::app()-&gt;getStore()-&gt;getSortOrder();
 
// Gets the current store's status
$storeIsActive = Mage::app()-&gt;getStore()-&gt;getIsActive();
 
// Gets the current store's locale
$storeLocaleCode = Mage::app()-&gt;getStore()-&gt;getLocaleCode();
 
// Gets the current store's home url
$storeHomeUrl = Mage::app()-&gt;getStore()-&gt;getHomeUrl();

//load store by code or id
$store = Mage::getModel('core/store')-&gt;load($code); //you can use code or id

</pre>
<p>The post <a rel="nofollow" href="http://blog.adin.pro/2015-09-24/magento-all-you-need-about-website-store-view/">Magento &#8211; all you need about website / store / view</a> appeared first on <a rel="nofollow" href="http://blog.adin.pro">Agence de Développement Informatique du Nord</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.adin.pro/2015-09-24/magento-all-you-need-about-website-store-view/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
