<?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: eCommerce Software Magento &#8211; Shwoing Image in Grid</title>
	<atom:link href="http://www.krishnasunuwar.com.np/2009/07/ecommerce-software-magento-showing-image-in-grid/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.krishnasunuwar.com.np/2009/07/ecommerce-software-magento-showing-image-in-grid/</link>
	<description></description>
	<lastBuildDate>Wed, 23 Nov 2011 19:05:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Krish</title>
		<link>http://www.krishnasunuwar.com.np/2009/07/ecommerce-software-magento-showing-image-in-grid/comment-page-1/#comment-127</link>
		<dc:creator>Krish</dc:creator>
		<pubDate>Wed, 23 Dec 2009 02:08:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.krishnasunuwar.com.np/?p=123#comment-127</guid>
		<description>Hi Bhavin!

Sorry for the late reply.

Well, I have experience that problem myself too. This is because Magento Framework load all modules once and one module easily can override another module when you overload.

Here&#039;s how you can solve this problem:
1) Have same file path for both Module
2) Instead of defining file path variable in helper, define in controller.

I hope, this helps you.</description>
		<content:encoded><![CDATA[<p>Hi Bhavin!</p>
<p>Sorry for the late reply.</p>
<p>Well, I have experience that problem myself too. This is because Magento Framework load all modules once and one module easily can override another module when you overload.</p>
<p>Here&#8217;s how you can solve this problem:<br />
1) Have same file path for both Module<br />
2) Instead of defining file path variable in helper, define in controller.</p>
<p>I hope, this helps you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Krish</title>
		<link>http://www.krishnasunuwar.com.np/2009/07/ecommerce-software-magento-showing-image-in-grid/comment-page-1/#comment-240</link>
		<dc:creator>Krish</dc:creator>
		<pubDate>Wed, 23 Dec 2009 02:08:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.krishnasunuwar.com.np/?p=123#comment-240</guid>
		<description>Hi Bhavin!

Sorry for the late reply.

Well, I have experience that problem myself too. This is because Magento Framework load all modules once and one module easily can override another module when you overload.

Here&#039;s how you can solve this problem:
1) Have same file path for both Module
2) Instead of defining file path variable in helper, define in controller.

I hope, this helps you.</description>
		<content:encoded><![CDATA[<p>Hi Bhavin!</p>
<p>Sorry for the late reply.</p>
<p>Well, I have experience that problem myself too. This is because Magento Framework load all modules once and one module easily can override another module when you overload.</p>
<p>Here&#8217;s how you can solve this problem:<br />
1) Have same file path for both Module<br />
2) Instead of defining file path variable in helper, define in controller.</p>
<p>I hope, this helps you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bhavin Thakar</title>
		<link>http://www.krishnasunuwar.com.np/2009/07/ecommerce-software-magento-showing-image-in-grid/comment-page-1/#comment-126</link>
		<dc:creator>Bhavin Thakar</dc:creator>
		<pubDate>Sat, 19 Dec 2009 09:07:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.krishnasunuwar.com.np/?p=123#comment-126</guid>
		<description>Hi Krish,

You’ve posted a great piece of code and it really helped me out!!

I just extended the above code in two of my magento custom modules lets say mod1 and mod2. But mod2’s grid listing always considers the block of mod1’s grid widget.
say for example: mod2 always goes to
Myspace_Mod1_Block_Widget_Grid_Column

and not :
Myspace_Mod2_Block_Widget_Grid_Column

I’ve check with all my mod2 code and config files but unable to trace out the reason.

