<?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: Creating a new Product Attribute and then using it on a page in Magento</title>
	<atom:link href="http://blogs.ifuelinteractive.com/2009/09/29/create-a-new-product-attribute-and-then-using-it-on-a-page-in-magento/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.ifuelinteractive.com/2009/09/29/create-a-new-product-attribute-and-then-using-it-on-a-page-in-magento/</link>
	<description>A NY INTERACTIVE AGENCY</description>
	<lastBuildDate>Fri, 21 May 2010 04:45:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: valugi</title>
		<link>http://blogs.ifuelinteractive.com/2009/09/29/create-a-new-product-attribute-and-then-using-it-on-a-page-in-magento/comment-page-1/#comment-398</link>
		<dc:creator>valugi</dc:creator>
		<pubDate>Thu, 25 Mar 2010 17:39:43 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.ifuelinteractive.com/?p=51#comment-398</guid>
		<description>You have to do this to get the attribute at a later time.

$products= Mage::getModel(&#039;catalog/product&#039;)-&gt;getCollection()
            -&gt;addAttributeToSelect(&#039;ingredients&#039;)
        ;
$product = $products-&gt;getItemById($id);
$ingredients = $product-&gt;getIngredients();</description>
		<content:encoded><![CDATA[<p>You have to do this to get the attribute at a later time.</p>
<p>$products= Mage::getModel(&#8216;catalog/product&#8217;)-&gt;getCollection()<br />
            -&gt;addAttributeToSelect(&#8216;ingredients&#8217;)<br />
        ;<br />
$product = $products-&gt;getItemById($id);<br />
$ingredients = $product-&gt;getIngredients();</p>
]]></content:encoded>
	</item>
</channel>
</rss>
