<?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>Knowledge Base</title>
    <link>http://www.magentocommerce.com/knowledge-base/</link>
    <description></description>
    <dc:language>en-us</dc:language>
    <dc:creator>adi@varien.com</dc:creator>
    <dc:rights>Copyright 2008</dc:rights>
    <dc:date>2008-06-26 T;21:48:00-08:00</dc:date>
    <admin:generatorAgent rdf:resource="http://expressionengine.com/" />


<item>
    <title>Tutorial: Creating a Grouped Product</title>
    <link>http://www.magentocommerce.com/knowledge-base/entry/tutorial-creating-a-grouped-product</link>
    <description><![CDATA[<p><img src="http://www.magentocommerce.com/images/uploads/grouped_prod_front.gif" style="border: 0;" alt="image" width="371" height="264" />
</p><p>There are three kinds of products in Magento: Simple, Grouped, and Configurable.&nbsp; If you want to make a simple product, they are covered in detail in the <a href="knowledge-base/entry/tutorial-creating-products">&#8220;Creating products&#8221; tutorial.</a>
</p>
<h3>Advanced Products</h3><p>
Advanced products in Magento are a way to consolidate product variants onto a single product info page in the front-end.&nbsp; The variants themselves have their own SKUs and stock management.&nbsp; This is very powerful - it allows you to let customers search for the individual variants, but browse only to the consolidated product pages.&nbsp; (If it&#8217;s the implementation you want - you could also let customers browse the individual SKUs.) 
</p>
<p>
<b>Grouped Products</b> display several products on one page.&nbsp; For example - if you&#8217;re selling chef&#8217;s knives and you have the same knife in four sizes, you can make a <b>grouped product</b> to display all four sizes.&nbsp; Customers can select the size(s) they want and add to cart from this page.&nbsp; Another example would be a themed bedroom set - you can create a grouped product and sell the sheets, comforter, and pillow cases all from the same page.
</p>
<h3>Creating a Grouped Product</h3><p>
There are a few steps involved:
<br />
<ol>
<li>Create the invidivual products you want to sell on the Grouped Product page</li>
<li>Create the grouped product itself</li>
<li>Add the individual products to this grouped product</li>
</ol>
<h3>Creating the individual products</h3><p>
Before adding anything to the grouped product, you have to create the individual products you want to sell from the grouped product page.&nbsp; For our example, we&#8217;re going to use Chef&#8217;s knives.&nbsp; Let&#8217;s say you have 4 chef&#8217;s knives of the same manufacturer and series, and want to sell them all on one page - customers can add whichever of the set they want to cart.
<br />
<ol>
<li>Navigate to Catalog -> Manage Products</li>
<li>Click on &#8220;Add Product&#8221;</li>
<li>Select &#8220;Simple Product&#8221;, use whichever attribute set you need for the product.&nbsp; For this example, the <b>Default</b> attribute set was fine - we aren&#8217;t using any attributes besides the system attributes.</li>
<li>Do whatever data entry you desire for each simple product to be in the Grouped product. Below is what the General tab looks like for one of our knives:</li>
<br />
<img src="http://www.magentocommerce.com/images/uploads/grouped_creat_prod.jpg" style="border: 0;" alt="image" />
<li>When you&#8217;re done with data entry for the product, press &#8220;Save&#8221;.</li>
<li>Now repeat steps 2-4 for each product you will sail through the Grouped Product. You can also use the Duplicate Product feature to create the 4 seperate products without having to enter every value 4 times. Once you have created and saved your first product select the Duplicate button on the product page in the admin panel. The duplicate product will not copy unique values, such as SKU, as you need to edit these anyway. The duplicate product will be created with a status of disabled.</li>
</ol>
<h3>Creating the Grouped Product</h3><p>
<ol>
<li>Navigate to &#8220;Catalog -> Manage Products&#8221;</li>
<li>Click &#8220;Add Product&#8221;</li>
<li>Select &#8220;Grouped Product&#8221; for the product type.&nbsp; We&#8217;re still OK with the default attribute set.</li>
<li>On the general tab for the Grouped Product, you&#8217;ll notice a few fields are missing: <b>Weight</b> and <b>Qty</b>.&nbsp; These don&#8217;t make sense when applied to Grouped products, since the weights and quantities are determined by the individual products:</li>
<br />
<img src="http://www.magentocommerce.com/images/uploads/grouped_general.jpg" style="border: 0;" alt="image" />
<li>There&#8217;s also an additional tab:&nbsp; <b>Associated Products</b>.&nbsp; This is where you will add the individual knives you just created to this Grouped Product.&nbsp; Let&#8217;s click on that tab now.</li>
<li>If you type &#8220;Chef&#8217;s&#8221; into &#8220;Name&#8221; and hit &#8220;Search&#8221; you should find the 4 chef&#8217;s knives you just created.</li>
<br />
<img src="http://www.magentocommerce.com/images/uploads/grouped_creat_assoc_s.gif" style="border: 0;" alt="image" width="594" height="363" />
<br />
If you check an item, it gets added to the grouped product.&nbsp; When checked, two fields unlock:&nbsp; <b>Default Qty</b> and <b>Position</b>.&nbsp; You can control the sort order of the items in the <b>Position</b> field. As with all sort orders in Magento, the product with the lowest number will have the highest position on the page. You can also enter a <b>default quantity</b> which will be a pre-populated value in the front-end qty box.
</ol>
<br />
</p><h3>Grouped Products in the Front-end</h3><p>
Below is how the grouped product will appear in the front-end:
<br />
<img src="http://www.magentocommerce.com/images/uploads/grouped_prod_front.gif" style="border: 0;" alt="image" width="371" height="264" />
<br />
As you can see, the <b>Position</b> and <b>Default Quantity</b> fields reflect the information entered in the admin.
</p>]]></description>
    <dc:language>en-us</dc:language>
    <dc:creator>johannes@varien.com</dc:creator>
    <dc:rights>Copyright 2007</dc:rights>
    <dc:date>2007-08-24 T;05:45:01-08:00</dc:date>
</item>
<!--
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
         xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"
         xmlns:dc="http://purl.org/dc/elements/1.1/">
<rdf:Description
    rdf:about="http://www.magentocommerce.com/knowledge-base/tutorial-creating-a-grouped-product/"
    trackback:ping="http://www.magentocommerce.com/trackback/158/"
    dc:title="Tutorial: Creating a Grouped Product"
    dc:identifier="http://www.magentocommerce.com/knowledge-base/158/"
    dc:subject="Catalog"
    dc:description="&amp;lt;img src=&quot;http://www.magentocommerce.com/images/uploads/grouped_prod_front.gif&quot; style=&quot;border: 0;&quot; alt=&quot;image&quot; width=&quot;371&quot; height=&quot;264&quot; /&amp;gt;"
    dc:creator="johannes"
    dc:date="2007-08-24 05:45:01 AM GMT" />
</rdf:RDF>
--> 


    <item>
      <title>Comment by Nirm</title>
      <link>{url_as_link}</link>
      <description><![CDATA[<p>Thanks for the reply, in fact just after I posted I had a look at configurable screencast. Sorry for the trouble.
</p>]]></description>
      <content:encoded><![CDATA[<p>Thanks for the reply, in fact just after I posted I had a look at configurable screencast. Sorry for the trouble.
</p>]]></content:encoded>
    <dc:date>2008-06-26 T;21:48:00-08:00</dc:date>
    </item>

    <item>
      <title>Comment by RoyRubin</title>
      <link>{url_as_link}</link>
      <description><![CDATA[<p>@Nirm - Magento can certainly handle that. Check out the configurable product screencast.
</p>]]></description>
      <content:encoded><![CDATA[<p>@Nirm - Magento can certainly handle that. Check out the configurable product screencast.
</p>]]></content:encoded>
    <dc:date>2008-06-26 T;21:48:00-08:00</dc:date>
    </item>

    <item>
      <title>Comment by Nirm</title>
      <link>{url_as_link}</link>
      <description><![CDATA[<p>So If I have a T-Shirt which comes in 30 colours and 5 sizes, Can Magento handle this sort of variation. If not, Is there a workaround?
</p>]]></description>
      <content:encoded><![CDATA[<p>So If I have a T-Shirt which comes in 30 colours and 5 sizes, Can Magento handle this sort of variation. If not, Is there a workaround?
</p>]]></content:encoded>
    <dc:date>2008-06-26 T;21:48:00-08:00</dc:date>
    </item>

    <item>
      <title>Comment by YoavKutner</title>
      <link>{url_as_link}</link>
      <description><![CDATA[<p>@paulmorrison - Right now we support only grouping of simple products. We should add grouping of configurable products early next year. As an alternative you might want to put the different configurable products under categories and sub categories and with some work on the templates display them in a customized way.
</p>]]></description>
      <content:encoded><![CDATA[<p>@paulmorrison - Right now we support only grouping of simple products. We should add grouping of configurable products early next year. As an alternative you might want to put the different configurable products under categories and sub categories and with some work on the templates display them in a customized way.
</p>]]></content:encoded>
    <dc:date>2008-06-26 T;21:48:00-08:00</dc:date>
    </item>

    <item>
      <title>Comment by paulmorrison</title>
      <link>{url_as_link}</link>
      <description><![CDATA[<p>I need a grouped configurable product, i need to display multiple colors of products but each has a range of sizes, any ideas?
</p>]]></description>
      <content:encoded><![CDATA[<p>I need a grouped configurable product, i need to display multiple colors of products but each has a range of sizes, any ideas?
</p>]]></content:encoded>
    <dc:date>2008-06-26 T;21:48:00-08:00</dc:date>
    </item>

    <item>
      <title>Comment by Grayson</title>
      <link>{url_as_link}</link>
      <description><![CDATA[<p>This style of grouping is useful for me. I sell stickers and have some stickers in various colors. I want to keep track of stock on these individual stickers separately, but allow the customer to see at a glance that this particular design is available in more than one color. Which color the customer chooses is up to them. So I like the idea of grouped products for similar items the customer can choose from, and bundles for items sold as a single package.
</p>]]></description>
      <content:encoded><![CDATA[<p>This style of grouping is useful for me. I sell stickers and have some stickers in various colors. I want to keep track of stock on these individual stickers separately, but allow the customer to see at a glance that this particular design is available in more than one color. Which color the customer chooses is up to them. So I like the idea of grouped products for similar items the customer can choose from, and bundles for items sold as a single package.
</p>]]></content:encoded>
    <dc:date>2008-06-26 T;21:48:00-08:00</dc:date>
    </item>

    <item>
      <title>Comment by YoavKutner</title>
      <link>{url_as_link}</link>
      <description><![CDATA[<p>@danillo - Your absolutely right. This is a known issue that we will fix and release over the next few releases.
</p>]]></description>
      <content:encoded><![CDATA[<p>@danillo - Your absolutely right. This is a known issue that we will fix and release over the next few releases.
</p>]]></content:encoded>
    <dc:date>2008-06-26 T;21:48:00-08:00</dc:date>
    </item>

    <item>
      <title>Comment by danillo</title>
      <link>{url_as_link}</link>
      <description><![CDATA[<p>But why can I enter a price for a grouped product? Like $699.99 for the Magento Red Furniture Set. But I can&#8217;t order the Magento Red Furniture Set for $699.99. I can only buy all three parts for $1,029.97!! If it&#8217;s not a bundle there should be no price for a grouped product.
</p>]]></description>
      <content:encoded><![CDATA[<p>But why can I enter a price for a grouped product? Like $699.99 for the Magento Red Furniture Set. But I can&#8217;t order the Magento Red Furniture Set for $699.99. I can only buy all three parts for $1,029.97!! If it&#8217;s not a bundle there should be no price for a grouped product.
</p>]]></content:encoded>
    <dc:date>2008-06-26 T;21:48:00-08:00</dc:date>
    </item>

    <item>
      <title>Comment by YoavKutner</title>
      <link>{url_as_link}</link>
      <description><![CDATA[<p>SAbastian - We call the type of products you refer to as bundles, and they are planed down the road. Grouped products are just a way to present on product page more than one item. In some industries it makes sense <img src="http://www.magentocommerce.com/images/smileys/smile.gif" width="19" height="19" alt="smile" style="border:0;padding:0;" />
</p>]]></description>
      <content:encoded><![CDATA[<p>SAbastian - We call the type of products you refer to as bundles, and they are planed down the road. Grouped products are just a way to present on product page more than one item. In some industries it makes sense <img src="http://www.magentocommerce.com/images/smileys/smile.gif" width="19" height="19" alt="smile" style="border:0;padding:0;" />
</p>]]></content:encoded>
    <dc:date>2008-06-26 T;21:48:00-08:00</dc:date>
    </item>

    <item>
      <title>Comment by Sébastien Cramatte</title>
      <link>{url_as_link}</link>
      <description><![CDATA[<p>I though that grouped products was to create sort of  promotionals &#8220;Kit&#8221; ...
<br />
So I don&#8217;t understand why when you add to cart you must specify quantity of each product ??
</p>
<p>
Regards
</p>]]></description>
      <content:encoded><![CDATA[<p>I though that grouped products was to create sort of  promotionals &#8220;Kit&#8221; ...
<br />
So I don&#8217;t understand why when you add to cart you must specify quantity of each product ??
</p>
<p>
Regards
</p>]]></content:encoded>
    <dc:date>2008-06-26 T;21:48:00-08:00</dc:date>
    </item>


</channel>
</rss><pre>Uncaught exception:
SQLSTATE[HY000]: General error: 1114 The table 'debug_page_loads' is full
#0 /chroot/home/magentoc/svn-live/store/lib/Zend/Db/Statement.php(303): Zend_Db_Statement_Pdo->_execute(Array)
#1 /chroot/home/magentoc/svn-live/store/lib/Zend/Db/Adapter/Abstract.php(406): Zend_Db_Statement->execute(Array)
#2 /chroot/home/magentoc/svn-live/store/lib/Zend/Db/Adapter/Pdo/Abstract.php(206): Zend_Db_Adapter_Abstract->query('INSERT INTO `de...', Array)
#3 /chroot/home/magentoc/svn-live/store/lib/Zend/Db/Adapter/Abstract.php(484): Zend_Db_Adapter_Pdo_Abstract->query('INSERT INTO `de...', Array)
#4 /chroot/home/magentoc/svn-live/backend/lib/Varien/EProfiler.php(126): Zend_Db_Adapter_Abstract->insert('debug_page_load...', Array)
#5 /chroot/home/magentoc/svn-live/index.php(146): Varien_EProfiler::log()
#6 {main}</pre>
