<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Magento: How To Remove The &quot;Position&quot; Sort Option</title>
	<atom:link href="http://prattski.com/2009/11/30/magento-how-to-remove-the-position-sort-option/feed/" rel="self" type="application/rss+xml" />
	<link>http://prattski.com/2009/11/30/magento-how-to-remove-the-position-sort-option/</link>
	<description></description>
	<lastBuildDate>Mon, 14 May 2012 03:45:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Jelle</title>
		<link>http://prattski.com/2009/11/30/magento-how-to-remove-the-position-sort-option/#comment-14284</link>
		<dc:creator>Jelle</dc:creator>
		<pubDate>Thu, 29 Mar 2012 06:56:07 +0000</pubDate>
		<guid isPermaLink="false">http://devzone.pratthost.com/?p=359#comment-14284</guid>
		<description>For those who have issues with multi language, change &#039;Position&#039; in the if to $this-&gt;__(&#039;Position&#039;) . This will make Magento remove the translated &#039;Position &#039;.</description>
		<content:encoded><![CDATA[<p>For those who have issues with multi language, change &#8216;Position&#8217; in the if to $this-&gt;__(&#8216;Position&#8217;) . This will make Magento remove the translated &#8216;Position &#8216;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GLOKAL</title>
		<link>http://prattski.com/2009/11/30/magento-how-to-remove-the-position-sort-option/#comment-14132</link>
		<dc:creator>GLOKAL</dc:creator>
		<pubDate>Thu, 15 Mar 2012 09:47:00 +0000</pubDate>
		<guid isPermaLink="false">http://devzone.pratthost.com/?p=359#comment-14132</guid>
		<description>Hi there

I would like to echo position no. on the product listing on frontend. But how can I do this? It sorts by position no. but I cannot get it to echo the numbers in the listing?

Please advice:-)</description>
		<content:encoded><![CDATA[<p>Hi there</p>
<p>I would like to echo position no. on the product listing on frontend. But how can I do this? It sorts by position no. but I cannot get it to echo the numbers in the listing?</p>
<p>Please advice:-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: elvar</title>
		<link>http://prattski.com/2009/11/30/magento-how-to-remove-the-position-sort-option/#comment-13405</link>
		<dc:creator>elvar</dc:creator>
		<pubDate>Sun, 08 Jan 2012 22:22:04 +0000</pubDate>
		<guid isPermaLink="false">http://devzone.pratthost.com/?p=359#comment-13405</guid>
		<description>How to reorder the attributes for sorting?

Currently I have now 3 - Name, Price and Newest (without Position)

I want to have it listed differently and column &#039;Position&#039; in table &#039;`catalog_eav_attribute&#039; does not affect it. Also even if Position method for sorting is pulled out - category listing is still by default with it.</description>
		<content:encoded><![CDATA[<p>How to reorder the attributes for sorting?</p>
<p>Currently I have now 3 &#8211; Name, Price and Newest (without Position)</p>
<p>I want to have it listed differently and column &#8216;Position&#8217; in table &#8216;`catalog_eav_attribute&#8217; does not affect it. Also even if Position method for sorting is pulled out &#8211; category listing is still by default with it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eramos</title>
		<link>http://prattski.com/2009/11/30/magento-how-to-remove-the-position-sort-option/#comment-12964</link>
		<dc:creator>eramos</dc:creator>
		<pubDate>Thu, 15 Dec 2011 05:57:27 +0000</pubDate>
		<guid isPermaLink="false">http://devzone.pratthost.com/?p=359#comment-12964</guid>
		<description>Thanks jimboboy, your solution by doing the following did work and it is flexible to edit it by &quot;category&quot; 
catalog &gt; manage categories &gt; display settings… just uncheck the “Use All Available Attributes” checkbox and select only the attributes you want to use</description>
		<content:encoded><![CDATA[<p>Thanks jimboboy, your solution by doing the following did work and it is flexible to edit it by &#8220;category&#8221;<br />
catalog &gt; manage categories &gt; display settings… just uncheck the “Use All Available Attributes” checkbox and select only the attributes you want to use</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daco</title>
		<link>http://prattski.com/2009/11/30/magento-how-to-remove-the-position-sort-option/#comment-12266</link>
		<dc:creator>Daco</dc:creator>
		<pubDate>Fri, 25 Nov 2011 10:47:16 +0000</pubDate>
		<guid isPermaLink="false">http://devzone.pratthost.com/?p=359#comment-12266</guid>
		<description>Or, you could just set manually the order field you want to use (in this case &#039;price&#039;)
&lt;a href=&quot;getOrderUrl(&#039;price&#039;, &#039;desc&#039;) ?&gt;&quot; title=&quot;__(&#039;Set Descending Direction&#039;) ?&gt;&quot;&gt;Desc&lt;/a&gt;
in toolbar.php</description>
		<content:encoded><![CDATA[<p>Or, you could just set manually the order field you want to use (in this case &#8216;price&#8217;)<br />
&lt;a href=&quot;getOrderUrl(&#8216;price&#8217;, &#8216;desc&#8217;) ?&gt;&#8221; title=&#8221;__(&#8216;Set Descending Direction&#8217;) ?&gt;&#8221;&gt;Desc<br />
in toolbar.php</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Priya</title>
		<link>http://prattski.com/2009/11/30/magento-how-to-remove-the-position-sort-option/#comment-10514</link>
		<dc:creator>Priya</dc:creator>
		<pubDate>Fri, 14 Oct 2011 19:36:51 +0000</pubDate>
		<guid isPermaLink="false">http://devzone.pratthost.com/?p=359#comment-10514</guid>
		<description>Thanks for the Information, I was looking for it for a long time, 

After installing the google webmaster file, I saw 10000 of unnecessary links cached by google, I even block the URL but that was not the full solution.

After removing this I think I get the solution.

Million thanks.</description>
		<content:encoded><![CDATA[<p>Thanks for the Information, I was looking for it for a long time, </p>
<p>After installing the google webmaster file, I saw 10000 of unnecessary links cached by google, I even block the URL but that was not the full solution.</p>
<p>After removing this I think I get the solution.</p>
<p>Million thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jimboboy</title>
		<link>http://prattski.com/2009/11/30/magento-how-to-remove-the-position-sort-option/#comment-9676</link>
		<dc:creator>jimboboy</dc:creator>
		<pubDate>Thu, 22 Sep 2011 11:00:15 +0000</pubDate>
		<guid isPermaLink="false">http://devzone.pratthost.com/?p=359#comment-9676</guid>
		<description>you can also select only the attribtues you want to use in the sort by dropdown menu, in the catalog &gt; manage categories &gt; display settings... just uncheck the &quot;Use All Available Attributes&quot; checkbox and select only the attributes you want to use</description>
		<content:encoded><![CDATA[<p>you can also select only the attribtues you want to use in the sort by dropdown menu, in the catalog &gt; manage categories &gt; display settings&#8230; just uncheck the &#8220;Use All Available Attributes&#8221; checkbox and select only the attributes you want to use</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harsh</title>
		<link>http://prattski.com/2009/11/30/magento-how-to-remove-the-position-sort-option/#comment-9455</link>
		<dc:creator>Harsh</dc:creator>
		<pubDate>Thu, 15 Sep 2011 08:38:23 +0000</pubDate>
		<guid isPermaLink="false">http://devzone.pratthost.com/?p=359#comment-9455</guid>
		<description>Thanks dude , ;-)</description>
		<content:encoded><![CDATA[<p>Thanks dude , <img src='http://prattski.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Removing Default Catalog Sort Options in Magento &#124; Spenser Baldwin</title>
		<link>http://prattski.com/2009/11/30/magento-how-to-remove-the-position-sort-option/#comment-7853</link>
		<dc:creator>Removing Default Catalog Sort Options in Magento &#124; Spenser Baldwin</dc:creator>
		<pubDate>Mon, 04 Jul 2011 12:48:41 +0000</pubDate>
		<guid isPermaLink="false">http://devzone.pratthost.com/?p=359#comment-7853</guid>
		<description>[...] of Magento. Removing this is a bit more expansive. Josh Pratt has a good write up of a quick way to remove the &#8220;position&#8221; option. However, for someone running a multi-store setup this is not an efficient solution. In that case, [...]</description>
		<content:encoded><![CDATA[<p>[...] of Magento. Removing this is a bit more expansive. Josh Pratt has a good write up of a quick way to remove the &#8220;position&#8221; option. However, for someone running a multi-store setup this is not an efficient solution. In that case, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christian Stoller</title>
		<link>http://prattski.com/2009/11/30/magento-how-to-remove-the-position-sort-option/#comment-7605</link>
		<dc:creator>Christian Stoller</dc:creator>
		<pubDate>Tue, 21 Jun 2011 07:00:54 +0000</pubDate>
		<guid isPermaLink="false">http://devzone.pratthost.com/?p=359#comment-7605</guid>
		<description>Oh, the xml for the config has been removed from my post. Here is it again, but replaced &quot;&quot; with &quot;/&quot; and &quot;\&quot;

/global\
  /models\
    /catalog\
      /rewrite\
         /config\MyCompany_Catalog_Model_Config//config\
      //rewrite\
    //catalog\
  //models\
//global\</description>
		<content:encoded><![CDATA[<p>Oh, the xml for the config has been removed from my post. Here is it again, but replaced &#8220;&#8221; with &#8220;/&#8221; and &#8220;\&#8221;</p>
<p>/global\<br />
  /models\<br />
    /catalog\<br />
      /rewrite\<br />
         /config\MyCompany_Catalog_Model_Config//config\<br />
      //rewrite\<br />
    //catalog\<br />
  //models\<br />
//global\</p>
]]></content:encoded>
	</item>
</channel>
</rss>

