<?xml version="1.0" encoding="utf-8"?>


<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
    xmlns:admin="http://webns.net/mvcb/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel>
    <title>Magento Blog</title>
    <link>http://www.magentocommerce.com/blog/</link>
    <description></description>
    <dc:language>en</dc:language>
    <dc:creator>RoyRubin</dc:creator>
    <dc:rights>Copyright 2008</dc:rights>
    <dc:date>2008-05-10T07:19:00-08:00</dc:date>
    <admin:generatorAgent rdf:resource="http://expressionengine.com/" />

    <item>
      <title>Video: Creating Multiple Online Storefronts (Part 1)</title>
      <link>http://www.magentocommerce.com/blog/video-creating-multiple-online-storefronts-part1/</link>
      <guid>http://www.magentocommerce.com/blog/video-creating-multiple-online-storefronts-part1/#When:23:30:00Z</guid>
      <description><![CDATA[<p>In this video we showcase one of the more powerful Magento features, the ability to manage multiple Online storefronts from a single administration panel. This functionality allows an online merchant to centrally manage all facets of a business from one location, while selling through multiple online stores. 
</p>
<p>
The <a href="http://www.magentocommerce.com/magento-on-the-fly/multiple-sites/" title="first video">first video</a> goes through the basics of creating a completely separate website within the Magento installation, to be controlled from the same admin.&nbsp; Below are the necessary steps to do this, carried out and recorded on the 0.9.17740 version of Magento:
<br />
<ul>
<li>Step 1:&nbsp; Creating a new folder for second website, copying index.php and .htaccess, necessary change of code to index.php</li>
<li>Step 2:&nbsp; Creating a new root category for the second website</li>
<li>Step 3:&nbsp; Creating the website in the admin, along with a store and store view</li>
<li>Step 4:&nbsp; Configuring the URL structure of the new site</li>
<li>Step 5:&nbsp; Adding categories and products</li>
<li>Step 6:&nbsp; Associating products with the new website</li>
</ul>
<br />
At the end of the video, the logo of the new website is updated and the homepage is set to a different admin-created CMS page.
</p>
<p>
Please note:&nbsp; This demonstration uses example.com and some symlinks to make the URLs more readable.&nbsp; You may notice the url of the second website switching between <a href="http://www.example.com/magento/mainstore/shoestore" target="_blank">http://www.example.com/magento/mainstore/shoestore</a> and <a href="http://www.example.com/magento/shoestore" target="_blank">http://www.example.com/magento/shoestore</a> - this is why.&nbsp; In a live environment each site will most likely have its own IP, so different domain names could be configured accordingly.
</p>
<p>
This is Part 1 of 2 videos showing Multiple Websites/Stores.&nbsp; Part 2 will go into more detail about store views and multiple stores under the same website.
</p>
<p>
<a href="http://www.magentocommerce.com/magento-on-the-fly/multiple-sites/"><img src="http://www.magentocommerce.com/images/uploads/sc_how_to_multi_stores.jpg" style="border: 0;" alt="image" width="264" height="162" /></a>
</p>]]></description>
      
      <dc:subject>Features</dc:subject>
      <dc:date>2008-03-19T23:30:00-08:00</dc:date>
    </item>
 


    <item>
      <title>Comment by stretchr</title>
      <link>{url_as_title}</link>
      <description><![CDATA[<p>Oops. Sorry. Will ask in the forums.
</p>
<p>
Stretchr
</p>]]></description>
    <dc:date>2008-05-10 T;07:19:00-08:00</dc:date>
    </item>

    <item>
      <title>Comment by stretchr</title>
      <link>{url_as_title}</link>
      <description><![CDATA[<p>In the video, for the step where you change the index.php from:
<br />
umask(0);
<br />
Mage::run(&#8217;default&#8217;);
</p>
<p>
to:
</p>
<p>
umask(0);
<br />
Mage::run(&#8217;shoestore&#8217;,&#8217;website&#8217;&#8217;);
</p>
<p>
In my &#8220;index.php&#8221; the code is:
</p>
<p>
umask(0);
<br />
Mage::run();
</p>
<p>
(Note no &#8216;default&#8217;)
</p>
<p>
Would I follow the same editing step, even though there was no &#8220;default&#8221; in there initially?
</p>
<p>
Thanks,
<br />
Stretchr
</p>]]></description>
    <dc:date>2008-05-10 T;07:19:00-08:00</dc:date>
    </item>

    <item>
      <title>Comment by quark</title>
      <link>{url_as_title}</link>
      <description><![CDATA[<p>1. I want to know if a client can have one chart and one checkout for all stores within one website or he must checkout from each store.
</p>
<p>
2. What about different stores on different websites? One chart and one checkout or multiple charts and checkouts from each websites?
</p>]]></description>
    <dc:date>2008-05-10 T;07:19:00-08:00</dc:date>
    </item>

    <item>
      <title>Comment by johannes</title>
      <link>{url_as_title}</link>
      <description><![CDATA[<p>@nate_02631:&nbsp; Multiple websites under one magento installation will still share one admin panel - meaning, orders from all websites will show up in the &#8216;sales&#8217; module&#8230; all customers will show up under &#8216;customers&#8217;.&nbsp; And yes, as far as I know they will run off the same database.
</p>
<p>
To best accomplish what you describe, I would think multiple Magento installations are required.&nbsp; The separation of data between websites is to keep track of front-end activity - if you run a lingerie store and a gun store you might not want customers accounts and order information to be shared between them <img src="http://www.magentocommerce.com/images/smileys/wink.gif" width="19" height="19" alt="wink" style="border:0;padding:0;" />
</p>]]></description>
    <dc:date>2008-05-10 T;07:19:00-08:00</dc:date>
    </item>

    <item>
      <title>Comment by nate_02631</title>
      <link>{url_as_title}</link>
      <description><![CDATA[<p>Forgive the ignorant question (?) and I think I may know the answer based on what I read/saw, but could a web dev potentially have a single install of Magento and then set it multiple stores for clients based off that one install.
</p>
<p>
From what I&#8217;ve seen it is possible to 
<br />
a. have different stores at different domains, with different looks
<br />
b. have different products/price sets for each of the stores
</p>
<p>
But could the stores basically be isolated, with permissions, etc&#8230; so that a store owner could maintain their store in complete isolation from the others (i.e. no sharing of attributes, customer info etc...)? Would they run of the same database?
</p>]]></description>
    <dc:date>2008-05-10 T;07:19:00-08:00</dc:date>
    </item>

    <item>
      <title>Comment by radders</title>
      <link>{url_as_title}</link>
      <description><![CDATA[<p>Correction to my earlier post - discovered this post:
<br />
Prices scope can be changed in configuration. Please go to admin -&gt; System -&gt; Configuration -&gt; General -&gt; Price -&gt; Scope
</p>]]></description>
    <dc:date>2008-05-10 T;07:19:00-08:00</dc:date>
    </item>

    <item>
      <title>Comment by radders</title>
      <link>{url_as_title}</link>
      <description><![CDATA[<p>As far as I can tell it is not possible to set pricing at the store level as this is showing up as global. You can of course have different pricing for different customer groups so you could have a wholesale customer group across all stores. From what I read (haven&#8217;t tried it yet) it is possible to set different pricing and delivery methods at the website level so this would seem to be the answer for setting up a wholesale store.
</p>]]></description>
    <dc:date>2008-05-10 T;07:19:00-08:00</dc:date>
    </item>

    <item>
      <title>Comment by agcilantro</title>
      <link>{url_as_title}</link>
      <description><![CDATA[<p>Thanks for the video.
<br />
Do the additional directories for the additional stores have to be anywhere specific, i.e., inside the Magento  folder or directory where the main site was installed on the server?
<br />
Also, is it possible to have different pricing on each of the different stores, for instance a wholesale store, a retail store and a consumer store?
</p>]]></description>
    <dc:date>2008-05-10 T;07:19:00-08:00</dc:date>
    </item>

    <item>
      <title>Comment by johannes</title>
      <link>{url_as_title}</link>
      <description><![CDATA[<p>To set up multiple domains you would follow the same steps as are in the video above.&nbsp; I just didn&#8217;t have multiple domains at my disposal when making the video <img src="http://www.magentocommerce.com/images/smileys/smile.gif" width="19" height="19" alt="smile" style="border:0;padding:0;" />
</p>
<p>
If you wanted for example &#8220;shoestore.com&#8221; you would redirect this domain to the &#8220;shoestore&#8221; directory that we created in the video.
</p>
<p>
Customer accounts can be shared globally, or per website.&nbsp; You can configure this from System -&gt; Configuration -&gt; Customers Configuration -&gt; Account Sharing Options.
</p>]]></description>
    <dc:date>2008-05-10 T;07:19:00-08:00</dc:date>
    </item>

    <item>
      <title>Comment by magentocommerce</title>
      <link>{url_as_title}</link>
      <description><![CDATA[<p>Will this bulk stores share customers informations?
<br />
I think there have two kinds mult stores. One is same domain another is use several domains.How control several domains in one admin?
<br />
there have another interesting confunction,Like ioffer.com  allow customers sell their goods on your store.If this kind confunction possible?
</p>]]></description>
    <dc:date>2008-05-10 T;07:19:00-08:00</dc:date>
    </item>

    <item>
      <title>Comment by adimagento</title>
      <link>{url_as_title}</link>
      <description><![CDATA[<p>@nafnaf1000 - the blog comments are not the place for technical questions and pasting code. Please use the forum in the future.
</p>]]></description>
    <dc:date>2008-05-10 T;07:19:00-08:00</dc:date>
    </item>

    <item>
      <title>Comment by nafnaf1000</title>
      <link>{url_as_title}</link>
      <description><![CDATA[<p>when i change the store THEM from &#8220;default&#8221; i get this error&#8230;
</p>
<p>
any idea?
</p>
<p>
exception &#8216;Mage_Core_Exception&#8217; with message &#8216;Invalid store requested: &#8220;default&#8221;.&#8217; in /home/hbaetcco/domains/hbaetc.com/public_html/magento/app/Mage.php:377
<br />
Stack trace:
<br />
#0 /home/hbaetcco/domains/hbaetc.com/public_html/magento/app/code/core/Mage/Core/Model/App.php(527): Mage::throwException(&#8217;Invalid store r...&#8217;)
<br />
#1 /home/hbaetcco/domains/hbaetc.com/public_html/magento/app/code/core/Mage/Core/Model/Url/Rewrite.php(139): Mage_Core_Model_App-&gt;getStore()
<br />
#2 /home/hbaetcco/domains/hbaetc.com/public_html/magento/app/code/core/Mage/Core/Controller/Varien/Front.php(109): Mage_Core_Model_Url_Rewrite-&gt;rewrite()
<br />
#3 /home/hbaetcco/domains/hbaetc.com/public_html/magento/app/code/core/Mage/Core/Model/App.php(440): Mage_Core_Controller_Varien_Front-&gt;init()
<br />
#4 /home/hbaetcco/domains/hbaetc.com/public_html/magento/app/code/core/Mage/Core/Model/App.php(721): Mage_Core_Model_App-&gt;_initFrontController()
<br />
#5 /home/hbaetcco/domains/hbaetc.com/public_html/magento/app/Mage.php(421): Mage_Core_Model_App-&gt;getFrontController()
<br />
#6 /home/hbaetcco/domains/hbaetc.com/public_html/magento/index.php(29): Mage::run(&#8217;default&#8217;)
<br />
#7 &#123;main&#125;
</p>]]></description>
    <dc:date>2008-05-10 T;07:19:00-08:00</dc:date>
    </item>

    <item>
      <title>Comment by johannes</title>
      <link>{url_as_title}</link>
      <description><![CDATA[<p>Dell - the 2nd video should be up there by the end of the day on Friday.
</p>]]></description>
    <dc:date>2008-05-10 T;07:19:00-08:00</dc:date>
    </item>

    <item>
      <title>Comment by dell</title>
      <link>{url_as_title}</link>
      <description><![CDATA[<p>Impressive and needed, since it&#8217;s a major change from previous method.&nbsp;  When can we expect the 2nd video on administering multiple stores within the same website to be available?
</p>]]></description>
    <dc:date>2008-05-10 T;07:19:00-08:00</dc:date>
    </item>


</channel>
</rss>