<?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>How do I create an Attribute Set?</title>
    <link>http://www.magentocommerce.com/knowledge-base/entry/how-do-i-create-an-attribute-set</link>
    <description><![CDATA[<h3>What&#8217;s an attribute set?</h3><p>
<p>An attribute set is a collection of attributes.&nbsp; This is definitely easiest to describe with an example.&nbsp; Let&#8217;s say one of your categories is &#8220;LCD Displays&#8221;.&nbsp; In addition to the default Magento attributes, you want to show your customers some extra information in the front-end:</p>
<br />
<ul>
<li>Screen Size</li>
<li>Brightness</li>
<li>Maximum Resolution</li>
</ul>
<br />
<p>You went through the process of creating each of these attributes in the &#8220;Attributes Manager&#8221;.&nbsp; If you didn&#8217;t, read the <a href="knowledge-base/entry/tutorial-creating-attributes-custom-fields" title="tutorial on creating attributes">tutorial on creating attributes.</a>  Now you&#8217;re ready to create some LCD Display products.&nbsp; It would certainly be annoying to have to associate each of these attributes separately to each LCD Display product.&nbsp; No worries - you don&#8217;t have to.</p>

<h3>Creating an attribute set</h3><p>
To create an attribute set:
<br />
<ol>
<li>Navigate in the admin to Catalog -> Manage Attribute Sets.</li>
<li>Press &#8220;Add New Set&#8221; in the top right</li>
<li>The next page let&#8217;s you name the set, and base it on another attribute set. A good name might be &#8220;LCD Displays&#8221;.</li>
<li><b>Based On:</b> You can select another attribute set as the starting point for the set you&#8217;re about to create.&nbsp; It will take all the attributes from the &#8216;based on&#8217; set and let you modify this set to create the new one. Select the &#8216;default&#8217; set for now, and press &#8220;Continue.&#8221;</li> 
<li>The next page is where you actually assign attributes to this set.&nbsp; The column on the right contains all unassigned attributes - you should see the LCD Display attributes from above in this list.&nbsp; Press &#8220;Add New&#8221; on the middle column to create a new &#8220;group&#8221; within this attribute set.&nbsp; Groups determine certain display options/sort order in the front-end, and correspond to certain tabs in the product page in the admin.&nbsp; In this case, naming your group something like &#8220;LCD Displays&#8221; would make sense. <a href="http://www.magentocommerce.com/images/uploads/add_new_group.gif" onclick="window.open('http://www.magentocommerce.com/images/uploads/add_new_group.gif','popup','width=1015,height=531,scrollbars=no,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false">Click the image below for more detail:</a></li>
<br />
<a href="http://www.magentocommerce.com/images/uploads/add_new_group.gif" onclick="window.open('http://www.magentocommerce.com/images/uploads/add_new_group.gif','popup','width=1015,height=531,scrollbars=no,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://www.magentocommerce.com/images/uploads/add_new_group_th.gif" style="border: 0;" alt="image" width="336" height="155"/></a>
<li>Your group now appears under &#8220;general&#8221; in the center column.&nbsp; Now, drag the LCD attributes from the &#8220;Unassigned attributes&#8221; column into this group.<a href="http://www.magentocommerce.com/images/uploads/add_new_group_atts.gif" onclick="window.open('http://www.magentocommerce.com/images/uploads/add_new_group_atts.gif','popup','width=717,height=479,scrollbars=no,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false">Click the image below for more detail.</a></li> To remove attributes from the center column, simply drag them back to the Unassigned Attributes list to the right. You will not be able to remove System Attributes, marked with a red circle on the icon, but you can remove all other Simple Attributes.
<br />
<a href="http://www.magentocommerce.com/images/uploads/add_new_group_atts.gif" onclick="window.open('http://www.magentocommerce.com/images/uploads/add_new_group_atts.gif','popup','width=717,height=479,scrollbars=no,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://www.magentocommerce.com/images/uploads/add_new_group_atts_th.gif" style="border: 0;" alt="image" width="274" height="160" /></a>
</ol>
<br />
<p>You&#8217;re done!&nbsp; Press &#8220;Save Attribute Set&#8221;.</p>

<p><b>Note:</b>  At this time you cannot change a product&#8217;s attribute set after the product has been created.&nbsp; You can however add or remove attributes from a product set while it&#8217;s being used by products.&nbsp; Do so at your own risk - if you need to remove an attribute, it might be wiser to set it to &#8220;Display: No&#8221; in the attribute manager.&nbsp; This way the data is not lost, but the attribute will not display to your customers.</p>

<h3>Using Attribute Sets</h3><p>
<p>Now you&#8217;re ready to create some LCD Display products!&nbsp; It&#8217;s easy as pie:</p>
<br />
<ol>
<li>Go to Catalog -> Manage Products</li>
<li>Press &#8220;Add Product</li>
<li>Under &#8220;Attribute Set,&#8221; select the &#8220;LCD Displays&#8221; set you just created.</li>
<br />
<img src="http://www.magentocommerce.com/images/uploads/new_product_att_set.gif" style="border: 0;" alt="image" width="440" height="216" />
<li>Since you created a group called &#8220;LCD Displays&#8221;, you now have a tab called &#8220;LCD Displays&#8221; in the Product editor page.&nbsp; Under this tab, the three attributes you added to the group are ready for data entry.&nbsp; <a href="http://www.magentocommerce.com/images/uploads/new_product_att_tab_lg.gif" onclick="window.open('http://www.magentocommerce.com/images/uploads/new_product_att_tab_lg.gif','popup','width=838,height=326,scrollbars=no,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false">Click the image below for more detail:</a></li>
<br />
<a href="http://www.magentocommerce.com/images/uploads/new_product_att_tab_lg.gif" onclick="window.open('http://www.magentocommerce.com/images/uploads/new_product_att_tab_lg.gif','popup','width=838,height=326,scrollbars=no,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://www.magentocommerce.com/images/uploads/new_product_att_tab.gif" style="border: 0;" alt="image" width="579" height="200" /></a>
<li>Save the product!</li>
</ol>
<br />
<p>There you have it!&nbsp; Now to create additional LCD display products, simply follow steps 1-5 above to your hearts content - enjoy!
</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-09 T;04:07:00-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/how-do-i-create-an-attribute-set/"
    trackback:ping="http://www.magentocommerce.com/trackback/114/"
    dc:title="How do I create an Attribute Set?"
    dc:identifier="http://www.magentocommerce.com/knowledge-base/114/"
    dc:subject="Catalog"
    dc:description=""
    dc:creator="johannes"
    dc:date="2007-08-09 04:07:00 AM GMT" />
</rdf:RDF>
--> 


    <item>
      <title>Comment by phrench</title>
      <link>{url_as_link}</link>
      <description><![CDATA[<p>@johannes: that would be great <img src="http://www.magentocommerce.com/images/smileys/grin.gif" width="19" height="19" alt="grin" style="border:0;padding:0;" /> thanks for the quick response!
</p>]]></description>
      <content:encoded><![CDATA[<p>@johannes: that would be great <img src="http://www.magentocommerce.com/images/smileys/grin.gif" width="19" height="19" alt="grin" style="border:0;padding:0;" /> thanks for the quick response!
</p>]]></content:encoded>
    <dc:date>2008-06-26 T;21:48:00-08:00</dc:date>
    </item>

    <item>
      <title>Comment by johannes</title>
      <link>{url_as_link}</link>
      <description><![CDATA[<p>@ phrench:&nbsp; We are considering this feature and it&#8217;s possible it will make it into the first stable release.
</p>]]></description>
      <content:encoded><![CDATA[<p>@ phrench:&nbsp; We are considering this feature and it&#8217;s possible it will make it into the first stable release.
</p>]]></content:encoded>
    <dc:date>2008-06-26 T;21:48:00-08:00</dc:date>
    </item>

    <item>
      <title>Comment by phrench</title>
      <link>{url_as_link}</link>
      <description><![CDATA[<p>Are you planning to make attributes and attribute sets importable and exportable?
<br />
In my eyes that&#8217;s a fundamental feature for the import/export module. Just like import and export of images is a show stopper&#8230;
<br />
Thanks
</p>]]></description>
      <content:encoded><![CDATA[<p>Are you planning to make attributes and attribute sets importable and exportable?
<br />
In my eyes that&#8217;s a fundamental feature for the import/export module. Just like import and export of images is a show stopper&#8230;
<br />
Thanks
</p>]]></content:encoded>
    <dc:date>2008-06-26 T;21:48:00-08:00</dc:date>
    </item>

    <item>
      <title>Comment by johannes</title>
      <link>{url_as_link}</link>
      <description><![CDATA[<p>It&#8217;s not possible to change the attribute set assigned to a product after the product has been created.&nbsp; However, it is possible to edit the attribute set - if you don&#8217;t want &#8220;tier_price&#8221; you can remove it by editing the set and dragging the attribute from the groups list back into &#8220;unassigned attributes.&#8221;  The only attributes that you can&#8217;t remove from an attribute set are system attributes (because, well, the system needs them to function  <img src="http://www.magentocommerce.com/images/smileys/wink.gif" width="19" height="19" alt="wink" style="border:0;padding:0;" /> ).
</p>]]></description>
      <content:encoded><![CDATA[<p>It&#8217;s not possible to change the attribute set assigned to a product after the product has been created.&nbsp; However, it is possible to edit the attribute set - if you don&#8217;t want &#8220;tier_price&#8221; you can remove it by editing the set and dragging the attribute from the groups list back into &#8220;unassigned attributes.&#8221;  The only attributes that you can&#8217;t remove from an attribute set are system attributes (because, well, the system needs them to function  <img src="http://www.magentocommerce.com/images/smileys/wink.gif" width="19" height="19" alt="wink" 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 Garrone</title>
      <link>{url_as_link}</link>
      <description><![CDATA[<p>Is it possible to change attribute set of a product already created?
</p>]]></description>
      <content:encoded><![CDATA[<p>Is it possible to change attribute set of a product already created?
</p>]]></content:encoded>
    <dc:date>2008-06-26 T;21:48:00-08:00</dc:date>
    </item>

    <item>
      <title>Comment by Is that you evil one?</title>
      <link>{url_as_link}</link>
      <description><![CDATA[<p>This is all fine and dandy, but how do you delete attributes from the attribute set?&nbsp; What if I don&#8217;t want tier_price it won&#8217;t let me delete it?
</p>]]></description>
      <content:encoded><![CDATA[<p>This is all fine and dandy, but how do you delete attributes from the attribute set?&nbsp; What if I don&#8217;t want tier_price it won&#8217;t let me delete it?
</p>]]></content:encoded>
    <dc:date>2008-06-26 T;21:48:00-08:00</dc:date>
    </item>


</channel>
</rss>