<?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: Some custom Blocks to help you show products</title>
	<atom:link href="http://www.exploremagento.com/magento/some-custom-blocks-to-help-you-show-products.php/feed" rel="self" type="application/rss+xml" />
	<link>http://www.exploremagento.com/magento/some-custom-blocks-to-help-you-show-products.php</link>
	<description>Magento Design and Development Information</description>
	<lastBuildDate>Wed, 30 Jun 2010 05:20:10 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: SEM Truth</title>
		<link>http://www.exploremagento.com/magento/some-custom-blocks-to-help-you-show-products.php/comment-page-1#comment-975</link>
		<dc:creator>SEM Truth</dc:creator>
		<pubDate>Tue, 08 Jun 2010 17:43:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.exploremagento.com/?p=129#comment-975</guid>
		<description>I have however noticed that when inserting a product list in this manner:

{{block type=&quot;catalog/productlist&quot; categoryid=&quot;35&quot; template=&quot;catalog/product/list.phtml&quot;}}

...the list of products does not include the category pagination links or what Magento templates seem to refer to as pager.

Within the list.phtml file I notice the call to the toolbar: getToolbarHtml() ?&gt;

And the toolbar does in fact include the pager code. Is there a layout file that needs to be updated?

What is the section that specifically controls a simple product list that you would call from a static block?

Static Blocks don&#039;t necessarily have xml layout updates where you can add the following to insert the page list in the product listing toolbar:

