<?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: Featured products Magento extension by Inchoo</title>
	<atom:link href="http://inchoo.net/ecommerce/magento/featured-products-on-magento-frontpage/feed/" rel="self" type="application/rss+xml" />
	<link>http://inchoo.net/ecommerce/magento/featured-products-on-magento-frontpage/</link>
	<description>Magento Design and Magento Development Professionals - Inchoo</description>
	<lastBuildDate>Mon, 21 May 2012 08:29:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: b0r7</title>
		<link>http://inchoo.net/ecommerce/magento/featured-products-on-magento-frontpage/comment-page-7/#comment-29130</link>
		<dc:creator>b0r7</dc:creator>
		<pubDate>Sat, 19 May 2012 05:23:19 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=3723#comment-29130</guid>
		<description>inchoo,
thank for the extension. Please, kindly, add a &#039;usage section&#039; to the readme to save some unexperienced users some trouble (i spend some time reading all comments, troubleshooting typos an path problems regarding your posted usage of the &quot;block display&quot;. My suggestion is: 
[code]
 USAGE
 ***********************************************
 1. Mark Articles as featured in the designated interface:
  BE: admin menu: Catalog &gt; Featured Products
 2. You can view featured products page on url: www.yourstore.com/featured-products/
 3. You can add a block to a CMS Page (e.g. Home Page) this way:
  {{block type=&quot;featuredproducts/listing&quot; template=&quot;inchoo/featuredproducts/block_featured_products.phtml&quot;}}
  or using your own theme-template file:
  {{block type=&quot;featuredproducts/product_list&quot; name=&quot;featured_product&quot; as=&quot;featured_product_list&quot; template=&quot;catalog/product/list.phtml&quot;}}
[/code]

