<?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: TUTORIAL: Loading Rating Summary On A Magento Product Collection	</title>
	<atom:link href="https://cubewebsites.com/magento/tutorial-loading-rating-summary-on-a-magento-product-collection/feed/" rel="self" type="application/rss+xml" />
	<link>https://cubewebsites.com/magento/tutorial-loading-rating-summary-on-a-magento-product-collection/</link>
	<description>web design and development</description>
	<lastBuildDate>Sat, 09 Jun 2012 14:11:53 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: Aflis		</title>
		<link>https://cubewebsites.com/magento/tutorial-loading-rating-summary-on-a-magento-product-collection/#comment-632</link>

		<dc:creator><![CDATA[Aflis]]></dc:creator>
		<pubDate>Sat, 09 Jun 2012 14:11:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.cubewebsites.com/blog/?p=397#comment-632</guid>

					<description><![CDATA[Thanks for good work
I don&#039;t understad how to paste this code
$collection-&#062;load();
Mage::getModel(‘review/review’)-&#062;appendSummary($collection);
return $collection;

please help me]]></description>
			<content:encoded><![CDATA[<p>Thanks for good work<br />
I don&#8217;t understad how to paste this code<br />
$collection-&gt;load();<br />
Mage::getModel(‘review/review’)-&gt;appendSummary($collection);<br />
return $collection;</p>
<p>please help me</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Matt		</title>
		<link>https://cubewebsites.com/magento/tutorial-loading-rating-summary-on-a-magento-product-collection/#comment-623</link>

		<dc:creator><![CDATA[Matt]]></dc:creator>
		<pubDate>Thu, 24 May 2012 15:13:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.cubewebsites.com/blog/?p=397#comment-623</guid>

					<description><![CDATA[Hello

Another approach is you can also overide the getReviewsSummaryHtml() method in /app/code/core/Mage/Review/Block/Product/View.php, with the original method from /app/code/core/Mage/Catalog/Block/Product/Abstract.php

This should be done as a block rewrite rather than modfying a core file.

The View.php file in the review block overides the default and outputs the detailed review information by default.

Cheers
Matt]]></description>
			<content:encoded><![CDATA[<p>Hello</p>
<p>Another approach is you can also overide the getReviewsSummaryHtml() method in /app/code/core/Mage/Review/Block/Product/View.php, with the original method from /app/code/core/Mage/Catalog/Block/Product/Abstract.php</p>
<p>This should be done as a block rewrite rather than modfying a core file.</p>
<p>The View.php file in the review block overides the default and outputs the detailed review information by default.</p>
<p>Cheers<br />
Matt</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Anup		</title>
		<link>https://cubewebsites.com/magento/tutorial-loading-rating-summary-on-a-magento-product-collection/#comment-584</link>

		<dc:creator><![CDATA[Anup]]></dc:creator>
		<pubDate>Tue, 14 Feb 2012 13:10:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.cubewebsites.com/blog/?p=397#comment-584</guid>

					<description><![CDATA[Which file did you place this code?

$collection-&#062;load();
Mage::getModel(&#039;review/review&#039;)-&#062;appendSummary($collection);
return $collection;]]></description>
			<content:encoded><![CDATA[<p>Which file did you place this code?</p>
<p>$collection-&gt;load();<br />
Mage::getModel(&#8216;review/review&#8217;)-&gt;appendSummary($collection);<br />
return $collection;</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
