<?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>Sat, 31 Jul 2010 02:49:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Josh Pratt</title>
		<link>http://prattski.com/2009/11/30/magento-how-to-remove-the-position-sort-option/#comment-362</link>
		<dc:creator>Josh Pratt</dc:creator>
		<pubDate>Tue, 25 May 2010 15:16:15 +0000</pubDate>
		<guid isPermaLink="false">http://devzone.pratthost.com/?p=359#comment-362</guid>
		<description>I do not suggest doing the above (DO NOT EDIT CORE CODE).

At a bare minimum, move the above mentioned file to app/code/local/Mage/Catalog/Model/Config.php and then make the edit.</description>
		<content:encoded><![CDATA[<p>I do not suggest doing the above (DO NOT EDIT CORE CODE).</p>
<p>At a bare minimum, move the above mentioned file to app/code/local/Mage/Catalog/Model/Config.php and then make the edit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: toniyecla</title>
		<link>http://prattski.com/2009/11/30/magento-how-to-remove-the-position-sort-option/#comment-361</link>
		<dc:creator>toniyecla</dc:creator>
		<pubDate>Thu, 20 May 2010 22:06:59 +0000</pubDate>
		<guid isPermaLink="false">http://devzone.pratthost.com/?p=359#comment-361</guid>
		<description>in 1.4, you can try to comment this in app/code/core/Mage/Catalog/Model/Config.php:

    public function getAttributeUsedForSortByArray()
    {
        $options = array(
            // &#039;position&#039;  =&gt; Mage::helper(&#039;catalog&#039;)-&gt;__(&#039;Position&#039;)
        );
        foreach ($this-&gt;getAttributesUsedForSortBy() as $attribute) {
            /* @var $attribute Mage_Eav_Model_Entity_Attribute_Abstract */
            $options[$attribute-&gt;getAttributeCode()] = $attribute-&gt;getStoreLabel();
        }

        return $options;
    }</description>
		<content:encoded><![CDATA[<p>in 1.4, you can try to comment this in app/code/core/Mage/Catalog/Model/Config.php:</p>
<p>    public function getAttributeUsedForSortByArray()<br />
    {<br />
        $options = array(<br />
            // &#8216;position&#8217;  =&gt; Mage::helper(&#8216;catalog&#8217;)-&gt;__(&#8216;Position&#8217;)<br />
        );<br />
        foreach ($this-&gt;getAttributesUsedForSortBy() as $attribute) {<br />
            /* @var $attribute Mage_Eav_Model_Entity_Attribute_Abstract */<br />
            $options[$attribute-&gt;getAttributeCode()] = $attribute-&gt;getStoreLabel();<br />
        }</p>
<p>        return $options;<br />
    }</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mrnl</title>
		<link>http://prattski.com/2009/11/30/magento-how-to-remove-the-position-sort-option/#comment-360</link>
		<dc:creator>Mrnl</dc:creator>
		<pubDate>Wed, 07 Apr 2010 13:26:14 +0000</pubDate>
		<guid isPermaLink="false">http://devzone.pratthost.com/?p=359#comment-360</guid>
		<description>Hi Josh Pratt,

Just looking at your site again.
And saw that you answered my question. tried it and it works.
Thanks very much.
That a simple yes or no can make so much difference.

Maybe an idea for you , when you or someone else answers a comment that the people who left a comment get an e-mail.</description>
		<content:encoded><![CDATA[<p>Hi Josh Pratt,</p>
<p>Just looking at your site again.<br />
And saw that you answered my question. tried it and it works.<br />
Thanks very much.<br />
That a simple yes or no can make so much difference.</p>
<p>Maybe an idea for you , when you or someone else answers a comment that the people who left a comment get an e-mail.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Pratt</title>
		<link>http://prattski.com/2009/11/30/magento-how-to-remove-the-position-sort-option/#comment-359</link>
		<dc:creator>Josh Pratt</dc:creator>
		<pubDate>Fri, 26 Mar 2010 13:34:06 +0000</pubDate>
		<guid isPermaLink="false">http://devzone.pratthost.com/?p=359#comment-359</guid>
		<description>Mrnl,

The reason it is showing up in the Additional Information is most likely because for that attribute you have &quot;Yes&quot; selected for the &quot;Visible on Product View Page on Front-end&quot; option.  You need to turn that to &quot;No&quot;.</description>
		<content:encoded><![CDATA[<p>Mrnl,</p>
<p>The reason it is showing up in the Additional Information is most likely because for that attribute you have &#8220;Yes&#8221; selected for the &#8220;Visible on Product View Page on Front-end&#8221; option.  You need to turn that to &#8220;No&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mrnl</title>
		<link>http://prattski.com/2009/11/30/magento-how-to-remove-the-position-sort-option/#comment-358</link>
		<dc:creator>Mrnl</dc:creator>
		<pubDate>Fri, 26 Mar 2010 11:41:41 +0000</pubDate>
		<guid isPermaLink="false">http://devzone.pratthost.com/?p=359#comment-358</guid>
		<description>I am working on a local host to test if i want to start a shop and i can design it. I have a question for U.

If u make attributes for products they come in additional information, now i have implemented a video and made a new tab for it, but the video keeps showing up in additional also and i do not want that. Do you know how i can fix it.

thanks.</description>
		<content:encoded><![CDATA[<p>I am working on a local host to test if i want to start a shop and i can design it. I have a question for U.</p>
<p>If u make attributes for products they come in additional information, now i have implemented a video and made a new tab for it, but the video keeps showing up in additional also and i do not want that. Do you know how i can fix it.</p>
<p>thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Pratt</title>
		<link>http://prattski.com/2009/11/30/magento-how-to-remove-the-position-sort-option/#comment-357</link>
		<dc:creator>Josh Pratt</dc:creator>
		<pubDate>Tue, 02 Mar 2010 03:48:01 +0000</pubDate>
		<guid isPermaLink="false">http://devzone.pratthost.com/?p=359#comment-357</guid>
		<description>Andy,

Sure there is.  You&#039;ll have to do a check for the category you are wanting to reverse, then change the line that says &#039;asc&#039; to &#039;desc&#039;.</description>
		<content:encoded><![CDATA[<p>Andy,</p>
<p>Sure there is.  You&#8217;ll have to do a check for the category you are wanting to reverse, then change the line that says &#8216;asc&#8217; to &#8216;desc&#8217;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://prattski.com/2009/11/30/magento-how-to-remove-the-position-sort-option/#comment-356</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Mon, 15 Feb 2010 02:42:23 +0000</pubDate>
		<guid isPermaLink="false">http://devzone.pratthost.com/?p=359#comment-356</guid>
		<description>Thank you . This was a big help. I have a quick question. Is there a way to change to sort order from asc to desc for just one category?</description>
		<content:encoded><![CDATA[<p>Thank you . This was a big help. I have a quick question. Is there a way to change to sort order from asc to desc for just one category?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
