<?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: How to import additional images for products</title>
	<atom:link href="http://inchoo.net/ecommerce/magento/magento-how-to-import-additional-images-for-products/feed/" rel="self" type="application/rss+xml" />
	<link>http://inchoo.net/ecommerce/magento/magento-how-to-import-additional-images-for-products/</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: pis</title>
		<link>http://inchoo.net/ecommerce/magento/magento-how-to-import-additional-images-for-products/comment-page-1/#comment-27880</link>
		<dc:creator>pis</dc:creator>
		<pubDate>Wed, 28 Mar 2012 09:39:09 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=3364#comment-27880</guid>
		<description>can we import images with image sort order?it&#039;s very important for me.

Is there any way we can achieved this goal....?</description>
		<content:encoded><![CDATA[<p>can we import images with image sort order?it&#8217;s very important for me.</p>
<p>Is there any way we can achieved this goal&#8230;.?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dgento</title>
		<link>http://inchoo.net/ecommerce/magento/magento-how-to-import-additional-images-for-products/comment-page-1/#comment-9551</link>
		<dc:creator>dgento</dc:creator>
		<pubDate>Tue, 30 Nov 2010 16:40:04 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=3364#comment-9551</guid>
		<description>Hi,

I have a problem that after import, images are saved into their respective location and record is also saved to database (image gallery). But those i mages are not visible into admin-&gt; manage product detail...

Can you suggest me what should i do</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I have a problem that after import, images are saved into their respective location and record is also saved to database (image gallery). But those i mages are not visible into admin-&gt; manage product detail&#8230;</p>
<p>Can you suggest me what should i do</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Day</title>
		<link>http://inchoo.net/ecommerce/magento/magento-how-to-import-additional-images-for-products/comment-page-1/#comment-7060</link>
		<dc:creator>Jonathan Day</dc:creator>
		<pubDate>Fri, 14 May 2010 07:40:54 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=3364#comment-7060</guid>
		<description>By the way, I did eventually get this working, but by a manual work-around.  For some reason the Inchoo_Import product adapter (and also the Mage_Core) doesn&#039;t recognize any non-standard image fields (other than base, thumb, small) and add them into $this-&gt;_imageFields.  

So it imports the text of the image path into the cat_prod_entity_varchar tables with the correct EAV attributes, but (a) doesn&#039;t copy the images files into /media/catalog/product and (b) doesn&#039;t set the images in the Gallery. 

The work-arounds were to add an entry into cat_prod_entity_media_gallery for each image with an attribute_id = 73 (&quot;media_gallery&quot;) and the relevant entity_id.  Then manually copy the image files into /media/catalog/product/X/Y where X and Y are the first two letters of the file name. 

This was really important for me as the site has an image-based nav (don&#039;t ask - designers!!!) so now the content admins can upload new nav images without needing developer.  

Hope this helps someone!</description>
		<content:encoded><![CDATA[<p>By the way, I did eventually get this working, but by a manual work-around.  For some reason the Inchoo_Import product adapter (and also the Mage_Core) doesn&#8217;t recognize any non-standard image fields (other than base, thumb, small) and add them into $this-&gt;_imageFields.  </p>
<p>So it imports the text of the image path into the cat_prod_entity_varchar tables with the correct EAV attributes, but (a) doesn&#8217;t copy the images files into /media/catalog/product and (b) doesn&#8217;t set the images in the Gallery. </p>
<p>The work-arounds were to add an entry into cat_prod_entity_media_gallery for each image with an attribute_id = 73 (&#8220;media_gallery&#8221;) and the relevant entity_id.  Then manually copy the image files into /media/catalog/product/X/Y where X and Y are the first two letters of the file name. </p>
<p>This was really important for me as the site has an image-based nav (don&#8217;t ask &#8211; designers!!!) so now the content admins can upload new nav images without needing developer.  </p>
<p>Hope this helps someone!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Day</title>
		<link>http://inchoo.net/ecommerce/magento/magento-how-to-import-additional-images-for-products/comment-page-1/#comment-6994</link>
		<dc:creator>Jonathan Day</dc:creator>
		<pubDate>Thu, 06 May 2010 07:19:59 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=3364#comment-6994</guid>
		<description>Thanks for this.  I&#039;m trying to do an import for images that have a specific attribute (ie I want image attributes in addition to base, thumb and small).  I&#039;ve added the new Media Image attribute and saved it in the default attribute set.  The new attribute appears in the admin interface and I can manually upload images and select the radio button for my new attribute. 

When I run an import, it correctly updates the eav model with the path to the file, but it doesn&#039;t appear in the Image Gallery on the product&#039;s admin view, and using the $product-&gt;getDefaultNavImage() (the correct getter) doesn&#039;t work.  Does that make sense?  Any ideas on how to fix? 

Thanks,
Jonathan</description>
		<content:encoded><![CDATA[<p>Thanks for this.  I&#8217;m trying to do an import for images that have a specific attribute (ie I want image attributes in addition to base, thumb and small).  I&#8217;ve added the new Media Image attribute and saved it in the default attribute set.  The new attribute appears in the admin interface and I can manually upload images and select the radio button for my new attribute. </p>
<p>When I run an import, it correctly updates the eav model with the path to the file, but it doesn&#8217;t appear in the Image Gallery on the product&#8217;s admin view, and using the $product-&gt;getDefaultNavImage() (the correct getter) doesn&#8217;t work.  Does that make sense?  Any ideas on how to fix? </p>
<p>Thanks,<br />
Jonathan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Avi Shefi</title>
		<link>http://inchoo.net/ecommerce/magento/magento-how-to-import-additional-images-for-products/comment-page-1/#comment-4675</link>
		<dc:creator>Avi Shefi</dc:creator>
		<pubDate>Mon, 07 Dec 2009 11:41:50 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=3364#comment-4675</guid>
		<description>Looks like this has already been posted here: http://devzone.pratthost.com/2009/10/09/magento-import-multiple-images-for-products-module/

Apart from that, Magento supports an already-built feature for importing product images. There&#039;s a field named &quot;gallery&quot;, which accepts image names separated with commas, and can be used with the import process.
All that is required is adding the last few lines that appear in this post, so that it pull the images gallery information from this pre-built column.

The &quot;gallery&quot; column appears to be a Magento DataFlow feature which was already coded, but not completed (open source, go figure).</description>
		<content:encoded><![CDATA[<p>Looks like this has already been posted here: <a href="http://devzone.pratthost.com/2009/10/09/magento-import-multiple-images-for-products-module/" rel="nofollow">http://devzone.pratthost.com/2009/10/09/magento-import-multiple-images-for-products-module/</a></p>
<p>Apart from that, Magento supports an already-built feature for importing product images. There&#8217;s a field named &#8220;gallery&#8221;, which accepts image names separated with commas, and can be used with the import process.<br />
All that is required is adding the last few lines that appear in this post, so that it pull the images gallery information from this pre-built column.</p>
<p>The &#8220;gallery&#8221; column appears to be a Magento DataFlow feature which was already coded, but not completed (open source, go figure).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Domagoj Potkoc</title>
		<link>http://inchoo.net/ecommerce/magento/magento-how-to-import-additional-images-for-products/comment-page-1/#comment-4648</link>
		<dc:creator>Domagoj Potkoc</dc:creator>
		<pubDate>Mon, 07 Dec 2009 07:51:19 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=3364#comment-4648</guid>
		<description>The first snippet of code is only  example, ignore it.</description>
		<content:encoded><![CDATA[<p>The first snippet of code is only  example, ignore it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephan Miller</title>
		<link>http://inchoo.net/ecommerce/magento/magento-how-to-import-additional-images-for-products/comment-page-1/#comment-4418</link>
		<dc:creator>Stephan Miller</dc:creator>
		<pubDate>Sat, 05 Dec 2009 22:08:37 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=3364#comment-4418</guid>
		<description>I am not sure what you are doing at step 3 with the first snippet of code. Where is this edit located?</description>
		<content:encoded><![CDATA[<p>I am not sure what you are doing at step 3 with the first snippet of code. Where is this edit located?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