</description>
		<content:encoded><![CDATA[<p>I have however noticed that when inserting a product list in this manner:</p>
<p>{{block type=&#8221;catalog/productlist&#8221; categoryid=&#8221;35&#8243; template=&#8221;catalog/product/list.phtml&#8221;}}</p>
<p>&#8230;the list of products does not include the category pagination links or what Magento templates seem to refer to as pager.</p>
<p>Within the list.phtml file I notice the call to the toolbar: getToolbarHtml() ?&gt;</p>
<p>And the toolbar does in fact include the pager code. Is there a layout file that needs to be updated?</p>
<p>What is the section that specifically controls a simple product list that you would call from a static block?</p>
<p>Static Blocks don&#8217;t necessarily have xml layout updates where you can add the following to insert the page list in the product listing toolbar:</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Name</title>
		<link>http://www.exploremagento.com/magento/some-custom-blocks-to-help-you-show-products.php/comment-page-1#comment-961</link>
		<dc:creator>Name</dc:creator>
		<pubDate>Thu, 13 May 2010 15:27:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.exploremagento.com/?p=129#comment-961</guid>
		<description>how to unblock this block if I wanted to</description>
		<content:encoded><![CDATA[<p>how to unblock this block if I wanted to</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nithin Chacko Ninan</title>
		<link>http://www.exploremagento.com/magento/some-custom-blocks-to-help-you-show-products.php/comment-page-1#comment-932</link>
		<dc:creator>Nithin Chacko Ninan</dc:creator>
		<pubDate>Mon, 12 Apr 2010 08:56:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.exploremagento.com/?p=129#comment-932</guid>
		<description>Replace with these lines for the new product – attribute custom module.

-&gt;addAttributeToSelect(array(’name’, ‘price’, ’small_image’), ‘inner’)
-&gt;addAttributeToSelect(array(’special_price’, ’special_from_date’, ’special_to_date’), ‘left’);</description>
		<content:encoded><![CDATA[<p>Replace with these lines for the new product – attribute custom module.</p>
<p>-&gt;addAttributeToSelect(array(’name’, ‘price’, ’small_image’), ‘inner’)<br />
-&gt;addAttributeToSelect(array(’special_price’, ’special_from_date’, ’special_to_date’), ‘left’);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nithin</title>
		<link>http://www.exploremagento.com/magento/some-custom-blocks-to-help-you-show-products.php/comment-page-1#comment-931</link>
		<dc:creator>Nithin</dc:creator>
		<pubDate>Mon, 12 Apr 2010 08:55:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.exploremagento.com/?p=129#comment-931</guid>
		<description>Fatal error: Call to a member function isStatic() on a non-object in D:\xampp\htdocs\magento\app\code\core\Mage\Eav\Model\Entity\Collection\Abstract.php on line 373

Replace with these lines for the new product - attribute  custom module.

	-&gt;addAttributeToSelect(array(&#039;name&#039;, &#039;price&#039;, &#039;small_image&#039;), &#039;inner&#039;)			
			-&gt;addAttributeToSelect(array(&#039;special_price&#039;, &#039;special_from_date&#039;, &#039;special_to_date&#039;), &#039;left&#039;);</description>
		<content:encoded><![CDATA[<p>Fatal error: Call to a member function isStatic() on a non-object in D:\xampp\htdocs\magento\app\code\core\Mage\Eav\Model\Entity\Collection\Abstract.php on line 373</p>
<p>Replace with these lines for the new product &#8211; attribute  custom module.</p>
<p>	-&gt;addAttributeToSelect(array(&#8217;name&#8217;, &#8216;price&#8217;, &#8217;small_image&#8217;), &#8216;inner&#8217;)<br />
			-&gt;addAttributeToSelect(array(&#8217;special_price&#8217;, &#8217;special_from_date&#8217;, &#8217;special_to_date&#8217;), &#8216;left&#8217;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nithin</title>
		<link>http://www.exploremagento.com/magento/some-custom-blocks-to-help-you-show-products.php/comment-page-1#comment-930</link>
		<dc:creator>Nithin</dc:creator>
		<pubDate>Mon, 12 Apr 2010 08:52:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.exploremagento.com/?p=129#comment-930</guid>
		<description>Replace the line
-&gt;addAttributeToSelect(array(’name’, ‘price’, ’small_image’, ’short_description’, ‘description’, ‘author’), ‘inner’)

with
-&gt;addAttributeToSelect(array(’name’, ‘price’, ’small_image’, ’short_description’, ‘description’), ‘inner’)

or just remove the
, ‘author’</description>
		<content:encoded><![CDATA[<p>Replace the line<br />
-&gt;addAttributeToSelect(array(’name’, ‘price’, ’small_image’, ’short_description’, ‘description’, ‘author’), ‘inner’)</p>
<p>with<br />
-&gt;addAttributeToSelect(array(’name’, ‘price’, ’small_image’, ’short_description’, ‘description’), ‘inner’)</p>
<p>or just remove the<br />
, ‘author’</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dinesh</title>
		<link>http://www.exploremagento.com/magento/some-custom-blocks-to-help-you-show-products.php/comment-page-1#comment-736</link>
		<dc:creator>dinesh</dc:creator>
		<pubDate>Wed, 16 Sep 2009 12:36:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.exploremagento.com/?p=129#comment-736</guid>
		<description>Thanks buddy ............</description>
		<content:encoded><![CDATA[<p>Thanks buddy &#8230;&#8230;&#8230;&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Magento Developer</title>
		<link>http://www.exploremagento.com/magento/some-custom-blocks-to-help-you-show-products.php/comment-page-1#comment-694</link>
		<dc:creator>Magento Developer</dc:creator>
		<pubDate>Wed, 05 Aug 2009 12:08:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.exploremagento.com/?p=129#comment-694</guid>
		<description>I found the solution!
Replace the line
-&gt;addAttributeToSelect(array(&#039;name&#039;, &#039;price&#039;, &#039;small_image&#039;, &#039;short_description&#039;, &#039;description&#039;, &#039;author&#039;), &#039;inner&#039;) 


with
-&gt;addAttributeToSelect(array(&#039;name&#039;, &#039;price&#039;, &#039;small_image&#039;, &#039;short_description&#039;, &#039;description&#039;), &#039;inner&#039;) 

or just remove the
, &#039;author&#039;</description>
		<content:encoded><![CDATA[<p>I found the solution!<br />
Replace the line<br />
-&gt;addAttributeToSelect(array(&#8217;name&#8217;, &#8216;price&#8217;, &#8217;small_image&#8217;, &#8217;short_description&#8217;, &#8216;description&#8217;, &#8216;author&#8217;), &#8216;inner&#8217;) </p>
<p>with<br />
-&gt;addAttributeToSelect(array(&#8217;name&#8217;, &#8216;price&#8217;, &#8217;small_image&#8217;, &#8217;short_description&#8217;, &#8216;description&#8217;), &#8216;inner&#8217;) </p>
<p>or just remove the<br />
, &#8216;author&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oren Yomtov</title>
		<link>http://www.exploremagento.com/magento/some-custom-blocks-to-help-you-show-products.php/comment-page-1#comment-693</link>
		<dc:creator>Oren Yomtov</dc:creator>
		<pubDate>Wed, 05 Aug 2009 11:50:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.exploremagento.com/?p=129#comment-693</guid>
		<description>Fatal error: Call to a member function isStatic() on a non-object in D:\xampp\htdocs\magento\app\code\core\Mage\Eav\Model\Entity\Collection\Abstract.php on line 373</description>
		<content:encoded><![CDATA[<p>Fatal error: Call to a member function isStatic() on a non-object in D:\xampp\htdocs\magento\app\code\core\Mage\Eav\Model\Entity\Collection\Abstract.php on line 373</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Name</title>
		<link>http://www.exploremagento.com/magento/some-custom-blocks-to-help-you-show-products.php/comment-page-1#comment-668</link>
		<dc:creator>Name</dc:creator>
		<pubDate>Wed, 22 Jul 2009 12:02:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.exploremagento.com/?p=129#comment-668</guid>
		<description>I m getting 
Fatal error: Call to a member function isStatic() on a non-object in D:\xampp\htdocs\magento\app\code\core\Mage\Eav\Model\Entity\Collection\Abstract.php on line 373</description>
		<content:encoded><![CDATA[<p>I m getting<br />
Fatal error: Call to a member function isStatic() on a non-object in D:\xampp\htdocs\magento\app\code\core\Mage\Eav\Model\Entity\Collection\Abstract.php on line 373</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Name</title>
		<link>http://www.exploremagento.com/magento/some-custom-blocks-to-help-you-show-products.php/comment-page-1#comment-667</link>
		<dc:creator>Name</dc:creator>
		<pubDate>Wed, 22 Jul 2009 11:59:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.exploremagento.com/?p=129#comment-667</guid>
		<description>Fatal error: Call to a member function isStatic() on a non-object in D:\xampp\htdocs\magento\app\code\core\Mage\Eav\Model\Entity\Collection\Abstract.php on line 373</description>
		<content:encoded><![CDATA[<p>Fatal error: Call to a member function isStatic() on a non-object in D:\xampp\htdocs\magento\app\code\core\Mage\Eav\Model\Entity\Collection\Abstract.php on line 373</p>
]]></content:encoded>
	</item>
</channel>
</rss>
