<?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 Magento Design and Development</title>
	<atom:link href="http://inchoo.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://inchoo.net</link>
	<description>Magento Design and Magento Development Professionals - Inchoo</description>
	<lastBuildDate>Wed, 22 Feb 2012 14:30:50 +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 Magento PayPal Standard &#8211; How to pay with currency other than base one and do it in your language by Fixxi</title>
		<link>http://inchoo.net/ecommerce/magento/magento-checkout/magento-paypal-standard-how-to-pay-with-currency-other-than-base-one-and-do-it-in-your-language/comment-page-1/#comment-26596</link>
		<dc:creator>Fixxi</dc:creator>
		<pubDate>Wed, 22 Feb 2012 14:30:50 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=8758#comment-26596</guid>
		<description>Guys, for sending to paypal using multiple currencies is this code the best solution at the moment ?</description>
		<content:encoded><![CDATA[<p>Guys, for sending to paypal using multiple currencies is this code the best solution at the moment ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Add New Reference in Magento by fif</title>
		<link>http://inchoo.net/ecommerce/magento/custom-reference-structural-block/comment-page-2/#comment-26592</link>
		<dc:creator>fif</dc:creator>
		<pubDate>Wed, 22 Feb 2012 13:17:28 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=999#comment-26592</guid>
		<description>tutorial was all kosher until step 3. where&#039;s the appropriate layout XML file? ive only really worked on page.xml but why have they made this so complex lol</description>
		<content:encoded><![CDATA[<p>tutorial was all kosher until step 3. where&#8217;s the appropriate layout XML file? ive only really worked on page.xml but why have they made this so complex lol</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to add your own translations to Extensions? by Marcel Aerts</title>
		<link>http://inchoo.net/ecommerce/magento/how-to-add-your-own-translations-to-custom-modules/comment-page-1/#comment-26588</link>
		<dc:creator>Marcel Aerts</dc:creator>
		<pubDate>Wed, 22 Feb 2012 11:49:49 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=4467#comment-26588</guid>
		<description>I can&#039;t get this to work in Magento 1.6.1.0. In the admin area I can see the module is enabled. But I can&#039;t get the translations to work and I don&#039;t know how I can check where it goes wrong. Is this maybe not working in this version of Magento?</description>
		<content:encoded><![CDATA[<p>I can&#8217;t get this to work in Magento 1.6.1.0. In the admin area I can see the module is enabled. But I can&#8217;t get the translations to work and I don&#8217;t know how I can check where it goes wrong. Is this maybe not working in this version of Magento?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Magento PayPal Standard &#8211; How to pay with currency other than base one and do it in your language by May</title>
		<link>http://inchoo.net/ecommerce/magento/magento-checkout/magento-paypal-standard-how-to-pay-with-currency-other-than-base-one-and-do-it-in-your-language/comment-page-1/#comment-26587</link>
		<dc:creator>May</dc:creator>
		<pubDate>Wed, 22 Feb 2012 09:09:37 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=8758#comment-26587</guid>
		<description>Ah I get it!

paypal take the tax value from $result[&#039;tax_cart&#039;] not $result[&#039;tax&#039;] :)</description>
		<content:encoded><![CDATA[<p>Ah I get it!</p>
<p>paypal take the tax value from $result['tax_cart'] not $result['tax'] <img src='http://inchoo.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Symfony2 Forms &#8211; Entity field type by prabhu</title>
		<link>http://inchoo.net/tools-frameworks/symfony2-entity-field-type/comment-page-1/#comment-26583</link>
		<dc:creator>prabhu</dc:creator>
		<pubDate>Wed, 22 Feb 2012 06:19:14 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=9674#comment-26583</guid>
		<description>Hi..Darko Goles,
im getting problem at the time of form edition…. when im going to edit the form it displays the error like”expected argument “object”, “string” given…”…. this is because im going to generate drop down, like this….
[code]
-&gt;add(‘ProductGroupId’,&#039;entity’, array( ‘class’ =&gt; ‘BuilderSupplierBundle:BuilderProductGroup’, ‘property’ =&gt; ‘ProductGroupName’ ))
[/code]
It is working exactly for new.html.twig but when im going to edit its showing the above error…. i hope u vl clear my doubt…. thanx</description>
		<content:encoded><![CDATA[<p>Hi..Darko Goles,<br />
im getting problem at the time of form edition…. when im going to edit the form it displays the error like”expected argument “object”, “string” given…”…. this is because im going to generate drop down, like this….</p>
<pre class="brush: plain; title: ; notranslate">
-&gt;add(‘ProductGroupId’,'entity’, array( ‘class’ =&gt; ‘BuilderSupplierBundle:BuilderProductGroup’, ‘property’ =&gt; ‘ProductGroupName’ ))
</pre>
<p>It is working exactly for new.html.twig but when im going to edit its showing the above error…. i hope u vl clear my doubt…. thanx</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Featured products Magento extension by Inchoo by Thomas</title>
		<link>http://inchoo.net/ecommerce/magento/featured-products-on-magento-frontpage/comment-page-7/#comment-26574</link>
		<dc:creator>Thomas</dc:creator>
		<pubDate>Tue, 21 Feb 2012 20:41:34 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=3723#comment-26574</guid>
		<description>Is there any way I can install this extension twice and have two separate &quot;featured products&quot; blocks? I would like to have one block for seasonal products and one for special deals. Thanks</description>
		<content:encoded><![CDATA[<p>Is there any way I can install this extension twice and have two separate &#8220;featured products&#8221; blocks? I would like to have one block for seasonal products and one for special deals. Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Advanced search in Magento and how to use it in your own way by agam</title>
		<link>http://inchoo.net/ecommerce/magento/advanced-search-in-magento-and-how-to-use-it-in-your-own-way/comment-page-1/#comment-26570</link>
		<dc:creator>agam</dc:creator>
		<pubDate>Tue, 21 Feb 2012 12:53:35 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=313#comment-26570</guid>
		<description>It&#039;s really nice and help full but i got an error msg when i run this.

i have created all folder and changed class name advanced to custom . after this it showing form on custom url but when a search any value it gives error:

Fatal error: Call to a member function addFilters() on a non-object in /app/code/core/Mage/CatalogSearch/controllers/CustomController.php on line 48

 Mage::getSingleton(&#039;catalogsearch/custom&#039;)-&gt;addFilters($this-&gt;getRequest()-&gt;getQuery());

please help</description>
		<content:encoded><![CDATA[<p>It&#8217;s really nice and help full but i got an error msg when i run this.</p>
<p>i have created all folder and changed class name advanced to custom . after this it showing form on custom url but when a search any value it gives error:</p>
<p>Fatal error: Call to a member function addFilters() on a non-object in /app/code/core/Mage/CatalogSearch/controllers/CustomController.php on line 48</p>
<p> Mage::getSingleton(&#8216;catalogsearch/custom&#8217;)-&gt;addFilters($this-&gt;getRequest()-&gt;getQuery());</p>
<p>please help</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Layered navigation, but not quite by vashishtha</title>
		<link>http://inchoo.net/ecommerce/magento/layered-navigation-but-not-quite/comment-page-1/#comment-26569</link>
		<dc:creator>vashishtha</dc:creator>
		<pubDate>Tue, 21 Feb 2012 12:50:38 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=8929#comment-26569</guid>
		<description>hi, this code is not working on my magento 1.6 
The thing is i wanted to show an attribute on every page but without of any filtration, can any body help with this....!</description>
		<content:encoded><![CDATA[<p>hi, this code is not working on my magento 1.6<br />
The thing is i wanted to show an attribute on every page but without of any filtration, can any body help with this&#8230;.!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Advanced Search sidebar box by Dmitry</title>
		<link>http://inchoo.net/ecommerce/magento/advanced-search-sidebar-box/comment-page-1/#comment-26563</link>
		<dc:creator>Dmitry</dc:creator>
		<pubDate>Tue, 21 Feb 2012 10:28:46 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=2779#comment-26563</guid>
		<description>Thanks a lot. I use the latest magento version and your module still works :-)</description>
		<content:encoded><![CDATA[<p>Thanks a lot. I use the latest magento version and your module still works <img src='http://inchoo.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to extend Magento core controller? by ILAM</title>
		<link>http://inchoo.net/tools-frameworks/how-to-extend-magento-core-controller/comment-page-1/#comment-26562</link>
		<dc:creator>ILAM</dc:creator>
		<pubDate>Tue, 21 Feb 2012 08:50:43 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=6488#comment-26562</guid>
		<description>Hi
    I tried the exact thing in the blog and Im facing the same issue that John mentioned above I dont see the custom module in the admin backend (Config-&gt;Advanced tab). where I could enable it

I gave multiple try like one with Catalog Products controler, then Sales Order and finally I just copied the same code but nothing helps. Im using magento 1.6 is that a problem? or what would be any suggetions?</description>
		<content:encoded><![CDATA[<p>Hi<br />
    I tried the exact thing in the blog and Im facing the same issue that John mentioned above I dont see the custom module in the admin backend (Config-&gt;Advanced tab). where I could enable it</p>
<p>I gave multiple try like one with Catalog Products controler, then Sales Order and finally I just copied the same code but nothing helps. Im using magento 1.6 is that a problem? or what would be any suggetions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Magento PayPal Standard &#8211; How to pay with currency other than base one and do it in your language by May</title>
		<link>http://inchoo.net/ecommerce/magento/magento-checkout/magento-paypal-standard-how-to-pay-with-currency-other-than-base-one-and-do-it-in-your-language/comment-page-1/#comment-26560</link>
		<dc:creator>May</dc:creator>
		<pubDate>Tue, 21 Feb 2012 06:37:49 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=8758#comment-26560</guid>
		<description>Hi Alex,

I&#039;ll try your advice, I add:

$result[&#039;tax&#039;] = round($order-&gt;getTaxAmount(), 2);

after

$result[&#039;amount&#039;] = round($order-&gt;getGrandTotal(), 2);

But it&#039;s not working.. how to make it work?

thx</description>
		<content:encoded><![CDATA[<p>Hi Alex,</p>
<p>I&#8217;ll try your advice, I add:</p>
<p>$result['tax'] = round($order-&gt;getTaxAmount(), 2);</p>
<p>after</p>
<p>$result['amount'] = round($order-&gt;getGrandTotal(), 2);</p>
<p>But it&#8217;s not working.. how to make it work?</p>
<p>thx</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Android &#8211; playing with separate threads by Matej</title>
		<link>http://inchoo.net/mobile-development/android-development/android-threads/comment-page-1/#comment-26549</link>
		<dc:creator>Matej</dc:creator>
		<pubDate>Mon, 20 Feb 2012 23:59:05 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=12330#comment-26549</guid>
		<description>What is the best program for creating android apps?
It is something like PHP? ;)</description>
		<content:encoded><![CDATA[<p>What is the best program for creating android apps?<br />
It is something like PHP? <img src='http://inchoo.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Custom shipping method in Magento by Wouter Samaey</title>
		<link>http://inchoo.net/ecommerce/magento/custom-shipping-method-in-magento/comment-page-1/#comment-26542</link>
		<dc:creator>Wouter Samaey</dc:creator>
		<pubDate>Mon, 20 Feb 2012 17:19:42 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=2669#comment-26542</guid>
		<description>This is great! But I&#039;m also wondering how to add my custom parcel tracking to this.

Can you demonstrate a simple case?

When the shipment is booked, the tracking URL should end up in the email to the customer.</description>
		<content:encoded><![CDATA[<p>This is great! But I&#8217;m also wondering how to add my custom parcel tracking to this.</p>
<p>Can you demonstrate a simple case?</p>
<p>When the shipment is booked, the tracking URL should end up in the email to the customer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Delete test orders in Magento by Derrick</title>
		<link>http://inchoo.net/ecommerce/magento/delete-test-orders-in-magento/comment-page-3/#comment-26541</link>
		<dc:creator>Derrick</dc:creator>
		<pubDate>Mon, 20 Feb 2012 17:16:19 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=250#comment-26541</guid>
		<description>Hello Gregg,

First off all its not my script :-) But i did ran in the same problem as you. I lost all my order statussen. 

So what is did was add the three lines of code on rule 76 of above script. 

It simply removes the three tables (about the statussen) from the table truncate array. 

If you want to make sure these are the right array keys for EE first run the script with the delete part comment out and print the array and check if the numbers are correct.</description>
		<content:encoded><![CDATA[<p>Hello Gregg,</p>
<p>First off all its not my script <img src='http://inchoo.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  But i did ran in the same problem as you. I lost all my order statussen. </p>
<p>So what is did was add the three lines of code on rule 76 of above script. </p>
<p>It simply removes the three tables (about the statussen) from the table truncate array. </p>
<p>If you want to make sure these are the right array keys for EE first run the script with the delete part comment out and print the array and check if the numbers are correct.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to make configurable options autoselected on Product view page by Tomas Novoselic</title>
		<link>http://inchoo.net/ecommerce/magento/how-to-make-configurable-options-autoselected-on-configurable-product-view-page/comment-page-1/#comment-26537</link>
		<dc:creator>Tomas Novoselic</dc:creator>
		<pubDate>Mon, 20 Feb 2012 12:53:18 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=5624#comment-26537</guid>
		<description>@suman Thanks you liked this article that was writen 3 years ago and I&#039;m sorry I couldn&#039;t make it more easy for you. Imagine how hard was for me to write it at the times I couldn&#039;t find any place on internet where I could act smart like you did just now. So, there are 2 courses of action:
1) Code it yourself and show me how wrong I was
2)  &lt;a href=&quot;http://inchoo.net/get-a-quote/&quot; rel=&quot;nofollow&quot;&gt;Click&lt;/a&gt; here and get updated version of this article.

Bye bye, I&#039;m glad I could help :)</description>
		<content:encoded><![CDATA[<p>@suman Thanks you liked this article that was writen 3 years ago and I&#8217;m sorry I couldn&#8217;t make it more easy for you. Imagine how hard was for me to write it at the times I couldn&#8217;t find any place on internet where I could act smart like you did just now. So, there are 2 courses of action:<br />
1) Code it yourself and show me how wrong I was<br />
2)  <a href="http://inchoo.net/get-a-quote/" rel="nofollow">Click</a> here and get updated version of this article.</p>
<p>Bye bye, I&#8217;m glad I could help <img src='http://inchoo.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to make configurable options autoselected on Product view page by suman</title>
		<link>http://inchoo.net/ecommerce/magento/how-to-make-configurable-options-autoselected-on-configurable-product-view-page/comment-page-1/#comment-26534</link>
		<dc:creator>suman</dc:creator>
		<pubDate>Mon, 20 Feb 2012 12:33:51 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=5624#comment-26534</guid>
		<description>this is a worst post  yet ever i seen .....so i request the blog writter dont post such kind of article plzz...this is  a artile which make puzzled in magento learning for the begineers....</description>
		<content:encoded><![CDATA[<p>this is a worst post  yet ever i seen &#8230;..so i request the blog writter dont post such kind of article plzz&#8230;this is  a artile which make puzzled in magento learning for the begineers&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Featured products Magento extension by Inchoo by Dmitriy</title>
		<link>http://inchoo.net/ecommerce/magento/featured-products-on-magento-frontpage/comment-page-7/#comment-26531</link>
		<dc:creator>Dmitriy</dc:creator>
		<pubDate>Mon, 20 Feb 2012 08:13:08 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=3723#comment-26531</guid>
		<description>I tried everything, nothing worked until I double checked the file structure on the server and found that in my case one thing was missing - the /featuredproducts/ folder.

So I changed the original code (note the corrected quotes)

{{block type=&quot;featuredproducts/listing&quot; template=&quot;inchoo/block_featured_products.phtml&quot;}}

to

{{block type=&quot;featuredproducts/listing&quot; template=&quot;inchoo/featuredproducts/block_featured_products.phtml&quot;}}

and it did work for me.</description>
		<content:encoded><![CDATA[<p>I tried everything, nothing worked until I double checked the file structure on the server and found that in my case one thing was missing &#8211; the /featuredproducts/ folder.</p>
<p>So I changed the original code (note the corrected quotes)</p>
<p>{{block type=&#8221;featuredproducts/listing&#8221; template=&#8221;inchoo/block_featured_products.phtml&#8221;}}</p>
<p>to</p>
<p>{{block type=&#8221;featuredproducts/listing&#8221; template=&#8221;inchoo/featuredproducts/block_featured_products.phtml&#8221;}}</p>
<p>and it did work for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Featured products Magento extension by Inchoo by Jovan</title>
		<link>http://inchoo.net/ecommerce/magento/featured-products-on-magento-frontpage/comment-page-7/#comment-26525</link>
		<dc:creator>Jovan</dc:creator>
		<pubDate>Mon, 20 Feb 2012 00:12:17 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=3723#comment-26525</guid>
		<description>I installed on 1.6.2.0, checked featured products, but I am getting error 404 in configuration-inchoo pages. Is there anything I can do to make this work for me?</description>
		<content:encoded><![CDATA[<p>I installed on 1.6.2.0, checked featured products, but I am getting error 404 in configuration-inchoo pages. Is there anything I can do to make this work for me?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Advanced Search sidebar box by COBAY</title>
		<link>http://inchoo.net/ecommerce/magento/advanced-search-sidebar-box/comment-page-1/#comment-26518</link>
		<dc:creator>COBAY</dc:creator>
		<pubDate>Sun, 19 Feb 2012 11:29:27 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=2779#comment-26518</guid>
		<description>Good Idea !
Thanks.</description>
		<content:encoded><![CDATA[<p>Good Idea !<br />
Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Facebook Connect Magento Extension by inerds</title>
		<link>http://inchoo.net/ecommerce/magento/facebook-connect-magento-extension/comment-page-9/#comment-26517</link>
		<dc:creator>inerds</dc:creator>
		<pubDate>Sun, 19 Feb 2012 09:32:30 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=4133#comment-26517</guid>
		<description>i am getting an error after installation 
Fatal error: Call to a member function getBackend() on a non-object in
/html/app/code/core/Mage/Eav/Model/Entity/Abstract.php on line 816

can some one help ?</description>
		<content:encoded><![CDATA[<p>i am getting an error after installation<br />
Fatal error: Call to a member function getBackend() on a non-object in<br />
/html/app/code/core/Mage/Eav/Model/Entity/Abstract.php on line 816</p>
<p>can some one help ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

