<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.7" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Magento Default Products Sort Order Newest</title>
	<link>http://www.kliky.net/howto/magento-default-products-sort-order-newest/</link>
	<description>Web Development and Internet Traffic Matters</description>
	<pubDate>Sun, 01 Aug 2010 02:11:54 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.7</generator>

	<item>
		<title>by: Sacha</title>
		<link>http://www.kliky.net/howto/magento-default-products-sort-order-newest/#comment-92626</link>
		<pubDate>Mon, 26 Jul 2010 13:07:21 +0000</pubDate>
		<guid>http://www.kliky.net/howto/magento-default-products-sort-order-newest/#comment-92626</guid>
					<description>Thanx! This is awesome!!</description>
		<content:encoded><![CDATA[<p>Thanx! This is awesome!!
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: ANDiTKO</title>
		<link>http://www.kliky.net/howto/magento-default-products-sort-order-newest/#comment-78776</link>
		<pubDate>Tue, 01 Jun 2010 18:01:30 +0000</pubDate>
		<guid>http://www.kliky.net/howto/magento-default-products-sort-order-newest/#comment-78776</guid>
					<description>For Magento 1.4 Change line 119 to:
protected $_direction = 'desc';</description>
		<content:encoded><![CDATA[<p>For Magento 1.4 Change line 119 to:<br />
protected $_direction = &#8216;desc&#8217;;
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: artur</title>
		<link>http://www.kliky.net/howto/magento-default-products-sort-order-newest/#comment-76954</link>
		<pubDate>Tue, 25 May 2010 18:45:03 +0000</pubDate>
		<guid>http://www.kliky.net/howto/magento-default-products-sort-order-newest/#comment-76954</guid>
					<description>hello to all, do you know maybe how to do it in magento 1.4? adding new attribute doesn't work - it listing with known only to itself way and in different way each time... so, i would like to hack code or even change position option for entity_id or something. i would be very thankful for your help!</description>
		<content:encoded><![CDATA[<p>hello to all, do you know maybe how to do it in magento 1.4? adding new attribute doesn&#8217;t work - it listing with known only to itself way and in different way each time&#8230; so, i would like to hack code or even change position option for entity_id or something. i would be very thankful for your help!
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Me</title>
		<link>http://www.kliky.net/howto/magento-default-products-sort-order-newest/#comment-74088</link>
		<pubDate>Fri, 14 May 2010 14:57:14 +0000</pubDate>
		<guid>http://www.kliky.net/howto/magento-default-products-sort-order-newest/#comment-74088</guid>
					<description>You are a genius .....Thanks lots</description>
		<content:encoded><![CDATA[<p>You are a genius &#8230;..Thanks lots
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Prashant</title>
		<link>http://www.kliky.net/howto/magento-default-products-sort-order-newest/#comment-61322</link>
		<pubDate>Fri, 19 Mar 2010 10:23:27 +0000</pubDate>
		<guid>http://www.kliky.net/howto/magento-default-products-sort-order-newest/#comment-61322</guid>
					<description>I want to sort order by their availability in the stock, if its "out of stock" it should be displayed at the end.</description>
		<content:encoded><![CDATA[<p>I want to sort order by their availability in the stock, if its &#8220;out of stock&#8221; it should be displayed at the end.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: steward</title>
		<link>http://www.kliky.net/howto/magento-default-products-sort-order-newest/#comment-59354</link>
		<pubDate>Sun, 07 Mar 2010 00:37:46 +0000</pubDate>
		<guid>http://www.kliky.net/howto/magento-default-products-sort-order-newest/#comment-59354</guid>
					<description>This discussion assumes "entity_id" means the same as "newest".
Not so, for many who imported and updated some batches of products when we converted to Magento.
I'd really like to sort by "date added". Sigh.</description>
		<content:encoded><![CDATA[<p>This discussion assumes &#8220;entity_id&#8221; means the same as &#8220;newest&#8221;.<br />
Not so, for many who imported and updated some batches of products when we converted to Magento.<br />
I&#8217;d really like to sort by &#8220;date added&#8221;. Sigh.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: ed</title>
		<link>http://www.kliky.net/howto/magento-default-products-sort-order-newest/#comment-57274</link>
		<pubDate>Sun, 14 Feb 2010 18:28:04 +0000</pubDate>
		<guid>http://www.kliky.net/howto/magento-default-products-sort-order-newest/#comment-57274</guid>
					<description>Skully, I'm running the same version and the file for this is still on the Product List.php template:

  /app/code/core/Mage/Catalog/Block/Product/List.php</description>
		<content:encoded><![CDATA[<p>Skully, I&#8217;m running the same version and the file for this is still on the Product List.php template:</p>
<p>  /app/code/core/Mage/Catalog/Block/Product/List.php
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Skully</title>
		<link>http://www.kliky.net/howto/magento-default-products-sort-order-newest/#comment-57177</link>
		<pubDate>Fri, 12 Feb 2010 16:29:01 +0000</pubDate>
		<guid>http://www.kliky.net/howto/magento-default-products-sort-order-newest/#comment-57177</guid>
					<description>Could not find any of these lines in mine either 2 files.

$this-&#62;_availableOrder = array(
‘entity_id’ =&#62; $this-&#62;__(’Newest’),
‘name’ =&#62; $this-&#62;__(’Name’),
‘price’ =&#62; $this-&#62;__(’Price’)
); 


Magento ver. 1.3.2.3</description>
		<content:encoded><![CDATA[<p>Could not find any of these lines in mine either 2 files.</p>
<p>$this-&gt;_availableOrder = array(<br />
‘entity_id’ =&gt; $this-&gt;__(’Newest’),<br />
‘name’ =&gt; $this-&gt;__(’Name’),<br />
‘price’ =&gt; $this-&gt;__(’Price’)<br />
); </p>
<p>Magento ver. 1.3.2.3
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: ed</title>
		<link>http://www.kliky.net/howto/magento-default-products-sort-order-newest/#comment-55928</link>
		<pubDate>Thu, 21 Jan 2010 22:09:41 +0000</pubDate>
		<guid>http://www.kliky.net/howto/magento-default-products-sort-order-newest/#comment-55928</guid>
					<description>Daniel, the file would be here:

/app/code/core/Mage/Catalog/Block/Product/List.php</description>
		<content:encoded><![CDATA[<p>Daniel, the file would be here:</p>
<p>/app/code/core/Mage/Catalog/Block/Product/List.php
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Daniel</title>
		<link>http://www.kliky.net/howto/magento-default-products-sort-order-newest/#comment-55903</link>
		<pubDate>Thu, 21 Jan 2010 12:21:30 +0000</pubDate>
		<guid>http://www.kliky.net/howto/magento-default-products-sort-order-newest/#comment-55903</guid>
					<description>Can't find anywhere the code for:

$this-&#62;_availableOrder = array(
‘entity_id’ =&#62; $this-&#62;__(’Newest’),
‘name’ =&#62; $this-&#62;__(’Name’),
‘price’ =&#62; $this-&#62;__(’Price’)
);</description>
		<content:encoded><![CDATA[<p>Can&#8217;t find anywhere the code for:</p>
<p>$this-&gt;_availableOrder = array(<br />
‘entity_id’ =&gt; $this-&gt;__(’Newest’),<br />
‘name’ =&gt; $this-&gt;__(’Name’),<br />
‘price’ =&gt; $this-&gt;__(’Price’)<br />
);
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
