<?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: Magento product image switcher</title>
	<atom:link href="http://inchoo.net/ecommerce/magento/magento-product-images-switcher/feed/" rel="self" type="application/rss+xml" />
	<link>http://inchoo.net/ecommerce/magento/magento-product-images-switcher/</link>
	<description>Magento Design and Magento Development Professionals - Inchoo</description>
	<lastBuildDate>Mon, 21 May 2012 08:29:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Dan</title>
		<link>http://inchoo.net/ecommerce/magento/magento-product-images-switcher/comment-page-1/#comment-27981</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Mon, 02 Apr 2012 14:00:01 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=2329#comment-27981</guid>
		<description>Please can anybody help, 
I need the more view image labels (alt) to transfer with the image into the product large view box. When I click onto the moreview image this loads into the box above but I cannot get the image label to carry with it????
Thanks if anyone can help</description>
		<content:encoded><![CDATA[<p>Please can anybody help,<br />
I need the more view image labels (alt) to transfer with the image into the product large view box. When I click onto the moreview image this loads into the box above but I cannot get the image label to carry with it????<br />
Thanks if anyone can help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shehzad</title>
		<link>http://inchoo.net/ecommerce/magento/magento-product-images-switcher/comment-page-1/#comment-27818</link>
		<dc:creator>Shehzad</dc:creator>
		<pubDate>Mon, 26 Mar 2012 03:46:19 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=2329#comment-27818</guid>
		<description>@kevin,  i want it to display like on ur site 

http://extensions.qazware.com/extensions/q-options.html</description>
		<content:encoded><![CDATA[<p>@kevin,  i want it to display like on ur site </p>
<p><a href="http://extensions.qazware.com/extensions/q-options.html" rel="nofollow">http://extensions.qazware.com/extensions/q-options.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Black</title>
		<link>http://inchoo.net/ecommerce/magento/magento-product-images-switcher/comment-page-1/#comment-27772</link>
		<dc:creator>Kevin Black</dc:creator>
		<pubDate>Fri, 23 Mar 2012 09:32:44 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=2329#comment-27772</guid>
		<description>Free in :
http://extensions.qazware.com/extensions/q-options.html
and 
http://extensions.qazware.com/extensions/free/q-color-swatches.html</description>
		<content:encoded><![CDATA[<p>Free in :<br />
<a href="http://extensions.qazware.com/extensions/q-options.html" rel="nofollow">http://extensions.qazware.com/extensions/q-options.html</a><br />
and<br />
<a href="http://extensions.qazware.com/extensions/free/q-color-swatches.html" rel="nofollow">http://extensions.qazware.com/extensions/free/q-color-swatches.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shehzad</title>
		<link>http://inchoo.net/ecommerce/magento/magento-product-images-switcher/comment-page-1/#comment-27703</link>
		<dc:creator>Shehzad</dc:creator>
		<pubDate>Wed, 21 Mar 2012 13:09:19 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=2329#comment-27703</guid>
		<description>at last able to perform zoom, i have modified above code to below , now how to load the gallaery image in zoom window , here is the modified code, 

thx

[code]
&lt;?php
    $_product = $this-&gt;getProduct();
    $_helper = $this-&gt;helper(&#039;catalog/output&#039;);
    $_gallery = $this-&gt;getGalleryImages();

    $_resizeh = 300;
	$_resizew = 260;
?&gt;

&lt;style type=&quot;text/css&quot;&gt;
	.product-img-box .more-views li.slide-current a{ border:2px solid #aaa; }
	.product-img-box .product-image-zoom img { cursor: pointer; }
	#slide-loader{ visibility:hidden; position:absolute; top:auto; left:auto; right:2px; bottom:2px; }
&lt;/style&gt;

&lt;script type=&quot;text/javascript&quot;&gt;
function slide(url,num,gallery){
    if (typeof slide.loading == &#039;undefined&#039;) slide.loading = false;
	if(slide.loading) return false;

	var loader = new Image();
	$(loader).observe(&#039;load&#039;, function(){

		$(&#039;slide-loader&#039;).setStyle({&#039;visibility&#039;:&#039;hidden&#039;});
		
		$$(&#039;div.more-views li&#039;).each(function(el,i){
			(i==num) ? el.addClassName(&#039;slide-current&#039;) : el.removeClassName(&#039;slide-current&#039;);
		});

		var dummy = new Element(&#039;img&#039;, { src: url }).setOpacity(0);
		new Insertion.After(&#039;image&#039;, dummy);
		new Effect.Opacity(dummy, { duration:.5, from:0, to:1.0 });
		new Effect.Opacity($(&#039;image&#039;), { duration:.5, from:1.0, to:0, 
			 afterFinish: function(){
			 	$(&#039;image&#039;).writeAttribute(&#039;src&#039;,url).setOpacity(1).observe(&#039;click&#039;,function(e){
				 	Event.stop(e);
			 		popWin(gallery, &#039;gallery&#039;, &#039;width=300,height=300,left=50,top=50,location=no,status=yes,scrollbars=yes,resizable=yes&#039;); 
			 		return false;
				 })
			 	dummy.remove();
			 	slide.loading = false;
			 }
		});
	});

	$(&#039;slide-loader&#039;).setStyle({&#039;visibility&#039;:&#039;visible&#039;});
	loader.src=url;
	slide.loading = true;
return false;
}
&lt;/script&gt;


&lt;p class=&quot;product-image-zoom&quot;&gt;
	&lt;?php                                                    
		$_img = &#039;&lt;a href=&quot;&#039;.$this-&gt;helper(&#039;catalog/image&#039;)-&gt;init($_product, &#039;image&#039;).&#039;&quot; class=&quot;jqzoom&quot; title=&quot;Magnified Image&quot;&gt;&lt;img id=&quot;image&quot; src=&quot;&#039;.$this-&gt;helper(&#039;catalog/image&#039;)-&gt;init($_product, &#039;image&#039;)-&gt;resize($_resizew,$_resizeh).&#039;&quot; alt=&quot;&#039;.$this-&gt;htmlEscape($this-&gt;getImageLabel()).&#039;&quot; title=&quot;&#039;.$this-&gt;htmlEscape($this-&gt;getImageLabel()).&#039;&quot; onclick=&quot;popWin(\&#039;&#039;.$this-&gt;getGalleryUrl().&#039;.\&#039;, \&#039;gallery\&#039;, \&#039;width=300,height=300,left=50,top=50,location=no,status=yes,scrollbars=yes,resizable=yes\&#039;); return false;&quot; /&gt;&lt;/a&gt;&#039;;
        echo $_helper-&gt;productAttribute($_product, $_img, &#039;image&#039;)
    ?&gt;
    &lt;img id=&quot;slide-loader&quot; src=&quot;&lt;?php echo $this-&gt;getSkinUrl(&#039;images/opc-ajax-loader.gif&#039;) ?&gt;&quot; /&gt;
&lt;/p&gt;
















&lt;p class=&quot;a-center&quot; id=&quot;track_hint&quot;&gt;&lt;?php echo $this-&gt;__(&#039;Hover with mouse to zoom&#039;) ?&gt;&lt;/p&gt;






&lt;?php if (count($_gallery) &gt; 0): ?&gt;
&lt;div class=&quot;more-views&quot;&gt;
    &lt;h4&gt;&lt;?php echo $this-&gt;__(&#039;More Views&#039;) ?&gt;&lt;/h4&gt;
    &lt;ul&gt;
    &lt;?php foreach ($_gallery as $_image): ?&gt;
        &lt;li&gt;
            &lt;a href=&quot;&lt;?php echo $this-&gt;helper(&#039;catalog/image&#039;)-&gt;init($this-&gt;getProduct(), &#039;image&#039;, $_image-&gt;getFile()); ?&gt;&quot; onclick=&quot;slide(&#039;&lt;?php echo $this-&gt;helper(&#039;catalog/image&#039;)-&gt;init($this-&gt;getProduct(), &#039;image&#039;, $_image-&gt;getFile())-&gt;keepFrame(false)-&gt;resize($_resize) ?&gt;&#039;,&lt;?php echo ($s = isset($s) ? ++$s : 0) ?&gt;,&#039;&lt;?php echo $this-&gt;getGalleryUrl($_image) ?&gt;&#039;); return false;&quot;&gt;&lt;img src=&quot;&lt;?php echo $this-&gt;helper(&#039;catalog/image&#039;)-&gt;init($this-&gt;getProduct(), &#039;thumbnail&#039;, $_image-&gt;getFile())-&gt;keepFrame(false)-&gt;resize(56); ?&gt;&quot; alt=&quot;&lt;?php echo $this-&gt;htmlEscape($_image-&gt;getLabel()) ?&gt;&quot; title=&quot;&lt;?php echo $this-&gt;htmlEscape($_image-&gt;getLabel()) ?&gt;&quot; /&gt;&lt;/a&gt;
        &lt;/li&gt;
    &lt;?php endforeach; ?&gt;
    &lt;/ul&gt;
&lt;/div&gt;
&lt;?php endif; ?&gt;






[/code]</description>
		<content:encoded><![CDATA[<p>at last able to perform zoom, i have modified above code to below , now how to load the gallaery image in zoom window , here is the modified code, </p>
<p>thx</p>
<pre class="brush: plain; title: ; notranslate">
&lt;?php
    $_product = $this-&gt;getProduct();
    $_helper = $this-&gt;helper('catalog/output');
    $_gallery = $this-&gt;getGalleryImages();

    $_resizeh = 300;
	$_resizew = 260;
?&gt;

&lt;style type=&quot;text/css&quot;&gt;
	.product-img-box .more-views li.slide-current a{ border:2px solid #aaa; }
	.product-img-box .product-image-zoom img { cursor: pointer; }
	#slide-loader{ visibility:hidden; position:absolute; top:auto; left:auto; right:2px; bottom:2px; }
&lt;/style&gt;

&lt;script type=&quot;text/javascript&quot;&gt;
function slide(url,num,gallery){
    if (typeof slide.loading == 'undefined') slide.loading = false;
	if(slide.loading) return false;

	var loader = new Image();
	$(loader).observe('load', function(){

		$('slide-loader').setStyle({'visibility':'hidden'});

		$$('div.more-views li').each(function(el,i){
			(i==num) ? el.addClassName('slide-current') : el.removeClassName('slide-current');
		});

		var dummy = new Element('img', { src: url }).setOpacity(0);
		new Insertion.After('image', dummy);
		new Effect.Opacity(dummy, { duration:.5, from:0, to:1.0 });
		new Effect.Opacity($('image'), { duration:.5, from:1.0, to:0,
			 afterFinish: function(){
			 	$('image').writeAttribute('src',url).setOpacity(1).observe('click',function(e){
				 	Event.stop(e);
			 		popWin(gallery, 'gallery', 'width=300,height=300,left=50,top=50,location=no,status=yes,scrollbars=yes,resizable=yes');
			 		return false;
				 })
			 	dummy.remove();
			 	slide.loading = false;
			 }
		});
	});

	$('slide-loader').setStyle({'visibility':'visible'});
	loader.src=url;
	slide.loading = true;
return false;
}
&lt;/script&gt;

&lt;p class=&quot;product-image-zoom&quot;&gt;
	&lt;?php
		$_img = '&lt;a href=&quot;'.$this-&gt;helper('catalog/image')-&gt;init($_product, 'image').'&quot; class=&quot;jqzoom&quot; title=&quot;Magnified Image&quot;&gt;&lt;img id=&quot;image&quot; src=&quot;'.$this-&gt;helper('catalog/image')-&gt;init($_product, 'image')-&gt;resize($_resizew,$_resizeh).'&quot; alt=&quot;'.$this-&gt;htmlEscape($this-&gt;getImageLabel()).'&quot; title=&quot;'.$this-&gt;htmlEscape($this-&gt;getImageLabel()).'&quot; onclick=&quot;popWin(\''.$this-&gt;getGalleryUrl().'.\', \'gallery\', \'width=300,height=300,left=50,top=50,location=no,status=yes,scrollbars=yes,resizable=yes\'); return false;&quot; /&gt;&lt;/a&gt;';
        echo $_helper-&gt;productAttribute($_product, $_img, 'image')
    ?&gt;
    &lt;img id=&quot;slide-loader&quot; src=&quot;&lt;?php echo $this-&gt;getSkinUrl('images/opc-ajax-loader.gif') ?&gt;&quot; /&gt;
&lt;/p&gt;

&lt;p class=&quot;a-center&quot; id=&quot;track_hint&quot;&gt;&lt;?php echo $this-&gt;__('Hover with mouse to zoom') ?&gt;&lt;/p&gt;

&lt;?php if (count($_gallery) &gt; 0): ?&gt;
&lt;div class=&quot;more-views&quot;&gt;
    &lt;h4&gt;&lt;?php echo $this-&gt;__('More Views') ?&gt;&lt;/h4&gt;
    &lt;ul&gt;
    &lt;?php foreach ($_gallery as $_image): ?&gt;
        &lt;li&gt;
            &lt;a href=&quot;&lt;?php echo $this-&gt;helper('catalog/image')-&gt;init($this-&gt;getProduct(), 'image', $_image-&gt;getFile()); ?&gt;&quot; onclick=&quot;slide('&lt;?php echo $this-&gt;helper('catalog/image')-&gt;init($this-&gt;getProduct(), 'image', $_image-&gt;getFile())-&gt;keepFrame(false)-&gt;resize($_resize) ?&gt;',&lt;?php echo ($s = isset($s) ? ++$s : 0) ?&gt;,'&lt;?php echo $this-&gt;getGalleryUrl($_image) ?&gt;'); return false;&quot;&gt;&lt;img src=&quot;&lt;?php echo $this-&gt;helper('catalog/image')-&gt;init($this-&gt;getProduct(), 'thumbnail', $_image-&gt;getFile())-&gt;keepFrame(false)-&gt;resize(56); ?&gt;&quot; alt=&quot;&lt;?php echo $this-&gt;htmlEscape($_image-&gt;getLabel()) ?&gt;&quot; title=&quot;&lt;?php echo $this-&gt;htmlEscape($_image-&gt;getLabel()) ?&gt;&quot; /&gt;&lt;/a&gt;
        &lt;/li&gt;
    &lt;?php endforeach; ?&gt;
    &lt;/ul&gt;
&lt;/div&gt;
&lt;?php endif; ?&gt;
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shehzad</title>
		<link>http://inchoo.net/ecommerce/magento/magento-product-images-switcher/comment-page-1/#comment-27693</link>
		<dc:creator>Shehzad</dc:creator>
		<pubDate>Wed, 21 Mar 2012 09:58:58 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=2329#comment-27693</guid>
		<description>hi, i am in search of a zoom feature in magento product pages justlike cloudzoom , but cannot seem to get it working   i just found this site on magento that uses the zoom feature that i would like to integated on to my magento website http://www.fabulloso.com/apparel/men/shirts/chamra-shirt-white.html 
please help .</description>
		<content:encoded><![CDATA[<p>hi, i am in search of a zoom feature in magento product pages justlike cloudzoom , but cannot seem to get it working   i just found this site on magento that uses the zoom feature that i would like to integated on to my magento website <a href="http://www.fabulloso.com/apparel/men/shirts/chamra-shirt-white.html" rel="nofollow">http://www.fabulloso.com/apparel/men/shirts/chamra-shirt-white.html</a><br />
please help .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://inchoo.net/ecommerce/magento/magento-product-images-switcher/comment-page-1/#comment-27680</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Tue, 20 Mar 2012 15:34:35 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=2329#comment-27680</guid>
		<description>This is working great even in latest v1.6.2, I just need to make two mods and it would be perfect;

1) How can I disable the pop up window on main image double click.

2) Show image titles of thumbnails loaded to main image.

Thanks in advance if anybody can help!!</description>
		<content:encoded><![CDATA[<p>This is working great even in latest v1.6.2, I just need to make two mods and it would be perfect;</p>
<p>1) How can I disable the pop up window on main image double click.</p>
<p>2) Show image titles of thumbnails loaded to main image.</p>
<p>Thanks in advance if anybody can help!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sebas</title>
		<link>http://inchoo.net/ecommerce/magento/magento-product-images-switcher/comment-page-1/#comment-26638</link>
		<dc:creator>Sebas</dc:creator>
		<pubDate>Thu, 23 Feb 2012 14:45:10 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=2329#comment-26638</guid>
		<description>You are agenius! 

Tt works fine in MAgento 1.6 ! 
Thanks</description>
		<content:encoded><![CDATA[<p>You are agenius! </p>
<p>Tt works fine in MAgento 1.6 !<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: site web</title>
		<link>http://inchoo.net/ecommerce/magento/magento-product-images-switcher/comment-page-1/#comment-25162</link>
		<dc:creator>site web</dc:creator>
		<pubDate>Sun, 01 Jan 2012 19:32:28 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=2329#comment-25162</guid>
		<description>very nice work!
Thanks</description>
		<content:encoded><![CDATA[<p>very nice work!<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darpan</title>
		<link>http://inchoo.net/ecommerce/magento/magento-product-images-switcher/comment-page-1/#comment-23568</link>
		<dc:creator>Darpan</dc:creator>
		<pubDate>Thu, 10 Nov 2011 11:18:23 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=2329#comment-23568</guid>
		<description>Wow Great

You are genies,

Thank you so much.</description>
		<content:encoded><![CDATA[<p>Wow Great</p>
<p>You are genies,</p>
<p>Thank you so much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Miron</title>
		<link>http://inchoo.net/ecommerce/magento/magento-product-images-switcher/comment-page-1/#comment-22292</link>
		<dc:creator>Miron</dc:creator>
		<pubDate>Thu, 11 Aug 2011 17:33:13 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=2329#comment-22292</guid>
		<description>Thanks a lot for this! You&#039;re blog is such a great resource.</description>
		<content:encoded><![CDATA[<p>Thanks a lot for this! You&#8217;re blog is such a great resource.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shawn</title>
		<link>http://inchoo.net/ecommerce/magento/magento-product-images-switcher/comment-page-1/#comment-21640</link>
		<dc:creator>shawn</dc:creator>
		<pubDate>Wed, 22 Jun 2011 00:15:40 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=2329#comment-21640</guid>
		<description>this is great! thanks for sharing.</description>
		<content:encoded><![CDATA[<p>this is great! thanks for sharing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nico</title>
		<link>http://inchoo.net/ecommerce/magento/magento-product-images-switcher/comment-page-1/#comment-20420</link>
		<dc:creator>nico</dc:creator>
		<pubDate>Fri, 15 Apr 2011 16:08:05 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=2329#comment-20420</guid>
		<description>Cool effect!

But is it somehow possible to open the main image as lightbox. (I managed it to open in it lightbox but the lightbox always starst with the first image)</description>
		<content:encoded><![CDATA[<p>Cool effect!</p>
<p>But is it somehow possible to open the main image as lightbox. (I managed it to open in it lightbox but the lightbox always starst with the first image)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gfxguru</title>
		<link>http://inchoo.net/ecommerce/magento/magento-product-images-switcher/comment-page-1/#comment-20253</link>
		<dc:creator>gfxguru</dc:creator>
		<pubDate>Mon, 04 Apr 2011 09:40:52 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=2329#comment-20253</guid>
		<description>actually the zip file appears to be corrupt.. any chance in getting another or is it my zip utility...</description>
		<content:encoded><![CDATA[<p>actually the zip file appears to be corrupt.. any chance in getting another or is it my zip utility&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neil</title>
		<link>http://inchoo.net/ecommerce/magento/magento-product-images-switcher/comment-page-1/#comment-20233</link>
		<dc:creator>Neil</dc:creator>
		<pubDate>Sat, 02 Apr 2011 07:29:47 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=2329#comment-20233</guid>
		<description>The method for default zoom does not seem to work,where is the javascript for the zoom ?</description>
		<content:encoded><![CDATA[<p>The method for default zoom does not seem to work,where is the javascript for the zoom ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ragesh</title>
		<link>http://inchoo.net/ecommerce/magento/magento-product-images-switcher/comment-page-1/#comment-20151</link>
		<dc:creator>Ragesh</dc:creator>
		<pubDate>Tue, 29 Mar 2011 15:38:22 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=2329#comment-20151</guid>
		<description>does it work like flip book? 
I want something like flipping book on flash, but it cost much</description>
		<content:encoded><![CDATA[<p>does it work like flip book?<br />
I want something like flipping book on flash, but it cost much</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: christian</title>
		<link>http://inchoo.net/ecommerce/magento/magento-product-images-switcher/comment-page-1/#comment-19225</link>
		<dc:creator>christian</dc:creator>
		<pubDate>Sat, 05 Feb 2011 10:13:05 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=2329#comment-19225</guid>
		<description>I&#039;m using this one but I want to extend the functionality by changing the javscript popup with a ligthbox.. Can&#039;t get it working.. Any guidance would be much appreciated..</description>
		<content:encoded><![CDATA[<p>I&#8217;m using this one but I want to extend the functionality by changing the javscript popup with a ligthbox.. Can&#8217;t get it working.. Any guidance would be much appreciated..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vipinss316</title>
		<link>http://inchoo.net/ecommerce/magento/magento-product-images-switcher/comment-page-1/#comment-14559</link>
		<dc:creator>vipinss316</dc:creator>
		<pubDate>Thu, 30 Dec 2010 15:27:44 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=2329#comment-14559</guid>
		<description>Thanx a lot... thnx a lot</description>
		<content:encoded><![CDATA[<p>Thanx a lot&#8230; thnx a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yuriy</title>
		<link>http://inchoo.net/ecommerce/magento/magento-product-images-switcher/comment-page-1/#comment-9550</link>
		<dc:creator>yuriy</dc:creator>
		<pubDate>Tue, 30 Nov 2010 16:36:46 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=2329#comment-9550</guid>
		<description>Do not work with any IE for me. Can anywone help?</description>
		<content:encoded><![CDATA[<p>Do not work with any IE for me. Can anywone help?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: varyd</title>
		<link>http://inchoo.net/ecommerce/magento/magento-product-images-switcher/comment-page-1/#comment-9433</link>
		<dc:creator>varyd</dc:creator>
		<pubDate>Wed, 24 Nov 2010 16:59:39 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=2329#comment-9433</guid>
		<description>Just tested it, find the main image losted in the image window popup, good extension, but need update. thanks.</description>
		<content:encoded><![CDATA[<p>Just tested it, find the main image losted in the image window popup, good extension, but need update. thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: varyd</title>
		<link>http://inchoo.net/ecommerce/magento/magento-product-images-switcher/comment-page-1/#comment-9432</link>
		<dc:creator>varyd</dc:creator>
		<pubDate>Wed, 24 Nov 2010 16:39:14 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=2329#comment-9432</guid>
		<description>Can this extension be use in version1.4 of magento? Expression method of image url is not like as before, now is double brackets.</description>
		<content:encoded><![CDATA[<p>Can this extension be use in version1.4 of magento? Expression method of image url is not like as before, now is double brackets.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

