<?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: Bestseller products in Magento</title>
	<atom:link href="http://inchoo.net/ecommerce/magento/bestseller-products-in-magento/feed/" rel="self" type="application/rss+xml" />
	<link>http://inchoo.net/ecommerce/magento/bestseller-products-in-magento/</link>
	<description>Magento Design and Magento Development Professionals - Inchoo</description>
	<lastBuildDate>Fri, 10 Feb 2012 05:35:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Mark</title>
		<link>http://inchoo.net/ecommerce/magento/bestseller-products-in-magento/comment-page-2/#comment-25871</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Tue, 24 Jan 2012 12:15:12 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=413#comment-25871</guid>
		<description>It drops an exception error in 1.5.1.0 on the line:
[code]
$_productCollection = Mage::getResourceModel(&#039;reports/product_collection&#039;)
                              -&gt;addAttributeToSelect(&#039;*&#039;)
                              -&gt;addOrderedQty()
                              -&gt;addAttributeToFilter(&#039;visibility&#039;, $visibility)
                              -&gt;setOrder(&#039;ordered_qty&#039;, &#039;desc&#039;);
[/code]

any ideas?</description>
		<content:encoded><![CDATA[<p>It drops an exception error in 1.5.1.0 on the line:</p>
<pre class="brush: plain; title: ; notranslate">
$_productCollection = Mage::getResourceModel('reports/product_collection')
                              -&gt;addAttributeToSelect('*')
                              -&gt;addOrderedQty()
                              -&gt;addAttributeToFilter('visibility', $visibility)
                              -&gt;setOrder('ordered_qty', 'desc');
</pre>
<p>any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dragan Simonovic</title>
		<link>http://inchoo.net/ecommerce/magento/bestseller-products-in-magento/comment-page-2/#comment-25554</link>
		<dc:creator>Dragan Simonovic</dc:creator>
		<pubDate>Tue, 10 Jan 2012 13:29:51 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=413#comment-25554</guid>
		<description>Is it possible to include toolbar with pagination and everything?</description>
		<content:encoded><![CDATA[<p>Is it possible to include toolbar with pagination and everything?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tejasvini</title>
		<link>http://inchoo.net/ecommerce/magento/bestseller-products-in-magento/comment-page-2/#comment-23301</link>
		<dc:creator>Tejasvini</dc:creator>
		<pubDate>Sun, 30 Oct 2011 11:14:29 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=413#comment-23301</guid>
		<description>get price html using following code on bestesller.phtml: 

$storeId = Mage::app()-&gt;getStore()-&gt;getId(); $_product= Mage::getModel(&#039;catalog/product&#039;)-&gt;setStoreId($storeId)-&gt;load($product-&gt;entity_id);  
$theProductBlock = new Mage_Catalog_Block_Product; echo $theProductBlock-&gt;getPriceHtml($_product, true);</description>
		<content:encoded><![CDATA[<p>get price html using following code on bestesller.phtml: </p>
<p>$storeId = Mage::app()-&gt;getStore()-&gt;getId(); $_product= Mage::getModel(&#8216;catalog/product&#8217;)-&gt;setStoreId($storeId)-&gt;load($product-&gt;entity_id);<br />
$theProductBlock = new Mage_Catalog_Block_Product; echo $theProductBlock-&gt;getPriceHtml($_product, true);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tejasvini</title>
		<link>http://inchoo.net/ecommerce/magento/bestseller-products-in-magento/comment-page-1/#comment-23300</link>
		<dc:creator>Tejasvini</dc:creator>
		<pubDate>Sun, 30 Oct 2011 11:12:21 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=413#comment-23300</guid>
		<description>For using pricehtml on bestseller.phtml use the following code:

setStoreId($storeId)-&gt;load($product-&gt;entity_id); ?&gt;

getPriceHtml($_product, true); ?&gt;

Regards,
Tejasvini</description>
		<content:encoded><![CDATA[<p>For using pricehtml on bestseller.phtml use the following code:</p>
<p>setStoreId($storeId)-&gt;load($product-&gt;entity_id); ?&gt;</p>
<p>getPriceHtml($_product, true); ?&gt;</p>
<p>Regards,<br />
Tejasvini</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sunil</title>
		<link>http://inchoo.net/ecommerce/magento/bestseller-products-in-magento/comment-page-1/#comment-23175</link>
		<dc:creator>Sunil</dc:creator>
		<pubDate>Thu, 20 Oct 2011 09:00:52 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=413#comment-23175</guid>
		<description>Bestsellers is not working.</description>
		<content:encoded><![CDATA[<p>Bestsellers is not working.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sohail</title>
		<link>http://inchoo.net/ecommerce/magento/bestseller-products-in-magento/comment-page-1/#comment-23167</link>
		<dc:creator>sohail</dc:creator>
		<pubDate>Wed, 19 Oct 2011 13:49:26 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=413#comment-23167</guid>
		<description>This is amazing. Thanx</description>
		<content:encoded><![CDATA[<p>This is amazing. Thanx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik</title>
		<link>http://inchoo.net/ecommerce/magento/bestseller-products-in-magento/comment-page-1/#comment-23110</link>
		<dc:creator>Erik</dc:creator>
		<pubDate>Sun, 16 Oct 2011 19:31:53 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=413#comment-23110</guid>
		<description>Hi Roman,

The issue regarding the adding in the cart and price display has been solved. I have uploaded a new bestseller.phtml to the zip file. Thank you for bringing up the bug!</description>
		<content:encoded><![CDATA[<p>Hi Roman,</p>
<p>The issue regarding the adding in the cart and price display has been solved. I have uploaded a new bestseller.phtml to the zip file. Thank you for bringing up the bug!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roman</title>
		<link>http://inchoo.net/ecommerce/magento/bestseller-products-in-magento/comment-page-1/#comment-23098</link>
		<dc:creator>Roman</dc:creator>
		<pubDate>Sat, 15 Oct 2011 17:31:45 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=413#comment-23098</guid>
		<description>Hi Erik,
your extended code looks great, but adding to the cart doesn&#039;t work and there is no price shown. Any tips how to manage these issues?</description>
		<content:encoded><![CDATA[<p>Hi Erik,<br />
your extended code looks great, but adding to the cart doesn&#8217;t work and there is no price shown. Any tips how to manage these issues?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik</title>
		<link>http://inchoo.net/ecommerce/magento/bestseller-products-in-magento/comment-page-1/#comment-21840</link>
		<dc:creator>Erik</dc:creator>
		<pubDate>Wed, 06 Jul 2011 17:28:30 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=413#comment-21840</guid>
		<description>Hi Chintan!

What I get is that you want to run bestseller calculation only once
and to set a bestseller flag attribute on products and when page loads the query is done by that attribute.
Yes it can be done. You have to access each bestseller product object and update the flag.</description>
		<content:encoded><![CDATA[<p>Hi Chintan!</p>
<p>What I get is that you want to run bestseller calculation only once<br />
and to set a bestseller flag attribute on products and when page loads the query is done by that attribute.<br />
Yes it can be done. You have to access each bestseller product object and update the flag.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chintan</title>
		<link>http://inchoo.net/ecommerce/magento/bestseller-products-in-magento/comment-page-1/#comment-21827</link>
		<dc:creator>chintan</dc:creator>
		<pubDate>Wed, 06 Jul 2011 08:09:24 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=413#comment-21827</guid>
		<description>Hi.. Is there any way i can assign BEST SELLER sticker.. 
I have created attribute named sticker and its value is bestseller.. I want my code to update sticker (attribute value)  of products every night.. and top 5 sold products gets sticker attribute value to Best Seller.. 
Any other option of getting this feature..?</description>
		<content:encoded><![CDATA[<p>Hi.. Is there any way i can assign BEST SELLER sticker..<br />
I have created attribute named sticker and its value is bestseller.. I want my code to update sticker (attribute value)  of products every night.. and top 5 sold products gets sticker attribute value to Best Seller..<br />
Any other option of getting this feature..?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chintan</title>
		<link>http://inchoo.net/ecommerce/magento/bestseller-products-in-magento/comment-page-1/#comment-21775</link>
		<dc:creator>chintan</dc:creator>
		<pubDate>Sat, 02 Jul 2011 06:50:52 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=413#comment-21775</guid>
		<description>Hello I Tried with this.. but Category: shows blank.. I mean if a product is under Furniture .. then product is shown but not its category name.. I am using magento 1.5.. and will try the same with 1.6</description>
		<content:encoded><![CDATA[<p>Hello I Tried with this.. but Category: shows blank.. I mean if a product is under Furniture .. then product is shown but not its category name.. I am using magento 1.5.. and will try the same with 1.6</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik</title>
		<link>http://inchoo.net/ecommerce/magento/bestseller-products-in-magento/comment-page-1/#comment-21605</link>
		<dc:creator>Erik</dc:creator>
		<pubDate>Sun, 19 Jun 2011 12:06:30 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=413#comment-21605</guid>
		<description>Hi! I have extended the code in order to show the bestseller for categories. Check out http://www.mage-contacts.com/magento-category-bestseller/</description>
		<content:encoded><![CDATA[<p>Hi! I have extended the code in order to show the bestseller for categories. Check out <a href="http://www.mage-contacts.com/magento-category-bestseller/" rel="nofollow">http://www.mage-contacts.com/magento-category-bestseller/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ashief</title>
		<link>http://inchoo.net/ecommerce/magento/bestseller-products-in-magento/comment-page-1/#comment-21055</link>
		<dc:creator>Ashief</dc:creator>
		<pubDate>Wed, 18 May 2011 05:31:46 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=413#comment-21055</guid>
		<description>i have used this code for my best seller product display in home page but the best seller product which displays in home page is different from the bestsellers which displays in admin dashboard.can anyone help me out to display correct product? may i know the table name which the &#039;Quantity Ordered&#039; stores? thanks in advance please help.</description>
		<content:encoded><![CDATA[<p>i have used this code for my best seller product display in home page but the best seller product which displays in home page is different from the bestsellers which displays in admin dashboard.can anyone help me out to display correct product? may i know the table name which the &#8216;Quantity Ordered&#8217; stores? thanks in advance please help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: testphp</title>
		<link>http://inchoo.net/ecommerce/magento/bestseller-products-in-magento/comment-page-1/#comment-20670</link>
		<dc:creator>testphp</dc:creator>
		<pubDate>Tue, 03 May 2011 12:39:16 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=413#comment-20670</guid>
		<description>Hi 

I am working on magento project , I have a issue some product url setting in home,  i have home page in my site which display the product from different
Category e.g best sell, hot deal, new, so i want to change url on home as after domain name e.g  it should be ,http://sitename.com/best_sell/product_url.html but i want to same like http://sitename.com/product_url.html.. only on home page and inner catalog working is fine..

So is there any solution to fix the problem.? 

Reply me it will be really appreciated.</description>
		<content:encoded><![CDATA[<p>Hi </p>
<p>I am working on magento project , I have a issue some product url setting in home,  i have home page in my site which display the product from different<br />
Category e.g best sell, hot deal, new, so i want to change url on home as after domain name e.g  it should be ,<a href="http://sitename.com/best_sell/product_url.html" rel="nofollow">http://sitename.com/best_sell/product_url.html</a> but i want to same like <a href="http://sitename.com/product_url.html." rel="nofollow">http://sitename.com/product_url.html.</a>. only on home page and inner catalog working is fine..</p>
<p>So is there any solution to fix the problem.? </p>
<p>Reply me it will be really appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Srdjan</title>
		<link>http://inchoo.net/ecommerce/magento/bestseller-products-in-magento/comment-page-1/#comment-20315</link>
		<dc:creator>Srdjan</dc:creator>
		<pubDate>Fri, 08 Apr 2011 12:39:12 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=413#comment-20315</guid>
		<description>You sure you can always get an up-to-date list from the reports table?</description>
		<content:encoded><![CDATA[<p>You sure you can always get an up-to-date list from the reports table?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: suvi</title>
		<link>http://inchoo.net/ecommerce/magento/bestseller-products-in-magento/comment-page-1/#comment-9257</link>
		<dc:creator>suvi</dc:creator>
		<pubDate>Tue, 16 Nov 2010 15:06:31 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=413#comment-9257</guid>
		<description>Hi
Is it also possible to show the quantity of sold items for this products?</description>
		<content:encoded><![CDATA[<p>Hi<br />
Is it also possible to show the quantity of sold items for this products?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fay</title>
		<link>http://inchoo.net/ecommerce/magento/bestseller-products-in-magento/comment-page-1/#comment-8680</link>
		<dc:creator>fay</dc:creator>
		<pubDate>Fri, 15 Oct 2010 14:24:15 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=413#comment-8680</guid>
		<description>I want to show the bestseller right sidebar of homepage , any body help me ?</description>
		<content:encoded><![CDATA[<p>I want to show the bestseller right sidebar of homepage , any body help me ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam</title>
		<link>http://inchoo.net/ecommerce/magento/bestseller-products-in-magento/comment-page-1/#comment-8338</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Tue, 21 Sep 2010 19:01:07 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=413#comment-8338</guid>
		<description>I was using this technique for a while now, but I just realised that it doesn&#039;t work if caching is enabled? Any way around that?</description>
		<content:encoded><![CDATA[<p>I was using this technique for a while now, but I just realised that it doesn&#8217;t work if caching is enabled? Any way around that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: muzafar</title>
		<link>http://inchoo.net/ecommerce/magento/bestseller-products-in-magento/comment-page-1/#comment-7888</link>
		<dc:creator>muzafar</dc:creator>
		<pubDate>Wed, 18 Aug 2010 11:54:06 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=413#comment-7888</guid>
		<description>hi,
good work, i am facing a problem with this extension they fetch all prduct from all store/website, i want to limitize this extension to one store, how i can do that ..? :).

second thing is it possible from one or more categories.

Thanks
Muzafar Ali</description>
		<content:encoded><![CDATA[<p>hi,<br />
good work, i am facing a problem with this extension they fetch all prduct from all store/website, i want to limitize this extension to one store, how i can do that ..? <img src='http://inchoo.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
<p>second thing is it possible from one or more categories.</p>
<p>Thanks<br />
Muzafar Ali</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ddjohn</title>
		<link>http://inchoo.net/ecommerce/magento/bestseller-products-in-magento/comment-page-1/#comment-7186</link>
		<dc:creator>ddjohn</dc:creator>
		<pubDate>Tue, 01 Jun 2010 04:06:23 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=413#comment-7186</guid>
		<description>why  configurable products does not display?How to filter?thanks ~</description>
		<content:encoded><![CDATA[<p>why  configurable products does not display?How to filter?thanks ~</p>
]]></content:encoded>
	</item>
</channel>
</rss>

