<?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: Add Custom Note or Attribute to Magento Grid View</title>
	<atom:link href="http://www.redbridgenet.com/magento/add-custom-note-attribute-to-magento-grid-view/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.redbridgenet.com/magento/add-custom-note-attribute-to-magento-grid-view/</link>
	<description>Professional WordPress and WordPress Plugin Developers in the San Francisco Bay Area</description>
	<lastBuildDate>Sat, 04 Feb 2012 18:44:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: ereckers</title>
		<link>http://www.redbridgenet.com/magento/add-custom-note-attribute-to-magento-grid-view/comment-page-1/#comment-5010</link>
		<dc:creator>ereckers</dc:creator>
		<pubDate>Tue, 17 May 2011 16:54:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.kliky.net/magento/add-custom-noteattribute-to-magento-grid-view/#comment-5010</guid>
		<description>J Sinex -- I&#039;m glad this helped. Also, thank you for update for the newer version of Magento.</description>
		<content:encoded><![CDATA[<p>J Sinex &#8212; I&#8217;m glad this helped. Also, thank you for update for the newer version of Magento.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: J Sinex</title>
		<link>http://www.redbridgenet.com/magento/add-custom-note-attribute-to-magento-grid-view/comment-page-1/#comment-5009</link>
		<dc:creator>J Sinex</dc:creator>
		<pubDate>Tue, 17 May 2011 16:00:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.kliky.net/magento/add-custom-noteattribute-to-magento-grid-view/#comment-5009</guid>
		<description>Thank you - this helped guide us in the right direction to be able to add a special price/deal text note on the Grouped Product table. But be aware that for newer Magento versions you should NOT edit the catalog.xml file - just skip that part.  For our case with the Grouped product, we changed the php code to include by $_item instead of by the product.</description>
		<content:encoded><![CDATA[<p>Thank you &#8211; this helped guide us in the right direction to be able to add a special price/deal text note on the Grouped Product table. But be aware that for newer Magento versions you should NOT edit the catalog.xml file &#8211; just skip that part.  For our case with the Grouped product, we changed the php code to include by $_item instead of by the product.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: R. de Rijk</title>
		<link>http://www.redbridgenet.com/magento/add-custom-note-attribute-to-magento-grid-view/comment-page-1/#comment-4993</link>
		<dc:creator>R. de Rijk</dc:creator>
		<pubDate>Tue, 03 May 2011 12:34:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.kliky.net/magento/add-custom-noteattribute-to-magento-grid-view/#comment-4993</guid>
		<description>Different problem, but maybe you can help:
in Magento 1.5.0.1 productstatus is shown as &quot;not in stock&quot;, while they&#039;re in stock. I guess there&#039;s an error in list.phtml?
How does Magento determens if a product is saleable? I guess the list.phtml always returns &quot;false&quot;. 

thanks in advance for any help</description>
		<content:encoded><![CDATA[<p>Different problem, but maybe you can help:<br />
in Magento 1.5.0.1 productstatus is shown as &#8220;not in stock&#8221;, while they&#8217;re in stock. I guess there&#8217;s an error in list.phtml?<br />
How does Magento determens if a product is saleable? I guess the list.phtml always returns &#8220;false&#8221;. </p>
<p>thanks in advance for any help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: emi</title>
		<link>http://www.redbridgenet.com/magento/add-custom-note-attribute-to-magento-grid-view/comment-page-1/#comment-4617</link>
		<dc:creator>emi</dc:creator>
		<pubDate>Sat, 11 Sep 2010 09:35:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.kliky.net/magento/add-custom-noteattribute-to-magento-grid-view/#comment-4617</guid>
		<description>Hi,
Great post, really helpful to me. I&#039;m a real beginner to all this php stuffs. But i tried to do exactly what you did. So i really need your help.

My problem is the custom attribute doesn&#039;t show up on my grid view. I already edited both catalog.xml and list.phtml.

i added under &quot;&quot; &amp; &quot;&quot; this...
&quot;GridNote&quot;

then i added in list.phtml under &quot;&quot;

&quot;getGridNote() ) {
?&gt;
getGridNote();
?&gt;
&quot;


I did all these steps above, but nothing appears on the products grid. Hope you could help me because my knowledge in all these is so limited.

Thank you so much in advance.

emi


*correction on above errors</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Great post, really helpful to me. I&#8217;m a real beginner to all this php stuffs. But i tried to do exactly what you did. So i really need your help.</p>
<p>My problem is the custom attribute doesn&#8217;t show up on my grid view. I already edited both catalog.xml and list.phtml.</p>
<p>i added under &#8220;&#8221; &amp; &#8220;&#8221; this&#8230;<br />
&#8220;GridNote&#8221;</p>
<p>then i added in list.phtml under &#8220;&#8221;</p>
<p>&#8220;getGridNote() ) {<br />
?&gt;<br />
getGridNote();<br />
?&gt;<br />
&#8221;</p>
<p>I did all these steps above, but nothing appears on the products grid. Hope you could help me because my knowledge in all these is so limited.</p>
<p>Thank you so much in advance.</p>
<p>emi</p>
<p>*correction on above errors</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: emi</title>
		<link>http://www.redbridgenet.com/magento/add-custom-note-attribute-to-magento-grid-view/comment-page-1/#comment-4616</link>
		<dc:creator>emi</dc:creator>
		<pubDate>Sat, 11 Sep 2010 09:32:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.kliky.net/magento/add-custom-noteattribute-to-magento-grid-view/#comment-4616</guid>
		<description>Hi,
Great post, really helpful to me. I&#039;m a real beginner to all this php stuffs. But i tried to do exactly what you did. So i really need your help.

My problem is the custom attribute doesn&#039;t show up on my grid view. I already edited both catalog.xml and list.phtml.

i added under  &amp;  this...
GridNote

then i added in list.phtml under

getGridNote() ) {
?&gt;
getGridNote();
?&gt;



I did all these steps above, but nothing appears on the products grid. Hope you could help me because my knowledge in all these is so limited.

Thank you so much in advance.

emi</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Great post, really helpful to me. I&#8217;m a real beginner to all this php stuffs. But i tried to do exactly what you did. So i really need your help.</p>
<p>My problem is the custom attribute doesn&#8217;t show up on my grid view. I already edited both catalog.xml and list.phtml.</p>
<p>i added under  &amp;  this&#8230;<br />
GridNote</p>
<p>then i added in list.phtml under</p>
<p>getGridNote() ) {<br />
?&gt;<br />
getGridNote();<br />
?&gt;</p>
<p>I did all these steps above, but nothing appears on the products grid. Hope you could help me because my knowledge in all these is so limited.</p>
<p>Thank you so much in advance.</p>
<p>emi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: francois</title>
		<link>http://www.redbridgenet.com/magento/add-custom-note-attribute-to-magento-grid-view/comment-page-1/#comment-4615</link>
		<dc:creator>francois</dc:creator>
		<pubDate>Wed, 08 Sep 2010 13:55:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.kliky.net/magento/add-custom-noteattribute-to-magento-grid-view/#comment-4615</guid>
		<description>thanks a lot !</description>
		<content:encoded><![CDATA[<p>thanks a lot !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kimball</title>
		<link>http://www.redbridgenet.com/magento/add-custom-note-attribute-to-magento-grid-view/comment-page-1/#comment-4614</link>
		<dc:creator>Kimball</dc:creator>
		<pubDate>Thu, 17 Dec 2009 16:00:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.kliky.net/magento/add-custom-noteattribute-to-magento-grid-view/#comment-4614</guid>
		<description>Thanks!
Some how I missed &quot;Used in product listing: Yes&quot; when setting up a custom attributes.  Without it the helper &quot;$_product-&gt;getGridNote()&quot; will not work in /cat.../prod.../list.phtml.</description>
		<content:encoded><![CDATA[<p>Thanks!<br />
Some how I missed &#8220;Used in product listing: Yes&#8221; when setting up a custom attributes.  Without it the helper &#8220;$_product-&gt;getGridNote()&#8221; will not work in /cat&#8230;/prod&#8230;/list.phtml.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://www.redbridgenet.com/magento/add-custom-note-attribute-to-magento-grid-view/comment-page-1/#comment-4613</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Wed, 02 Sep 2009 21:52:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.kliky.net/magento/add-custom-noteattribute-to-magento-grid-view/#comment-4613</guid>
		<description>You Rock, Ed.. Thank you very much.</description>
		<content:encoded><![CDATA[<p>You Rock, Ed.. Thank you very much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ed</title>
		<link>http://www.redbridgenet.com/magento/add-custom-note-attribute-to-magento-grid-view/comment-page-1/#comment-4612</link>
		<dc:creator>ed</dc:creator>
		<pubDate>Tue, 04 Aug 2009 04:24:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.kliky.net/magento/add-custom-noteattribute-to-magento-grid-view/#comment-4612</guid>
		<description>mischa, for the proper placement of the GridNote action in catalog.xml follow the instructions under the heading &quot;Update layout XML&quot; in the following Magento Wiki article:

http://www.magentocommerce.com/wiki/how-to/add-attributes-to-product-grid

Basically, you add it twice. Directly below/after the line(s):

&lt;font&gt;&lt;font size=&quot;2&quot; face=&quot;VERDANA, ARIAL, HELVETICA&quot; color=&quot;#000000&quot;&gt;&lt;font size=&quot;2&quot; face=&quot;VERDANA,&quot; color=&quot;#000000&quot;&gt;&lt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;block type=&quot;catalog/product_list&quot; name=&quot;product_list&quot; template=&quot;catalog/product/list.phtml&quot;&lt;font&gt;&lt;font size=&quot;2&quot; face=&quot;VERDANA, ARIAL, HELVETICA&quot; color=&quot;#000000&quot;&gt;&lt;font size=&quot;2&quot; face=&quot;VERDANA,&quot; color=&quot;#000000&quot;&gt;&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;</description>
		<content:encoded><![CDATA[<p>mischa, for the proper placement of the GridNote action in catalog.xml follow the instructions under the heading &#8220;Update layout XML&#8221; in the following Magento Wiki article:</p>
<p><a href="http://www.magentocommerce.com/wiki/how-to/add-attributes-to-product-grid" rel="nofollow">http://www.magentocommerce.com/wiki/how-to/add-attributes-to-product-grid</a></p>
<p>Basically, you add it twice. Directly below/after the line(s):</p>
<p><font></font><font size="2" face="VERDANA, ARIAL, HELVETICA" color="#000000"></font><font size="2" face="VERDANA," color="#000000">< </font></font>block type=&#8221;catalog/product_list&#8221; name=&#8221;product_list&#8221; template=&#8221;catalog/product/list.phtml&#8221;<font></font><font size="2" face="VERDANA, ARIAL, HELVETICA" color="#000000"></font><font size="2" face="VERDANA," color="#000000">></font></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mischa</title>
		<link>http://www.redbridgenet.com/magento/add-custom-note-attribute-to-magento-grid-view/comment-page-1/#comment-4611</link>
		<dc:creator>mischa</dc:creator>
		<pubDate>Mon, 03 Aug 2009 13:39:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.kliky.net/magento/add-custom-noteattribute-to-magento-grid-view/#comment-4611</guid>
		<description>Where did you put the GridNote action in catalog.xml?</description>
		<content:encoded><![CDATA[<p>Where did you put the GridNote action in catalog.xml?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