Thank you very much for your time and effort.</description>
		<content:encoded><![CDATA[<p>inchoo,<br />
thank for the extension. Please, kindly, add a &#8216;usage section&#8217; to the readme to save some unexperienced users some trouble (i spend some time reading all comments, troubleshooting typos an path problems regarding your posted usage of the &#8220;block display&#8221;. My suggestion is: </p>
<pre class="brush: plain; title: ; notranslate">
 USAGE
 ***********************************************
 1. Mark Articles as featured in the designated interface:
  BE: admin menu: Catalog &amp;gt; Featured Products
 2. You can view featured products page on url: <a href="http://www.yourstore.com/featured-products/" rel="nofollow">http://www.yourstore.com/featured-products/</a>
 3. You can add a block to a CMS Page (e.g. Home Page) this way:
  {{block type=&amp;quot;featuredproducts/listing&amp;quot; template=&amp;quot;inchoo/featuredproducts/block_featured_products.phtml&amp;quot;}}
  or using your own theme-template file:
  {{block type=&amp;quot;featuredproducts/product_list&amp;quot; name=&amp;quot;featured_product&amp;quot; as=&amp;quot;featured_product_list&amp;quot; template=&amp;quot;catalog/product/list.phtml&amp;quot;}}
</pre>
<p>Thank you very much for your time and effort.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nalini</title>
		<link>http://inchoo.net/ecommerce/magento/featured-products-on-magento-frontpage/comment-page-7/#comment-29115</link>
		<dc:creator>Nalini</dc:creator>
		<pubDate>Thu, 17 May 2012 22:24:28 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=3723#comment-29115</guid>
		<description>It&#039;s not working on Magento 1.7.0. 

404 Error, page not found</description>
		<content:encoded><![CDATA[<p>It&#8217;s not working on Magento 1.7.0. </p>
<p>404 Error, page not found</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Meena</title>
		<link>http://inchoo.net/ecommerce/magento/featured-products-on-magento-frontpage/comment-page-7/#comment-29085</link>
		<dc:creator>Meena</dc:creator>
		<pubDate>Thu, 17 May 2012 13:57:32 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=3723#comment-29085</guid>
		<description>Hello, first of all thanks for this great extension. I have got this working. But just one thing. The special price is not being updated properly in the homepage. Upon the expiry date, the price should return to normal price. But I have to do it manually in the homepage. The price showing correctly in the product page after expiry date.</description>
		<content:encoded><![CDATA[<p>Hello, first of all thanks for this great extension. I have got this working. But just one thing. The special price is not being updated properly in the homepage. Upon the expiry date, the price should return to normal price. But I have to do it manually in the homepage. The price showing correctly in the product page after expiry date.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yosie</title>
		<link>http://inchoo.net/ecommerce/magento/featured-products-on-magento-frontpage/comment-page-7/#comment-28556</link>
		<dc:creator>Yosie</dc:creator>
		<pubDate>Mon, 30 Apr 2012 17:00:33 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=3723#comment-28556</guid>
		<description>I fix problem can&#039;t load next page or change item display per page in magento 1.6.2.

Change function  __construct file grid.php with this code
[code]
public function __construct() {
        parent::__construct();

        //$this-&gt;setId(&#039;featured_products&#039;);
        $this-&gt;setId(&#039;featuredproductsGrid&#039;);
        $this-&gt;setDefaultSort(&#039;entity_id&#039;);
		$this-&gt;setDefaultDir(&#039;DESC&#039;);
		
		$this-&gt;setSaveParametersInSession(true);
        $this-&gt;setUseAjax(true);
		
		$this-&gt;setRowClickCallback(&#039;FeaturedRowClick&#039;);
    }
[/code]

Hope this help...</description>
		<content:encoded><![CDATA[<p>I fix problem can&#8217;t load next page or change item display per page in magento 1.6.2.</p>
<p>Change function  __construct file grid.php with this code</p>
<pre class="brush: plain; title: ; notranslate">
public function __construct() {
        parent::__construct();

        //$this-&amp;gt;setId('featured_products');
        $this-&amp;gt;setId('featuredproductsGrid');
        $this-&amp;gt;setDefaultSort('entity_id');
		$this-&amp;gt;setDefaultDir('DESC');

		$this-&amp;gt;setSaveParametersInSession(true);
        $this-&amp;gt;setUseAjax(true);

		$this-&amp;gt;setRowClickCallback('FeaturedRowClick');
    }
</pre>
<p>Hope this help&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: diego</title>
		<link>http://inchoo.net/ecommerce/magento/featured-products-on-magento-frontpage/comment-page-7/#comment-28426</link>
		<dc:creator>diego</dc:creator>
		<pubDate>Wed, 25 Apr 2012 17:46:28 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=3723#comment-28426</guid>
		<description>Hi, all.

i put this code {{block type=”featuredproducts/listing” template=”inchoo/featuredproducts/block_featured_products.phtml”}} and i cant see in the home page.

but de page featured-produts it ok!

what i do wrong?.

sorry to my english....

thanks!</description>
		<content:encoded><![CDATA[<p>Hi, all.</p>
<p>i put this code {{block type=”featuredproducts/listing” template=”inchoo/featuredproducts/block_featured_products.phtml”}} and i cant see in the home page.</p>
<p>but de page featured-produts it ok!</p>
<p>what i do wrong?.</p>
<p>sorry to my english&#8230;.</p>
<p>thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sammi</title>
		<link>http://inchoo.net/ecommerce/magento/featured-products-on-magento-frontpage/comment-page-7/#comment-28334</link>
		<dc:creator>Sammi</dc:creator>
		<pubDate>Fri, 20 Apr 2012 15:28:17 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=3723#comment-28334</guid>
		<description>Sorry I meant Matt W,</description>
		<content:encoded><![CDATA[<p>Sorry I meant Matt W,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sammi</title>
		<link>http://inchoo.net/ecommerce/magento/featured-products-on-magento-frontpage/comment-page-7/#comment-28333</link>
		<dc:creator>Sammi</dc:creator>
		<pubDate>Fri, 20 Apr 2012 15:27:31 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=3723#comment-28333</guid>
		<description>It was the either the dns playing up or the attribute was not visible on product list.

Thanks again Silv</description>
		<content:encoded><![CDATA[<p>It was the either the dns playing up or the attribute was not visible on product list.</p>
<p>Thanks again Silv</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sammi</title>
		<link>http://inchoo.net/ecommerce/magento/featured-products-on-magento-frontpage/comment-page-7/#comment-28323</link>
		<dc:creator>Sammi</dc:creator>
		<pubDate>Thu, 19 Apr 2012 15:13:40 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=3723#comment-28323</guid>
		<description>Hi,

Wow - Thanks for the quick response!

I am currently getting null 

$video1 = $_product-&gt;getData(&#039;videoEmbedCode&#039;);
echo var_dump ($video1);
$video_2 = $_product-&gt;getVideoEmbedCode();
echo var_dump ($video2);

I have check the attribute code, value, visible on product view page frontend
I have also only have 1 item with videoEmbedCode which has a value of 
http://www.youtube.com/watch?v=kcOLznrTPzc

I think its something to do with adding it to the object.  I think its the code on the listing.php page where it needs to be added to the collection.

Approx line 47 

-&gt;addAttributeToSelect(&#039;video&#039;)

SO that it looks like 

$collection-&gt;addAttributeToSelect($attributes)
				-&gt;addMinimalPrice()
				-&gt;addFinalPrice()
				-&gt;addTaxPercents()
				-&gt;addAttributeToSelect(&#039;videoEmbedCode&#039;)
				-&gt;addAttributeToFilter(&#039;inchoo_featured_product&#039;, 1, &#039;left&#039;)
				-&gt;addStoreFilter()
				-&gt;getSelect()-&gt;order($this-&gt;getSortBy())-&gt;limit($this-&gt;getLimit());

But when I do that I get an error.

Any ideas would be highly appreciated</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Wow &#8211; Thanks for the quick response!</p>
<p>I am currently getting null </p>
<p>$video1 = $_product-&gt;getData(&#8216;videoEmbedCode&#8217;);<br />
echo var_dump ($video1);<br />
$video_2 = $_product-&gt;getVideoEmbedCode();<br />
echo var_dump ($video2);</p>
<p>I have check the attribute code, value, visible on product view page frontend<br />
I have also only have 1 item with videoEmbedCode which has a value of<br />
<a href="http://www.youtube.com/watch?v=kcOLznrTPzc" rel="nofollow">http://www.youtube.com/watch?v=kcOLznrTPzc</a></p>
<p>I think its something to do with adding it to the object.  I think its the code on the listing.php page where it needs to be added to the collection.</p>
<p>Approx line 47 </p>
<p>-&gt;addAttributeToSelect(&#8216;video&#8217;)</p>
<p>SO that it looks like </p>
<p>$collection-&gt;addAttributeToSelect($attributes)<br />
				-&gt;addMinimalPrice()<br />
				-&gt;addFinalPrice()<br />
				-&gt;addTaxPercents()<br />
				-&gt;addAttributeToSelect(&#8216;videoEmbedCode&#8217;)<br />
				-&gt;addAttributeToFilter(&#8216;inchoo_featured_product&#8217;, 1, &#8216;left&#8217;)<br />
				-&gt;addStoreFilter()<br />
				-&gt;getSelect()-&gt;order($this-&gt;getSortBy())-&gt;limit($this-&gt;getLimit());</p>
<p>But when I do that I get an error.</p>
<p>Any ideas would be highly appreciated</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Silv</title>
		<link>http://inchoo.net/ecommerce/magento/featured-products-on-magento-frontpage/comment-page-7/#comment-28317</link>
		<dc:creator>Silv</dc:creator>
		<pubDate>Thu, 19 Apr 2012 14:16:40 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=3723#comment-28317</guid>
		<description>Hi

Is there a way to include the category-path in the url as well (frontpage block).

At the moment the url looks like this:
.../product.html

I&#039;d like to have it more like this:
.../category/product.html

I&#039;ve been trying to change the file located in:
/template/inchoo/featuredproducts/block_featured_products.phtml


&lt;a href=&quot;getProductUrl() ?&gt;...

does anyone know hot to optimize that?

thank you</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>Is there a way to include the category-path in the url as well (frontpage block).</p>
<p>At the moment the url looks like this:<br />
&#8230;/product.html</p>
<p>I&#8217;d like to have it more like this:<br />
&#8230;/category/product.html</p>
<p>I&#8217;ve been trying to change the file located in:<br />
/template/inchoo/featuredproducts/block_featured_products.phtml</p>
<p>&lt;a href=&quot;getProductUrl() ?&gt;&#8230;</p>
<p>does anyone know hot to optimize that?</p>
<p>thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt W</title>
		<link>http://inchoo.net/ecommerce/magento/featured-products-on-magento-frontpage/comment-page-7/#comment-28314</link>
		<dc:creator>Matt W</dc:creator>
		<pubDate>Thu, 19 Apr 2012 13:09:41 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=3723#comment-28314</guid>
		<description>@Sammi:
If you look in block_featured_products.phtml, you should see this code around line 12:
[code]
&lt;?php $i=0;$row=0; foreach ($_products-&gt;getItems() as $_product): ?&gt;
[/code]

As long as you do it between that foreach tag and it&#039;s closing tag on line 45, you can use $_product.

In your case, locate where you want it to be in the html and then use:
[code]
&lt;?php $_product-&gt;getVideoembedcode(); ?&gt;
[/code]
OR (if that doesn&#039;t work):
[code]
&lt;?php $_product-&gt;getData(&#039;videoembedcode&#039;); ?&gt;
[/code]

Hope this helps.</description>
		<content:encoded><![CDATA[<p>@Sammi:<br />
If you look in block_featured_products.phtml, you should see this code around line 12:</p>
<pre class="brush: plain; title: ; notranslate">
&lt;?php $i=0;$row=0; foreach ($_products-&gt;getItems() as $_product): ?&gt;
</pre>
<p>As long as you do it between that foreach tag and it&#8217;s closing tag on line 45, you can use $_product.</p>
<p>In your case, locate where you want it to be in the html and then use:</p>
<pre class="brush: plain; title: ; notranslate">
&lt;?php $_product-&gt;getVideoembedcode(); ?&gt;
</pre>
<p>OR (if that doesn&#8217;t work):</p>
<pre class="brush: plain; title: ; notranslate">
&lt;?php $_product-&gt;getData('videoembedcode'); ?&gt;
</pre>
<p>Hope this helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sammi</title>
		<link>http://inchoo.net/ecommerce/magento/featured-products-on-magento-frontpage/comment-page-7/#comment-28309</link>
		<dc:creator>Sammi</dc:creator>
		<pubDate>Thu, 19 Apr 2012 11:00:02 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=3723#comment-28309</guid>
		<description>I love the module, is it possible to add an attribute text or textarea and for it to show up on the block added to the front page. For it to be called using $_product-&gt;getAttribute();

For example a video html code attribute called &#039;videoembedcode&#039;.  To call it using $_product-&gt;getVideoEmbedCode();  Like when you do it on the product page.

What code do I need to add?</description>
		<content:encoded><![CDATA[<p>I love the module, is it possible to add an attribute text or textarea and for it to show up on the block added to the front page. For it to be called using $_product-&gt;getAttribute();</p>
<p>For example a video html code attribute called &#8216;videoembedcode&#8217;.  To call it using $_product-&gt;getVideoEmbedCode();  Like when you do it on the product page.</p>
<p>What code do I need to add?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stevan</title>
		<link>http://inchoo.net/ecommerce/magento/featured-products-on-magento-frontpage/comment-page-7/#comment-28297</link>
		<dc:creator>Stevan</dc:creator>
		<pubDate>Wed, 18 Apr 2012 17:40:20 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=3723#comment-28297</guid>
		<description>Hi all,

Although I really like this extension it&#039;s not working for me. I have Magento 1.5.1.0 installed. I added block_featured_products.phtml to app/design/frontend/default/theme/inchoo. In the backend it&#039;s working and if I go to http://aquathuis.enigma-webdesign.nl/featured-products/ I see the featured products. I added {{block type=”featuredproducts/listing” template=”inchoo/block_featured_products.phtml”}} to my homepage but still nothing... what am I doing wrong?</description>
		<content:encoded><![CDATA[<p>Hi all,</p>
<p>Although I really like this extension it&#8217;s not working for me. I have Magento 1.5.1.0 installed. I added block_featured_products.phtml to app/design/frontend/default/theme/inchoo. In the backend it&#8217;s working and if I go to <a href="http://aquathuis.enigma-webdesign.nl/featured-products/" rel="nofollow">http://aquathuis.enigma-webdesign.nl/featured-products/</a> I see the featured products. I added {{block type=”featuredproducts/listing” template=”inchoo/block_featured_products.phtml”}} to my homepage but still nothing&#8230; what am I doing wrong?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ankit Sharm</title>
		<link>http://inchoo.net/ecommerce/magento/featured-products-on-magento-frontpage/comment-page-7/#comment-28100</link>
		<dc:creator>Ankit Sharm</dc:creator>
		<pubDate>Mon, 09 Apr 2012 09:52:21 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=3723#comment-28100</guid>
		<description>Hello,
Your module rocks. but there is one problem with me.It somtimes shows the products and sometime not. What I did is to disable and enable the product to make it visible on the front-end.
Any idea why is it so

thanks</description>
		<content:encoded><![CDATA[<p>Hello,<br />
Your module rocks. but there is one problem with me.It somtimes shows the products and sometime not. What I did is to disable and enable the product to make it visible on the front-end.<br />
Any idea why is it so</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ronald</title>
		<link>http://inchoo.net/ecommerce/magento/featured-products-on-magento-frontpage/comment-page-7/#comment-28011</link>
		<dc:creator>ronald</dc:creator>
		<pubDate>Wed, 04 Apr 2012 07:17:34 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=3723#comment-28011</guid>
		<description>i need to display featured product based on category ...is it possible how to get the product collection based on category...please help me</description>
		<content:encoded><![CDATA[<p>i need to display featured product based on category &#8230;is it possible how to get the product collection based on category&#8230;please help me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Esmeralda</title>
		<link>http://inchoo.net/ecommerce/magento/featured-products-on-magento-frontpage/comment-page-7/#comment-27715</link>
		<dc:creator>Esmeralda</dc:creator>
		<pubDate>Wed, 21 Mar 2012 21:09:33 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=3723#comment-27715</guid>
		<description>Hi all, 

I&#039;ve installed this plugin into my magento 1.5.1.1 version and this really looks good. The only thing that is not shown, is the add to cart button. Does anyone has a solution for this?

Thank you in advance!</description>
		<content:encoded><![CDATA[<p>Hi all, </p>
<p>I&#8217;ve installed this plugin into my magento 1.5.1.1 version and this really looks good. The only thing that is not shown, is the add to cart button. Does anyone has a solution for this?</p>
<p>Thank you in advance!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: May</title>
		<link>http://inchoo.net/ecommerce/magento/featured-products-on-magento-frontpage/comment-page-7/#comment-27547</link>
		<dc:creator>May</dc:creator>
		<pubDate>Thu, 15 Mar 2012 07:54:48 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=3723#comment-27547</guid>
		<description>Hi,

This extension work like a charm for me! thx alot, but I need to adding radio buttons on admin html, somebody know where I can place the code?

I think I should place the code on:
app/code/community/Inchoo/FeaturedProducts/Block/Adminhtml/Edit.php
but I don&#039;t know in which function I should place the radio button.

any ideas?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>This extension work like a charm for me! thx alot, but I need to adding radio buttons on admin html, somebody know where I can place the code?</p>
<p>I think I should place the code on:<br />
app/code/community/Inchoo/FeaturedProducts/Block/Adminhtml/Edit.php<br />
but I don&#8217;t know in which function I should place the radio button.</p>
<p>any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://inchoo.net/ecommerce/magento/featured-products-on-magento-frontpage/comment-page-7/#comment-27281</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Wed, 07 Mar 2012 09:36:01 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=3723#comment-27281</guid>
		<description>Hi, I&#039;ve installed your extension for featured products. It&#039;s in my App&gt;community folder but not showing in admin..any ideas why?</description>
		<content:encoded><![CDATA[<p>Hi, I&#8217;ve installed your extension for featured products. It&#8217;s in my App&gt;community folder but not showing in admin..any ideas why?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mitch</title>
		<link>http://inchoo.net/ecommerce/magento/featured-products-on-magento-frontpage/comment-page-7/#comment-27187</link>
		<dc:creator>Mitch</dc:creator>
		<pubDate>Mon, 05 Mar 2012 10:30:58 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=3723#comment-27187</guid>
		<description>Hello I have a strange behaviour:
looking at code I have found that
$_products = $this-&gt;getProductCollection()
returns me an empty collection even if there are featured products.

If I change this to something like
$_products = Mage::getResourceModel(&#039;catalog/product_collection&#039;)-&gt;addAttributeToSelect(array(&#039;name&#039;))-&gt;addFieldToFilter(&#039;inchoo_featured_product&#039;, array(&#039;eq&#039; =&gt; &#039;1&#039;));
it returns me the featured products.

Anyone could explain me why the default plugin code $this-&gt;getProductCollection() fails?</description>
		<content:encoded><![CDATA[<p>Hello I have a strange behaviour:<br />
looking at code I have found that<br />
$_products = $this-&gt;getProductCollection()<br />
returns me an empty collection even if there are featured products.</p>
<p>If I change this to something like<br />
$_products = Mage::getResourceModel(&#8216;catalog/product_collection&#8217;)-&gt;addAttributeToSelect(array(&#8216;name&#8217;))-&gt;addFieldToFilter(&#8216;inchoo_featured_product&#8217;, array(&#8216;eq&#8217; =&gt; &#8217;1&#8242;));<br />
it returns me the featured products.</p>
<p>Anyone could explain me why the default plugin code $this-&gt;getProductCollection() fails?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christoph</title>
		<link>http://inchoo.net/ecommerce/magento/featured-products-on-magento-frontpage/comment-page-7/#comment-26990</link>
		<dc:creator>Christoph</dc:creator>
		<pubDate>Thu, 01 Mar 2012 16:04:17 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=3723#comment-26990</guid>
		<description>@Dmitriy

Thank you, man. Your Solution works for me too.</description>
		<content:encoded><![CDATA[<p>@Dmitriy</p>
<p>Thank you, man. Your Solution works for me too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas</title>
		<link>http://inchoo.net/ecommerce/magento/featured-products-on-magento-frontpage/comment-page-7/#comment-26574</link>
		<dc:creator>Thomas</dc:creator>
		<pubDate>Tue, 21 Feb 2012 20:41:34 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=3723#comment-26574</guid>
		<description>Is there any way I can install this extension twice and have two separate &quot;featured products&quot; blocks? I would like to have one block for seasonal products and one for special deals. Thanks</description>
		<content:encoded><![CDATA[<p>Is there any way I can install this extension twice and have two separate &#8220;featured products&#8221; blocks? I would like to have one block for seasonal products and one for special deals. Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

