<?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 #7568 / Grouped products still not showing correct startin</title>
        <link>http://www.magentocommerce.com/bug-tracking/issue?issue=3552</link>
        <description><![CDATA[<strong>Posted:</strong> 2008-10-05 05:35:29<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/47261/">cff</a></strong><br/><br/>Grouped products still don't show the correct starting from price, even though this bug has been submitted and closed previously. They show the starting from price as the price excluding tax, non-grouped products show the correct price however.<br />
<br />
All settings are correct and as they should be for this to work.<br />
<br />
Cheers.<br/><br/><hr/>]]></description>
    </item>
    
                    <item>
        <title>RE: Grouped products still not showing correct startin</title>
        <description><![CDATA[<em>#1 / Comment by <a href="http://www.magentocommerce.com/boards/member/13527/">senders</a></em><br/><br/>I have got the same problem.<br />
<br />
I found out, that when you take a fresh installation with sample data. It is working.<br />
After an upgrade from a previous version 1.1.x to 1.1.6 it is not working.<br />
<br />
I tried to find out what changes were made. And I also did these changes in my template.<br />
But these changes seems to be not enough.<br />
<br />
Can varien please post the changes.<br />
<br />
Thanks]]></description>
    </item>
            <item>
        <title>RE: Grouped products still not showing correct startin</title>
        <description><![CDATA[<em>#2 / Comment by <a href="http://www.magentocommerce.com/boards/member/13527/">senders</a></em><br/><br/>Problem is that:<br />
$_inclTax = $this-&gt;helper('tax')-&gt;getPrice($_product, $_minimalPriceValue, $includingTax = true);<br />
<br />
gives only the price without tax<br />
<br />
in<br />
<br />
\app\design\frontend\default\default\template\catalog\product\price.phtml]]></description>
    </item>
            <item>
        <title>RE: Grouped products still not showing correct startin</title>
        <description><![CDATA[<em>#3 / Comment by <a href="http://www.magentocommerce.com/boards/member/13527/">senders</a></em><br/><br/>I found out the real reason why it is not working:<br />
<br />
I think in the new versions where it should be fixed the row tax_class_id   in table catalogindex_minimal_price was added.<br />
But the Update scripts doesn't import the data from catalogindex_price to catalogindex_minimal_price.<br />
<br />
So you have to do it manually after upgrading:<br />
<br />
<br />
UPDATE catalogindex_minimal_price AS t1 LEFT JOIN catalogindex_price AS t2 ON( t1.entity_id = t2.entity_id AND t1.customer_group_id = t2.customer_group_id) SET t1.tax_class_id=t2.tax_class_id;<br />
<br />
No Warranty for this SQL Statement. Please Backup your database before. For me it is working fine!!!<br />
<br />
Varien: Please include it in the next 1.1.7 Version!]]></description>
    </item>
            <item>
        <title>RE: Grouped products still not showing correct startin</title>
        <description><![CDATA[<em>#4 / Comment by Magento Team</em><br/><br/>Hello cff,<br />
<br />
This issue was fixed. The changes will be available in the next bugfix release.<br />
<br />
Thank you.]]></description>
    </item>
        </channel>
</rss>