<?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: Adding New Arrivals to Magento</title>
	<atom:link href="http://www.tridian.com/developer-blog/adding-new-arrivals-to-magento/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tridian.com/developer-blog/adding-new-arrivals-to-magento/</link>
	<description>Development tips from Tridian.  Los Angeles Web Design development tips.</description>
	<pubDate>Tue, 07 Sep 2010 01:44:47 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Emon Master</title>
		<link>http://www.tridian.com/developer-blog/adding-new-arrivals-to-magento/comment-page-1/#comment-47</link>
		<dc:creator>Emon Master</dc:creator>
		<pubDate>Tue, 12 Jan 2010 07:24:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.tridian.com/developer-blog/?p=23#comment-47</guid>
		<description>Hey Chris,

This code is working superb but i am not able to success of sorting specially sort by price. will you please guide?

Thanks,</description>
		<content:encoded><![CDATA[<p>Hey Chris,</p>
<p>This code is working superb but i am not able to success of sorting specially sort by price. will you please guide?</p>
<p>Thanks,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ALan</title>
		<link>http://www.tridian.com/developer-blog/adding-new-arrivals-to-magento/comment-page-1/#comment-46</link>
		<dc:creator>ALan</dc:creator>
		<pubDate>Tue, 05 Jan 2010 03:03:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.tridian.com/developer-blog/?p=23#comment-46</guid>
		<description>Also, this should be added to NewArrivals.php if viewing products in list mode:

-&gt;addAttributeToSelect('short_description')</description>
		<content:encoded><![CDATA[<p>Also, this should be added to NewArrivals.php if viewing products in list mode:</p>
<p>-&gt;addAttributeToSelect(&#8217;short_description&#8217;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan</title>
		<link>http://www.tridian.com/developer-blog/adding-new-arrivals-to-magento/comment-page-1/#comment-45</link>
		<dc:creator>Alan</dc:creator>
		<pubDate>Tue, 05 Jan 2010 02:42:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.tridian.com/developer-blog/?p=23#comment-45</guid>
		<description>Thanks.  Worked a treat on version 1.3.2.4</description>
		<content:encoded><![CDATA[<p>Thanks.  Worked a treat on version 1.3.2.4</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: amy</title>
		<link>http://www.tridian.com/developer-blog/adding-new-arrivals-to-magento/comment-page-1/#comment-43</link>
		<dc:creator>amy</dc:creator>
		<pubDate>Thu, 26 Nov 2009 06:52:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.tridian.com/developer-blog/?p=23#comment-43</guid>
		<description>Didn't work for me.  I'm still getting the error.  Help?</description>
		<content:encoded><![CDATA[<p>Didn&#8217;t work for me.  I&#8217;m still getting the error.  Help?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: amy</title>
		<link>http://www.tridian.com/developer-blog/adding-new-arrivals-to-magento/comment-page-1/#comment-42</link>
		<dc:creator>amy</dc:creator>
		<pubDate>Thu, 26 Nov 2009 06:50:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.tridian.com/developer-blog/?p=23#comment-42</guid>
		<description>I'm having the same problem as S above.  Moving the line of code into the if statement didn't fix it.  Any ideas?</description>
		<content:encoded><![CDATA[<p>I&#8217;m having the same problem as S above.  Moving the line of code into the if statement didn&#8217;t fix it.  Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rong</title>
		<link>http://www.tridian.com/developer-blog/adding-new-arrivals-to-magento/comment-page-1/#comment-40</link>
		<dc:creator>Rong</dc:creator>
		<pubDate>Sun, 18 Oct 2009 08:35:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.tridian.com/developer-blog/?p=23#comment-40</guid>
		<description>Hi Chris,

It's great extension, I test it in 1.3.2.4, it works without problem.

However, I try to show new arrivals in home page, I tried to use below code:

{{block type=”catalog/product_list” category_id=”35″ template=”catalog/product/list.phtml”}}

I got error:

Fatal error: Call to a member function getName() on a non-object in D:\xampp\htdocs\se55\app\code\local\Tridian\Newarrivals\Block\Newarrivals.php on line 9

I have change code as you suggested, but the problem still exist, I am not a programmer, can you help me?

Regards,</description>
		<content:encoded><![CDATA[<p>Hi Chris,</p>
<p>It&#8217;s great extension, I test it in 1.3.2.4, it works without problem.</p>
<p>However, I try to show new arrivals in home page, I tried to use below code:</p>
<p>{{block type=”catalog/product_list” category_id=”35″ template=”catalog/product/list.phtml”}}</p>
<p>I got error:</p>
<p>Fatal error: Call to a member function getName() on a non-object in D:\xampp\htdocs\se55\app\code\local\Tridian\Newarrivals\Block\Newarrivals.php on line 9</p>
<p>I have change code as you suggested, but the problem still exist, I am not a programmer, can you help me?</p>
<p>Regards,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stella</title>
		<link>http://www.tridian.com/developer-blog/adding-new-arrivals-to-magento/comment-page-1/#comment-39</link>
		<dc:creator>Stella</dc:creator>
		<pubDate>Fri, 25 Sep 2009 14:13:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.tridian.com/developer-blog/?p=23#comment-39</guid>
		<description>i have checked all the codes and location i am not sure what i have done wrong</description>
		<content:encoded><![CDATA[<p>i have checked all the codes and location i am not sure what i have done wrong</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stella Ogidi</title>
		<link>http://www.tridian.com/developer-blog/adding-new-arrivals-to-magento/comment-page-1/#comment-38</link>
		<dc:creator>Stella Ogidi</dc:creator>
		<pubDate>Fri, 25 Sep 2009 14:05:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.tridian.com/developer-blog/?p=23#comment-38</guid>
		<description>Hi Chris
i have tried those scripts and my site has gone wrong.  can you please help me

thanks</description>
		<content:encoded><![CDATA[<p>Hi Chris<br />
i have tried those scripts and my site has gone wrong.  can you please help me</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ecommerce development</title>
		<link>http://www.tridian.com/developer-blog/adding-new-arrivals-to-magento/comment-page-1/#comment-24</link>
		<dc:creator>ecommerce development</dc:creator>
		<pubDate>Thu, 09 Jul 2009 04:27:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.tridian.com/developer-blog/?p=23#comment-24</guid>
		<description>I think it is great. But let me know how it goes.</description>
		<content:encoded><![CDATA[<p>I think it is great. But let me know how it goes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chris</title>
		<link>http://www.tridian.com/developer-blog/adding-new-arrivals-to-magento/comment-page-1/#comment-23</link>
		<dc:creator>chris</dc:creator>
		<pubDate>Mon, 22 Jun 2009 17:00:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.tridian.com/developer-blog/?p=23#comment-23</guid>
		<description>Hi Gopi, I would suggest implementing something like this instead: http://inchoo.net/ecommerce/magento/featured-products-on-magento-frontpage/.  My module is more appropriate as a category instead of a block section on several pages.  Good Luck!</description>
		<content:encoded><![CDATA[<p>Hi Gopi, I would suggest implementing something like this instead: <a href="http://inchoo.net/ecommerce/magento/featured-products-on-magento-frontpage/" rel="nofollow">http://inchoo.net/ecommerce/magento/featured-products-on-magento-frontpage/</a>.  My module is more appropriate as a category instead of a block section on several pages.  Good Luck!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
