<?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: More Flexible Approach for Listing Sale Products in Magento</title>
	<atom:link href="http://inchoo.net/ecommerce/magento/more-flexible-approach-for-listing-out-products-on-sale-in-magento/feed/" rel="self" type="application/rss+xml" />
	<link>http://inchoo.net/ecommerce/magento/more-flexible-approach-for-listing-out-products-on-sale-in-magento/</link>
	<description>Magento Design and Magento Development Professionals - Inchoo</description>
	<lastBuildDate>Sun, 14 Mar 2010 14:47:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Toby Hemmerling</title>
		<link>http://inchoo.net/ecommerce/magento/more-flexible-approach-for-listing-out-products-on-sale-in-magento/comment-page-1/#comment-5734</link>
		<dc:creator>Toby Hemmerling</dc:creator>
		<pubDate>Thu, 31 Dec 2009 13:43:42 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=502#comment-5734</guid>
		<description>PS: @Branko:

Thanks for sharing your knowledge.

It would be very helpful if you indicated which characters/tags are allowed in your comments or how to post code.</description>
		<content:encoded><![CDATA[<p>PS: @Branko:</p>
<p>Thanks for sharing your knowledge.</p>
<p>It would be very helpful if you indicated which characters/tags are allowed in your comments or how to post code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Toby Hemmerling</title>
		<link>http://inchoo.net/ecommerce/magento/more-flexible-approach-for-listing-out-products-on-sale-in-magento/comment-page-1/#comment-5733</link>
		<dc:creator>Toby Hemmerling</dc:creator>
		<pubDate>Thu, 31 Dec 2009 13:41:06 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=502#comment-5733</guid>
		<description>Still no luck.  Every line - except the path/to/template.phtml - should be enclosed in xml tags:
reference name=&quot;product_list&quot;
  action method=&quot;setTemplate&quot;
    template
catalog/product/list_sale.phtml
    /template
  /action
/reference</description>
		<content:encoded><![CDATA[<p>Still no luck.  Every line &#8211; except the path/to/template.phtml &#8211; should be enclosed in xml tags:<br />
reference name=&#8221;product_list&#8221;<br />
  action method=&#8221;setTemplate&#8221;<br />
    template<br />
catalog/product/list_sale.phtml<br />
    /template<br />
  /action<br />
/reference</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Toby Hemmerling</title>
		<link>http://inchoo.net/ecommerce/magento/more-flexible-approach-for-listing-out-products-on-sale-in-magento/comment-page-1/#comment-5732</link>
		<dc:creator>Toby Hemmerling</dc:creator>
		<pubDate>Thu, 31 Dec 2009 13:37:17 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=502#comment-5732</guid>
		<description>Oops, the comment system didn&#039;t like my code snippet.  2nd try:
&lt;code&gt;

  
  catalog/product/list_sale.phtml
  
 
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Oops, the comment system didn&#8217;t like my code snippet.  2nd try:<br />
<code></p>
<p>  catalog/product/list_sale.phtml</p>
<p></code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Toby Hemmerling</title>
		<link>http://inchoo.net/ecommerce/magento/more-flexible-approach-for-listing-out-products-on-sale-in-magento/comment-page-1/#comment-5731</link>
		<dc:creator>Toby Hemmerling</dc:creator>
		<pubDate>Thu, 31 Dec 2009 13:36:19 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=502#comment-5731</guid>
		<description>@Marting and @Tony:

You have to tell Magento to use your new template, so what you want to place in the Custom Layout field is:


  
  catalog/product/onsale_list.phtml
  
 </description>
		<content:encoded><![CDATA[<p>@Marting and @Tony:</p>
<p>You have to tell Magento to use your new template, so what you want to place in the Custom Layout field is:</p>
<p>  catalog/product/onsale_list.phtml</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jakub Milata</title>
		<link>http://inchoo.net/ecommerce/magento/more-flexible-approach-for-listing-out-products-on-sale-in-magento/comment-page-1/#comment-4051</link>
		<dc:creator>Jakub Milata</dc:creator>
		<pubDate>Thu, 26 Nov 2009 17:20:39 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=502#comment-4051</guid>
		<description>Hi. It is possible to put it just to CMS page like this:
{{block type=&quot;catalog/product_list&quot; name=&quot;specials&quot; as=&quot;specials&quot; template=&quot;templatename.phtml&quot;}}

but how can I handle number of products per page? 
When I normally have 30 products pre page and 20 has no special price the result will show only 10 products. The worse thing is that the number of products is on every page different.</description>
		<content:encoded><![CDATA[<p>Hi. It is possible to put it just to CMS page like this:<br />
{{block type=&#8221;catalog/product_list&#8221; name=&#8221;specials&#8221; as=&#8221;specials&#8221; template=&#8221;templatename.phtml&#8221;}}</p>
<p>but how can I handle number of products per page?<br />
When I normally have 30 products pre page and 20 has no special price the result will show only 10 products. The worse thing is that the number of products is on every page different.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://inchoo.net/ecommerce/magento/more-flexible-approach-for-listing-out-products-on-sale-in-magento/comment-page-1/#comment-1463</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Sun, 29 Mar 2009 22:05:19 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=502#comment-1463</guid>
		<description>I&#039;ve tried to follow your instructions and am running into the same problem of assigning the new onsale_list.phtml file to the category. I changed the code in the page to see if the page is called, but it still displays the list.phtml file.

Please elaborate. Thanks.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve tried to follow your instructions and am running into the same problem of assigning the new onsale_list.phtml file to the category. I changed the code in the page to see if the page is called, but it still displays the list.phtml file.</p>
<p>Please elaborate. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Julien</title>
		<link>http://inchoo.net/ecommerce/magento/more-flexible-approach-for-listing-out-products-on-sale-in-magento/comment-page-1/#comment-913</link>
		<dc:creator>Julien</dc:creator>
		<pubDate>Sat, 24 Jan 2009 01:30:34 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=502#comment-913</guid>
		<description>Hi,

Good article but is it possible to have same behavior without create an &quot;On Sale&quot; category, just to put a block in a CMS page which is listing all products with a special price ?

Thanks.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Good article but is it possible to have same behavior without create an &#8220;On Sale&#8221; category, just to put a block in a CMS page which is listing all products with a special price ?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony</title>
		<link>http://inchoo.net/ecommerce/magento/more-flexible-approach-for-listing-out-products-on-sale-in-magento/comment-page-1/#comment-841</link>
		<dc:creator>Tony</dc:creator>
		<pubDate>Fri, 16 Jan 2009 02:20:48 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=502#comment-841</guid>
		<description>Hi, thanks for the article. I don&#039;t understand how adding:

product_list_toolbar

to the custom layout calls up the file onsale_list.phtml. Could you please help?</description>
		<content:encoded><![CDATA[<p>Hi, thanks for the article. I don&#8217;t understand how adding:</p>
<p>product_list_toolbar</p>
<p>to the custom layout calls up the file onsale_list.phtml. Could you please help?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
