<?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 #7540 / Products in Catalog_Product_List do not get displa</title>
        <link>http://www.magentocommerce.com/bug-tracking/issue?issue=3536</link>
        <description><![CDATA[<strong>Posted:</strong> 2008-10-03 02:22:32<br/><strong>Category:</strong> Categories<br/><strong>Version:</strong> 1.1.6<br/><strong>Priority:</strong> normal<br/><strong>Status:</strong> closed<br/><strong>Reported By:</strong> <a href="http://www.magentocommerce.com/boards/member/37504/">_maff</a></strong><br/><br/>I tried to display products that are in a certain category on a CMS page using the following block:<br />
<br />
{{block type=&quot;catalog/product_list&quot; category_id=&quot;nn&quot; template=&quot;catalog/product/list.phtml&quot;}}<br />
<br />
Unfortunately, the products do not get sorted by the position set in Administration under Category Products. I fixed it by adding the sort to app/code/core/Mage/Catalog/Block/Product/List.php.<br/><br/><hr/>]]></description>
    </item>
    
                    <item>
        <title>RE: Products in Catalog_Product_List do not get displa</title>
        <description><![CDATA[<em>#1 / Comment by Magento Team</em><br/><br/>Hello _maff,<br />
<br />
There were 2 additional parameters for this block<br />
&quot;sort_by&quot; and &quot;sort_order&quot;<br />
<br />
Example:<br />
{{block type=&quot;catalog/product_list&quot; category_id=&quot;NN&quot; sort_by=&quot;FieldName&quot; sort_order=&quot;asc/desc&quot; template=&quot;catalog/product/list.phtml&quot;}}<br />
<br />
The changes will be available in the next bugfix release.<br />
<br />
Thank you.]]></description>
    </item>
        </channel>
</rss>