Any ideas??</description>
		<content:encoded><![CDATA[<p>Hi Krish,</p>
<p>You’ve posted a great piece of code and it really helped me out!!</p>
<p>I just extended the above code in two of my magento custom modules lets say mod1 and mod2. But mod2’s grid listing always considers the block of mod1’s grid widget.<br />
say for example: mod2 always goes to<br />
Myspace_Mod1_Block_Widget_Grid_Column</p>
<p>and not :<br />
Myspace_Mod2_Block_Widget_Grid_Column</p>
<p>I’ve check with all my mod2 code and config files but unable to trace out the reason.</p>
<p>Any ideas??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bhavin Thakar</title>
		<link>http://www.krishnasunuwar.com.np/2009/07/ecommerce-software-magento-showing-image-in-grid/comment-page-1/#comment-239</link>
		<dc:creator>Bhavin Thakar</dc:creator>
		<pubDate>Sat, 19 Dec 2009 09:07:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.krishnasunuwar.com.np/?p=123#comment-239</guid>
		<description>Hi Krish,

You’ve posted a great piece of code and it really helped me out!!

I just extended the above code in two of my magento custom modules lets say mod1 and mod2. But mod2’s grid listing always considers the block of mod1’s grid widget.
say for example: mod2 always goes to
Myspace_Mod1_Block_Widget_Grid_Column

and not :
Myspace_Mod2_Block_Widget_Grid_Column

I’ve check with all my mod2 code and config files but unable to trace out the reason.

Any ideas??</description>
		<content:encoded><![CDATA[<p>Hi Krish,</p>
<p>You’ve posted a great piece of code and it really helped me out!!</p>
<p>I just extended the above code in two of my magento custom modules lets say mod1 and mod2. But mod2’s grid listing always considers the block of mod1’s grid widget.<br />
say for example: mod2 always goes to<br />
Myspace_Mod1_Block_Widget_Grid_Column</p>
<p>and not :<br />
Myspace_Mod2_Block_Widget_Grid_Column</p>
<p>I’ve check with all my mod2 code and config files but unable to trace out the reason.</p>
<p>Any ideas??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bhavin Thakar</title>
		<link>http://www.krishnasunuwar.com.np/2009/07/ecommerce-software-magento-showing-image-in-grid/comment-page-1/#comment-124</link>
		<dc:creator>Bhavin Thakar</dc:creator>
		<pubDate>Fri, 18 Dec 2009 05:29:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.krishnasunuwar.com.np/?p=123#comment-124</guid>
		<description>Hi Krish,

It you&#039;ve posted a great piece of code and it really helped me out!!

I just extended the above code in two of my magento custom modules lets say mod1 and mod2. But mod2&#039;s grid listing always considers the block of mod1&#039;s grid widget.
say for example: mod2 always goes to 
Myspace_Mod1_Block_Widget_Grid_Column

and not :
Myspace_Mod2_Block_Widget_Grid_Column

I&#039;ve check with all my mod2 code and config files but unable to trace out the reason.

Any ideas??

Thanks in advance.
Bhavin</description>
		<content:encoded><![CDATA[<p>Hi Krish,</p>
<p>It you&#8217;ve posted a great piece of code and it really helped me out!!</p>
<p>I just extended the above code in two of my magento custom modules lets say mod1 and mod2. But mod2&#8242;s grid listing always considers the block of mod1&#8242;s grid widget.<br />
say for example: mod2 always goes to<br />
Myspace_Mod1_Block_Widget_Grid_Column</p>
<p>and not :<br />
Myspace_Mod2_Block_Widget_Grid_Column</p>
<p>I&#8217;ve check with all my mod2 code and config files but unable to trace out the reason.</p>
<p>Any ideas??</p>
<p>Thanks in advance.<br />
Bhavin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bhavin Thakar</title>
		<link>http://www.krishnasunuwar.com.np/2009/07/ecommerce-software-magento-showing-image-in-grid/comment-page-1/#comment-238</link>
		<dc:creator>Bhavin Thakar</dc:creator>
		<pubDate>Fri, 18 Dec 2009 05:29:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.krishnasunuwar.com.np/?p=123#comment-238</guid>
		<description>Hi Krish,

It you&#039;ve posted a great piece of code and it really helped me out!!

I just extended the above code in two of my magento custom modules lets say mod1 and mod2. But mod2&#039;s grid listing always considers the block of mod1&#039;s grid widget.
say for example: mod2 always goes to 
Myspace_Mod1_Block_Widget_Grid_Column

and not :
Myspace_Mod2_Block_Widget_Grid_Column

I&#039;ve check with all my mod2 code and config files but unable to trace out the reason.

Any ideas??

Thanks in advance.
Bhavin</description>
		<content:encoded><![CDATA[<p>Hi Krish,</p>
<p>It you&#8217;ve posted a great piece of code and it really helped me out!!</p>
<p>I just extended the above code in two of my magento custom modules lets say mod1 and mod2. But mod2&#8242;s grid listing always considers the block of mod1&#8242;s grid widget.<br />
say for example: mod2 always goes to<br />
Myspace_Mod1_Block_Widget_Grid_Column</p>
<p>and not :<br />
Myspace_Mod2_Block_Widget_Grid_Column</p>
<p>I&#8217;ve check with all my mod2 code and config files but unable to trace out the reason.</p>
<p>Any ideas??</p>
<p>Thanks in advance.<br />
Bhavin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hiral Vyas</title>
		<link>http://www.krishnasunuwar.com.np/2009/07/ecommerce-software-magento-showing-image-in-grid/comment-page-1/#comment-72</link>
		<dc:creator>Hiral Vyas</dc:creator>
		<pubDate>Thu, 03 Sep 2009 10:11:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.krishnasunuwar.com.np/?p=123#comment-72</guid>
		<description>No I did not created any other module which shows image in grid.

I check HTML source code of News listing page and it is NOT displaying image tag it self in between two td tags. So obviously it will not showing image.

I have added below code in my config.xml file too.

&lt;code&gt;</description>
		<content:encoded><![CDATA[<p>No I did not created any other module which shows image in grid.</p>
<p>I check HTML source code of News listing page and it is NOT displaying image tag it self in between two td tags. So obviously it will not showing image.</p>
<p>I have added below code in my config.xml file too.</p>
<p><code></code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hiral Vyas</title>
		<link>http://www.krishnasunuwar.com.np/2009/07/ecommerce-software-magento-showing-image-in-grid/comment-page-1/#comment-237</link>
		<dc:creator>Hiral Vyas</dc:creator>
		<pubDate>Thu, 03 Sep 2009 10:11:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.krishnasunuwar.com.np/?p=123#comment-237</guid>
		<description>No I did not created any other module which shows image in grid.

I check HTML source code of News listing page and it is NOT displaying image tag it self in between two td tags. So obviously it will not showing image.

I have added below code in my config.xml file too.

&lt;code&gt;</description>
		<content:encoded><![CDATA[<p>No I did not created any other module which shows image in grid.</p>
<p>I check HTML source code of News listing page and it is NOT displaying image tag it self in between two td tags. So obviously it will not showing image.</p>
<p>I have added below code in my config.xml file too.</p>
<p><code></code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hiral Vyas</title>
		<link>http://www.krishnasunuwar.com.np/2009/07/ecommerce-software-magento-showing-image-in-grid/comment-page-1/#comment-71</link>
		<dc:creator>Hiral Vyas</dc:creator>
		<pubDate>Thu, 03 Sep 2009 10:09:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.krishnasunuwar.com.np/?p=123#comment-71</guid>
		<description>No I did not created any other module which shows image in grid.

I check HTML source code of News listing page and it is NOT displaying  tag it self in between two  tags. So obviously it will not showing image.

I have added below code in my config.xml file too.

		Gateway_News_Block_Widget_Grid_Column

Thanks</description>
		<content:encoded><![CDATA[<p>No I did not created any other module which shows image in grid.</p>
<p>I check HTML source code of News listing page and it is NOT displaying  tag it self in between two  tags. So obviously it will not showing image.</p>
<p>I have added below code in my config.xml file too.</p>
<p>		Gateway_News_Block_Widget_Grid_Column</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hiral Vyas</title>
		<link>http://www.krishnasunuwar.com.np/2009/07/ecommerce-software-magento-showing-image-in-grid/comment-page-1/#comment-236</link>
		<dc:creator>Hiral Vyas</dc:creator>
		<pubDate>Thu, 03 Sep 2009 10:09:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.krishnasunuwar.com.np/?p=123#comment-236</guid>
		<description>No I did not created any other module which shows image in grid.

I check HTML source code of News listing page and it is NOT displaying  tag it self in between two  tags. So obviously it will not showing image.

I have added below code in my config.xml file too.

		Gateway_News_Block_Widget_Grid_Column

Thanks</description>
		<content:encoded><![CDATA[<p>No I did not created any other module which shows image in grid.</p>
<p>I check HTML source code of News listing page and it is NOT displaying  tag it self in between two  tags. So obviously it will not showing image.</p>
<p>I have added below code in my config.xml file too.</p>
<p>		Gateway_News_Block_Widget_Grid_Column</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

