<?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 #7466 / Manage Stock = No removes Layered Navigation indic</title>
        <link>http://www.magentocommerce.com/bug-tracking/issue?issue=3487</link>
        <description><![CDATA[<strong>Posted:</strong> 2008-09-30 02:24:19<br/><strong>Category:</strong> Product<br/><strong>Version:</strong> 1.1.6<br/><strong>Priority:</strong> high<br/><strong>Status:</strong> closed<br/><strong>Reported By:</strong> <a href="http://www.magentocommerce.com/boards/member/32086/">ylibrach</a></strong><br/><br/>1. Create a configurable product with 1 or more associated (simple) products<br />
2. Set the configurable product, as well as the associated product's, Manage Stock flag to No.<br />
3. Open up the associated product, and then save it (without making any changes)<br />
4. Magento will remove the link for it in Layered Navigation on the frontend.<br />
<br />
*** After doing some research, this has to do with _beforeSave() in CatalogInventory/Model/Stock/Item.php on the following lines:<br />
<br />
        if ($this-&gt;getBackorders() == Mage_CatalogInventory_Model_Stock::BACKORDERS_NO<br />
            &amp;&amp; $this-&gt;getQty() &lt;= $this-&gt;getMinQty()) {<br />
            if(!$this-&gt;getProduct() || !$this-&gt;getProduct()-&gt;isComposite()) {<br />
                $this-&gt;setIsInStock(false);<br />
            }<br />
        }<br />
<br />
getBackorders() will always return false for products which do not have manage stock set to yes, and so is_in_stock will be set to false. However this causes Layered Navigation's plainReindex() to withhold this product from reindexing.<br/><br/><hr/>]]></description>
    </item>
    
                    <item>
        <title>RE: Manage Stock = No removes Layered Navigation indic</title>
        <description><![CDATA[<em>#1 / Comment by Magento Team</em><br/><br/>Hello ylibrach,<br />
<br />
This issue was fixed. The changes will be available in the next bugfix release.<br />
<br />
Thank you.]]></description>
    </item>
        </channel>
</rss>