<?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 Issue Tracking</title>
    <link>http://www.magentocommerce.com/bug-tracking/</link>
    <description></description>
    <dc:language>en</dc:language>
    <dc:creator>MagentoCommerce</dc:creator>
    <dc:rights>Copyright {gmt_date format="%Y"}</dc:rights>
    <dc:date>{gmt_date format="%Y-%m-%dT%H:%i:%s%Q"}</dc:date>
    <admin:generatorAgent rdf:resource="http://expressionengine.com/" />
        <item>
        <title>View Issue #14591 / Incorrect SKU for Configurable Product with Custom</title>
        <link>http://www.magentocommerce.com/bug-tracking/issue?issue=6575</link>
        <description><![CDATA[<strong>Posted:</strong> 2009-06-12 01:16:57<br/><strong>Category:</strong> Product<br/><strong>Version:</strong> 1.3.2<br/><strong>Priority:</strong> normal<br/><strong>Status:</strong> resolved<br/><strong>Reported By:</strong> <a href="http://www.magentocommerce.com/boards/member/130083/">hcpunk</a></strong><br/><br/>I've discovered a deficiency in the way that the SKU is created for Configurable Products with Custom Options.<br />
<br />
In our catalogue we have defined a Configurable Product with several colour variations. Each colour (Simple Product) has a unique SKU which is shown correctly on order invoices. We added a Custom Option to the Configurable Product with its own SKU code. When the option has been selected it should modify the SKU but it's not showing up on the invoices.<br />
<br />
I tested the same process with a Simple Product and the Custom Option SKU is appended as expected. After testing a few bits of debugging code in the Core files I think I have narrowed down the exact cause. It all seems to come down to the &quot;getSku&quot; method in the &quot;Mage_Catalog_Model_Product_Type_Abstract&quot; class.<br />
<br />
The method checks to see if the product has had any Custom Options selected and appends their SKU codes if that's true. The catch with the Configurable Product is that by the time that the SKU is being &quot;built&quot; the product being checked is the Simple Product, i.e the Configurable Product's child (which cannot/doesn't have any Custom Options).<br />
<br />
I'm not experienced enough to solve this problem myself and it's a bug that could affect all Magento users.<br/><br/><hr/>]]></description>
    </item>
    
                    <item>
        <title>RE: Incorrect SKU for Configurable Product with Custom</title>
        <description><![CDATA[<em>#1 / Comment by <a href="http://www.magentocommerce.com/boards/member/107112/">fragilem17</a></em><br/><br/>could this be related to my issue?<br />
http://www.magentocommerce.com/bug-tracking/issue?issue=7136]]></description>
    </item>
        </channel>
</rss>