<?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 for Dx3webs</title>
	<atom:link href="http://dx3webs.com/front/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://dx3webs.com/front</link>
	<description>Magento: fast.. supported.. managed</description>
	<lastBuildDate>Tue, 31 Jan 2012 14:22:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Gmail google apps POP: Username password not accepted by admin</title>
		<link>http://dx3webs.com/front/2011/01/gmail-google-apps-pop-username-password-not-accepted/comment-page-1/#comment-1053</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 31 Jan 2012 14:22:40 +0000</pubDate>
		<guid isPermaLink="false">http://dx3webs.com/front/?p=765#comment-1053</guid>
		<description>your welcome.. it really is an evil system. there is no way to guess what the problem is.</description>
		<content:encoded><![CDATA[<p>your welcome.. it really is an evil system. there is no way to guess what the problem is.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Gmail google apps POP: Username password not accepted by Goktug Ozturk</title>
		<link>http://dx3webs.com/front/2011/01/gmail-google-apps-pop-username-password-not-accepted/comment-page-1/#comment-1052</link>
		<dc:creator>Goktug Ozturk</dc:creator>
		<pubDate>Tue, 31 Jan 2012 14:19:16 +0000</pubDate>
		<guid isPermaLink="false">http://dx3webs.com/front/?p=765#comment-1052</guid>
		<description>Thank you for this post. 

I&#039;ve been trying to setup Outlook 2010 with my google apps account for the last hour.

Now my problem is resolved.</description>
		<content:encoded><![CDATA[<p>Thank you for this post. </p>
<p>I&#8217;ve been trying to setup Outlook 2010 with my google apps account for the last hour.</p>
<p>Now my problem is resolved.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Change Check to Cheque / Money order to Postal order in Magento by rob steele</title>
		<link>http://dx3webs.com/front/2010/08/change-check-to-cheque-money-order-to-postal-order-in-magento/comment-page-1/#comment-1034</link>
		<dc:creator>rob steele</dc:creator>
		<pubDate>Thu, 12 Jan 2012 10:07:24 +0000</pubDate>
		<guid isPermaLink="false">http://dx3webs.com/front/?p=389#comment-1034</guid>
		<description>cool post guys useful stuff for me as i new to Magento. :)</description>
		<content:encoded><![CDATA[<p>cool post guys useful stuff for me as i new to Magento. <img src='http://dx3webs.com/front/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Create a Left hand Navigation in Magento 1.4 1.4x for Modern theme by Jennifer</title>
		<link>http://dx3webs.com/front/2010/08/create-a-left-hand-navigation-in-magento-1-4-1-4x/comment-page-1/#comment-1033</link>
		<dc:creator>Jennifer</dc:creator>
		<pubDate>Fri, 06 Jan 2012 02:45:53 +0000</pubDate>
		<guid isPermaLink="false">http://dx3webs.com/front/?p=445#comment-1033</guid>
		<description>Hi

This not only didn&#039;t work but killed my top nav help!

Version 1.4.1.1</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>This not only didn&#8217;t work but killed my top nav help!</p>
<p>Version 1.4.1.1</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to create a Random Featured Product list on home page in Magento by Nik</title>
		<link>http://dx3webs.com/front/2010/10/how-to-create-a-random-featured-product-list-on-home-page-in-magento/comment-page-1/#comment-1021</link>
		<dc:creator>Nik</dc:creator>
		<pubDate>Wed, 14 Dec 2011 10:53:47 +0000</pubDate>
		<guid isPermaLink="false">http://dx3webs.com/front/?p=620#comment-1021</guid>
		<description>Thanks for this great code snippet and tutorial!
However, I have one problem using 1.5.1.0 implementing this in a custom module...
If I use this code, I can&#039;t get Magento to generate the AddToCart URL for the products of this collection. It does work throughout the store for all other list views though, so it&#039;s not a store issue I guess...

Using this code:
&lt;code&gt;
		$collection = Mage::getResourceModel(&#039;catalog/product_collection&#039;)
			-&gt;addAttributeToFilter(&#039;entity_id&#039;, array(&#039;in&#039; =&gt; $productIds))
			-&gt;addAttributeToSelect(&#039;*&#039;)
			-&gt;addFinalPrice();
		Mage::getModel(&#039;catalog/layer&#039;)-&gt;prepareProductCollection($collection);
		$collection-&gt;getSelect()-&gt;order( &quot;FIELD (`e`.`entity_id`,&#039;&quot;.implode(&quot;&#039;,&#039;&quot;,$productIds).&quot;&#039;)&quot; );
		$collection-&gt;addStoreFilter();
		$this-&gt;products = $collection;
		
		return $this-&gt;products;
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Thanks for this great code snippet and tutorial!<br />
However, I have one problem using 1.5.1.0 implementing this in a custom module&#8230;<br />
If I use this code, I can&#8217;t get Magento to generate the AddToCart URL for the products of this collection. It does work throughout the store for all other list views though, so it&#8217;s not a store issue I guess&#8230;</p>
<p>Using this code:<br />
<code><br />
		$collection = Mage::getResourceModel('catalog/product_collection')<br />
			-&gt;addAttributeToFilter('entity_id', array('in' =&gt; $productIds))<br />
			-&gt;addAttributeToSelect('*')<br />
			-&gt;addFinalPrice();<br />
		Mage::getModel('catalog/layer')-&gt;prepareProductCollection($collection);<br />
		$collection-&gt;getSelect()-&gt;order( "FIELD (`e`.`entity_id`,'".implode("','",$productIds)."')" );<br />
		$collection-&gt;addStoreFilter();<br />
		$this-&gt;products = $collection;</p>
<p>		return $this-&gt;products;<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Magento tip: after upgrade prices on product page simple product are gone…… by Dadda</title>
		<link>http://dx3webs.com/front/2011/07/magento-tip-after-upgrade-prices-on-product-page-simple-product-are-gone%e2%80%a6%e2%80%a6/comment-page-1/#comment-1014</link>
		<dc:creator>Dadda</dc:creator>
		<pubDate>Wed, 07 Dec 2011 21:17:22 +0000</pubDate>
		<guid isPermaLink="false">http://dx3webs.com/front/?p=982#comment-1014</guid>
		<description>Yeah, great update Kennet. Works great!</description>
		<content:encoded><![CDATA[<p>Yeah, great update Kennet. Works great!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Magento multistore setup under Plesk by Magento tuning 2 - ScriptLance PHP Project</title>
		<link>http://dx3webs.com/front/2010/08/magento-multistore-setup-under-plesk/comment-page-1/#comment-953</link>
		<dc:creator>Magento tuning 2 - ScriptLance PHP Project</dc:creator>
		<pubDate>Fri, 18 Nov 2011 03:25:10 +0000</pubDate>
		<guid isPermaLink="false">http://dx3webs.com/front/?p=384#comment-953</guid>
		<description>[...] because it breaks css on site2. It works great on site1. Mulitsite is setup according to this:  http://dx3webs.com/front/2010/08/magento-multistore-setup-under-plesk/   2. Fix small problem with missing html output on bundled producs. The output is from J2T Points &amp; [...]</description>
		<content:encoded><![CDATA[<p>[...] because it breaks css on site2. It works great on site1. Mulitsite is setup according to this:  <a href="http://dx3webs.com/front/2010/08/magento-multistore-setup-under-plesk/" rel="nofollow">http://dx3webs.com/front/2010/08/magento-multistore-setup-under-plesk/</a>   2. Fix small problem with missing html output on bundled producs. The output is from J2T Points &amp; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 5 Extremely useful free Magento Extensions by amanwas</title>
		<link>http://dx3webs.com/front/2010/09/5-extremely-useful-free-magento-extensions/comment-page-1/#comment-949</link>
		<dc:creator>amanwas</dc:creator>
		<pubDate>Wed, 16 Nov 2011 12:18:01 +0000</pubDate>
		<guid isPermaLink="false">http://dx3webs.com/front/?p=606#comment-949</guid>
		<description>6th most useful extension for magento is
www.quickonlineship.com

it is a web based app to create shipping labels out of csv file.</description>
		<content:encoded><![CDATA[<p>6th most useful extension for magento is<br />
<a href="http://www.quickonlineship.com" rel="nofollow">http://www.quickonlineship.com</a></p>
<p>it is a web based app to create shipping labels out of csv file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to create a Random Featured Product list on home page in Magento by Tomas</title>
		<link>http://dx3webs.com/front/2010/10/how-to-create-a-random-featured-product-list-on-home-page-in-magento/comment-page-1/#comment-947</link>
		<dc:creator>Tomas</dc:creator>
		<pubDate>Mon, 14 Nov 2011 14:42:02 +0000</pubDate>
		<guid isPermaLink="false">http://dx3webs.com/front/?p=620#comment-947</guid>
		<description>Hi,

how about ramdomize script? Do you have any news from your support team?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>how about ramdomize script? Do you have any news from your support team?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Magneto hint : Google Base &#8211; Read Timed Out after 10 seconds by James Preston</title>
		<link>http://dx3webs.com/front/2011/02/magneto-hint-google-base-read-timed-out-after-10-seconds/comment-page-1/#comment-946</link>
		<dc:creator>James Preston</dc:creator>
		<pubDate>Mon, 14 Nov 2011 12:09:04 +0000</pubDate>
		<guid isPermaLink="false">http://dx3webs.com/front/?p=784#comment-946</guid>
		<description>Yep having the same problem, why dont magento check this stuff before they release it. Its only a shopping site that displays products and google base is a major key player, so only a small mistake by Magento then.</description>
		<content:encoded><![CDATA[<p>Yep having the same problem, why dont magento check this stuff before they release it. Its only a shopping site that displays products and google base is a major key player, so only a small mistake by Magento then.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

