<?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 product page :  how to display other  products from same category</title>
	<atom:link href="http://www.webmasterbulletin.net/2009/02/magento-product-page-how-to-display-other-products-from-same-category/647/feed" rel="self" type="application/rss+xml" />
	<link>http://www.webmasterbulletin.net/2009/02/magento-product-page-how-to-display-other-products-from-same-category/647</link>
	<description>Rambling around the web publishing industry</description>
	<lastBuildDate>Wed, 03 Mar 2010 04:57:37 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: pankaj</title>
		<link>http://www.webmasterbulletin.net/2009/02/magento-product-page-how-to-display-other-products-from-same-category/647/comment-page-1#comment-4117</link>
		<dc:creator>pankaj</dc:creator>
		<pubDate>Wed, 18 Nov 2009 17:53:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmasterbulletin.net/?p=647#comment-4117</guid>
		<description>I want to show only &quot;in stock&quot; products on one page &amp; both &quot;in stock&quot; and &quot;out of stock&quot; products on other page from same category. How can i do that...? Please help me on this. Its really an urgent. Waiting for your positive reply.</description>
		<content:encoded><![CDATA[<p>I want to show only &#8220;in stock&#8221; products on one page &amp; both &#8220;in stock&#8221; and &#8220;out of stock&#8221; products on other page from same category. How can i do that&#8230;? Please help me on this. Its really an urgent. Waiting for your positive reply.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: onionlips</title>
		<link>http://www.webmasterbulletin.net/2009/02/magento-product-page-how-to-display-other-products-from-same-category/647/comment-page-1#comment-4108</link>
		<dc:creator>onionlips</dc:creator>
		<pubDate>Fri, 13 Nov 2009 16:23:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmasterbulletin.net/?p=647#comment-4108</guid>
		<description>Gave me the direction I needed ... thanks!</description>
		<content:encoded><![CDATA[<p>Gave me the direction I needed &#8230; thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://www.webmasterbulletin.net/2009/02/magento-product-page-how-to-display-other-products-from-same-category/647/comment-page-1#comment-4095</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Mon, 02 Nov 2009 18:28:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmasterbulletin.net/?p=647#comment-4095</guid>
		<description>This is great code. How would you display the category products with same manufacturer?

Thanks!</description>
		<content:encoded><![CDATA[<p>This is great code. How would you display the category products with same manufacturer?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deter</title>
		<link>http://www.webmasterbulletin.net/2009/02/magento-product-page-how-to-display-other-products-from-same-category/647/comment-page-1#comment-3953</link>
		<dc:creator>Deter</dc:creator>
		<pubDate>Wed, 05 Aug 2009 12:43:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmasterbulletin.net/?p=647#comment-3953</guid>
		<description>If you want to get random products from same category, put at line 21 this code:

$products-&gt;getSelect()-&gt;order(&#039;rand()&#039;);</description>
		<content:encoded><![CDATA[<p>If you want to get random products from same category, put at line 21 this code:</p>
<p>$products-&gt;getSelect()-&gt;order(&#8217;rand()&#8217;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: saphia</title>
		<link>http://www.webmasterbulletin.net/2009/02/magento-product-page-how-to-display-other-products-from-same-category/647/comment-page-1#comment-3163</link>
		<dc:creator>saphia</dc:creator>
		<pubDate>Wed, 06 May 2009 04:42:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmasterbulletin.net/?p=647#comment-3163</guid>
		<description>In magento how to show product category in the admin with product listing</description>
		<content:encoded><![CDATA[<p>In magento how to show product category in the admin with product listing</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.webmasterbulletin.net/2009/02/magento-product-page-how-to-display-other-products-from-same-category/647/comment-page-1#comment-2688</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sun, 03 May 2009 06:30:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmasterbulletin.net/?p=647#comment-2688</guid>
		<description>hi nigel, common magento query limit statement : add the following to line 21, should do the job

$products-&gt;getSelect()-&gt;limit(4)</description>
		<content:encoded><![CDATA[<p>hi nigel, common magento query limit statement : add the following to line 21, should do the job</p>
<p>$products->getSelect()->limit(4)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nigel</title>
		<link>http://www.webmasterbulletin.net/2009/02/magento-product-page-how-to-display-other-products-from-same-category/647/comment-page-1#comment-2687</link>
		<dc:creator>nigel</dc:creator>
		<pubDate>Sat, 02 May 2009 19:28:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmasterbulletin.net/?p=647#comment-2687</guid>
		<description>also to help anyone who may have issues - check the code for any errant formatting after pasting the code - specifically check where the &#039; are supposed to be in areas like 
__(&#039;Out of stock&#039;) ?&gt;</description>
		<content:encoded><![CDATA[<p>also to help anyone who may have issues &#8211; check the code for any errant formatting after pasting the code &#8211; specifically check where the &#8216; are supposed to be in areas like<br />
__(&#8217;Out of stock&#8217;) ?&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nigel</title>
		<link>http://www.webmasterbulletin.net/2009/02/magento-product-page-how-to-display-other-products-from-same-category/647/comment-page-1#comment-2686</link>
		<dc:creator>nigel</dc:creator>
		<pubDate>Sat, 02 May 2009 19:26:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmasterbulletin.net/?p=647#comment-2686</guid>
		<description>hi i have teh code installed and working, but i have a large number of products per category and as a result it takes a while to load.  Do you know how to limit the query to say pick out 4 items and return those</description>
		<content:encoded><![CDATA[<p>hi i have teh code installed and working, but i have a large number of products per category and as a result it takes a while to load.  Do you know how to limit the query to say pick out 4 items and return those</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.webmasterbulletin.net/2009/02/magento-product-page-how-to-display-other-products-from-same-category/647/comment-page-1#comment-2164</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 20 Apr 2009 06:28:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmasterbulletin.net/?p=647#comment-2164</guid>
		<description>@HOW : you have to paste this code after the existing code in view.phtml</description>
		<content:encoded><![CDATA[<p>@HOW : you have to paste this code after the existing code in view.phtml</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How?</title>
		<link>http://www.webmasterbulletin.net/2009/02/magento-product-page-how-to-display-other-products-from-same-category/647/comment-page-1#comment-2163</link>
		<dc:creator>How?</dc:creator>
		<pubDate>Mon, 20 Apr 2009 02:28:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmasterbulletin.net/?p=647#comment-2163</guid>
		<description>How shall this work out, when I only paste the code above into the view.phtml there is the opening tag &lt;?php missing, so I would definitely cause a php error as the last on that page is a closing  tag. So, I added the missing php tag before the code right after the last div of the page and the whole product page disappears. I do not know what version you worked with, this is still with 1.2.1.2 and a custom template, but this should also work in any custom view phtml but sadly does not.</description>
		<content:encoded><![CDATA[<p>How shall this work out, when I only paste the code above into the view.phtml there is the opening tag &lt;?php missing, so I would definitely cause a php error as the last on that page is a closing  tag. So, I added the missing php tag before the code right after the last div of the page and the whole product page disappears. I do not know what version you worked with, this is still with 1.2.1.2 and a custom template, but this should also work in any custom view phtml but sadly does not.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
