<?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: Get Product ID and Product Name in Magento</title>
	<atom:link href="http://blog.decryptweb.com/product-id-and-product-name/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.decryptweb.com/product-id-and-product-name/</link>
	<description>Open Source Web Solutions</description>
	<lastBuildDate>Wed, 23 Jun 2010 06:37:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: andres</title>
		<link>http://blog.decryptweb.com/product-id-and-product-name/comment-page-1/#comment-202</link>
		<dc:creator>andres</dc:creator>
		<pubDate>Mon, 17 May 2010 11:03:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.decryptweb.com/?p=122#comment-202</guid>
		<description>You write:

$collection = $tmp-&gt;getCollection(); //products collection

Where comes $tmp from????</description>
		<content:encoded><![CDATA[<p>You write:</p>
<p>$collection = $tmp-&gt;getCollection(); //products collection</p>
<p>Where comes $tmp from????</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Whipp</title>
		<link>http://blog.decryptweb.com/product-id-and-product-name/comment-page-1/#comment-195</link>
		<dc:creator>Paul Whipp</dc:creator>
		<pubDate>Tue, 06 Apr 2010 08:25:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.decryptweb.com/?p=122#comment-195</guid>
		<description>Its easier to go the source:

To find a product named &quot;b1&quot; use:

SELECT
		entity_id 
	FROM
		catalog_product_entity_varchar
		JOIN eav_attribute ON catalog_product_entity_varchar.attribute_id = eav_attribute.attribute_id
	WHERE
		catalog_product_entity_varchar.entity_type_id = 4 AND
		eav_attribute.attribute_code = &quot;name&quot; AND
		catalog_product_entity_varchar.value = &quot;b1&quot;;

I hope that is readable (there is no comment preview ;)</description>
		<content:encoded><![CDATA[<p>Its easier to go the source:</p>
<p>To find a product named &#8220;b1&#8243; use:</p>
<p>SELECT<br />
		entity_id<br />
	FROM<br />
		catalog_product_entity_varchar<br />
		JOIN eav_attribute ON catalog_product_entity_varchar.attribute_id = eav_attribute.attribute_id<br />
	WHERE<br />
		catalog_product_entity_varchar.entity_type_id = 4 AND<br />
		eav_attribute.attribute_code = &#8220;name&#8221; AND<br />
		catalog_product_entity_varchar.value = &#8220;b1&#8243;;</p>
<p>I hope that is readable (there is no comment preview <img src='http://blog.decryptweb.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: letterheads</title>
		<link>http://blog.decryptweb.com/product-id-and-product-name/comment-page-1/#comment-166</link>
		<dc:creator>letterheads</dc:creator>
		<pubDate>Fri, 12 Mar 2010 12:18:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.decryptweb.com/?p=122#comment-166</guid>
		<description>Interesting post - you&#039;ve done a thorough job :)</description>
		<content:encoded><![CDATA[<p>Interesting post &#8211; you&#8217;ve done a thorough job <img src='http://blog.decryptweb.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
