<?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: Import Multiple Images or Remove Images durring Batch Import</title>
	<atom:link href="http://www.sharpdotinc.com/mdost/2010/03/02/magento-import-multiple-images-or-remove-images-durring-batch-import/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sharpdotinc.com/mdost/2010/03/02/magento-import-multiple-images-or-remove-images-durring-batch-import/</link>
	<description>Just another Sharpdot weblog</description>
	<lastBuildDate>Sun, 05 Sep 2010 18:29:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: eropatra</title>
		<link>http://www.sharpdotinc.com/mdost/2010/03/02/magento-import-multiple-images-or-remove-images-durring-batch-import/comment-page-1/#comment-495</link>
		<dc:creator>eropatra</dc:creator>
		<pubDate>Thu, 19 Aug 2010 07:58:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.sharpdotinc.com/mdost/?p=179#comment-495</guid>
		<description>Thanks!!! very good!!!!!</description>
		<content:encoded><![CDATA[<p>Thanks!!! very good!!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.sharpdotinc.com/mdost/2010/03/02/magento-import-multiple-images-or-remove-images-durring-batch-import/comment-page-1/#comment-476</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Thu, 15 Jul 2010 02:57:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.sharpdotinc.com/mdost/?p=179#comment-476</guid>
		<description>I just wanted to follow up a bit from my first post.  Here is my first post:

&lt;blockquote&gt;I am getting this error in Magento 1.4.0.1

Warning: Invalid argument supplied for foreach() in /home/folder/public_html/app/code/core/Mage/Catalog/Model/Convert/Adapter/Product.php on line 694

line 694 is in the Remove Image section:
foreach($galleryData[&#039;images&#039;] as $image){ &lt;/blockquote&gt;

Well I found out that you cannot have the &quot;remove_all_images&quot; column in your first import, you must have images for your products first.

Also, I found that instead of editing the core file, it is a lot safer to go ahead and make a local file ( /public_html/app/code/local/Mage/Catalog/Model/Convert/Adapter/Product.php)Then if it doesn&#039;t work just delete it.

Thanks again Mike...I seemed to have ironed out all my problems.

Chris</description>
		<content:encoded><![CDATA[<p>I just wanted to follow up a bit from my first post.  Here is my first post:</p>
<blockquote><p>I am getting this error in Magento 1.4.0.1</p>
<p>Warning: Invalid argument supplied for foreach() in /home/folder/public_html/app/code/core/Mage/Catalog/Model/Convert/Adapter/Product.php on line 694</p>
<p>line 694 is in the Remove Image section:<br />
foreach($galleryData['images'] as $image){ </p></blockquote>
<p>Well I found out that you cannot have the &#8220;remove_all_images&#8221; column in your first import, you must have images for your products first.</p>
<p>Also, I found that instead of editing the core file, it is a lot safer to go ahead and make a local file ( /public_html/app/code/local/Mage/Catalog/Model/Convert/Adapter/Product.php)Then if it doesn&#8217;t work just delete it.</p>
<p>Thanks again Mike&#8230;I seemed to have ironed out all my problems.</p>
<p>Chris</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike D</title>
		<link>http://www.sharpdotinc.com/mdost/2010/03/02/magento-import-multiple-images-or-remove-images-durring-batch-import/comment-page-1/#comment-475</link>
		<dc:creator>Mike D</dc:creator>
		<pubDate>Wed, 14 Jul 2010 11:50:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.sharpdotinc.com/mdost/?p=179#comment-475</guid>
		<description>I am not sure.I have never tried it. I would assume that if the feed has all the required data and you had the attributes and attribute set already set up you could.</description>
		<content:encoded><![CDATA[<p>I am not sure.I have never tried it. I would assume that if the feed has all the required data and you had the attributes and attribute set already set up you could.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Muzafar</title>
		<link>http://www.sharpdotinc.com/mdost/2010/03/02/magento-import-multiple-images-or-remove-images-durring-batch-import/comment-page-1/#comment-474</link>
		<dc:creator>Muzafar</dc:creator>
		<pubDate>Wed, 14 Jul 2010 07:16:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.sharpdotinc.com/mdost/?p=179#comment-474</guid>
		<description>hi,

can i import product from RSS FEED of other websites ..?</description>
		<content:encoded><![CDATA[<p>hi,</p>
<p>can i import product from RSS FEED of other websites ..?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike D</title>
		<link>http://www.sharpdotinc.com/mdost/2010/03/02/magento-import-multiple-images-or-remove-images-durring-batch-import/comment-page-1/#comment-473</link>
		<dc:creator>Mike D</dc:creator>
		<pubDate>Tue, 13 Jul 2010 06:02:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.sharpdotinc.com/mdost/?p=179#comment-473</guid>
		<description>@Laura: 
RE - Mage_Catalog_Model_Convert_Adapter_Product::$_inventorySimpleFields:
1. Did you edit the core file or override the core file?
2. What version are you using?
3. Does the 
3. Please post a line or two above and below the line the error was on.

RE - Parse error: syntax error, unexpected T_IF, expecting T_FUNCTION:
This sounds like your braces are not closed right. Check your code.</description>
		<content:encoded><![CDATA[<p>@Laura:<br />
RE &#8211; Mage_Catalog_Model_Convert_Adapter_Product::$_inventorySimpleFields:<br />
1. Did you edit the core file or override the core file?<br />
2. What version are you using?<br />
3. Does the<br />
3. Please post a line or two above and below the line the error was on.</p>
<p>RE &#8211; Parse error: syntax error, unexpected T_IF, expecting T_FUNCTION:<br />
This sounds like your braces are not closed right. Check your code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Laura</title>
		<link>http://www.sharpdotinc.com/mdost/2010/03/02/magento-import-multiple-images-or-remove-images-durring-batch-import/comment-page-1/#comment-469</link>
		<dc:creator>Laura</dc:creator>
		<pubDate>Thu, 08 Jul 2010 16:23:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.sharpdotinc.com/mdost/?p=179#comment-469</guid>
		<description>Also, if i let the import run with the notice, I get this at the very end about 10 times:

 &lt;b&gt;Parse error&lt;/b&gt;: syntax error, unexpected T_IF, expecting T_FUNCTION in &lt;b&gt;/home/wwwfore7/public_html/friend/app/code/core/Mage/Catalog/Model/Convert/Adapter/Product.php&lt;/b&gt;  on line &lt;b&gt;664&lt;/b&gt;</description>
		<content:encoded><![CDATA[<p>Also, if i let the import run with the notice, I get this at the very end about 10 times:</p>
<p> <b>Parse error</b>: syntax error, unexpected T_IF, expecting T_FUNCTION in <b>/home/wwwfore7/public_html/friend/app/code/core/Mage/Catalog/Model/Convert/Adapter/Product.php</b>  on line <b>664</b></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Laura</title>
		<link>http://www.sharpdotinc.com/mdost/2010/03/02/magento-import-multiple-images-or-remove-images-durring-batch-import/comment-page-1/#comment-468</link>
		<dc:creator>Laura</dc:creator>
		<pubDate>Thu, 08 Jul 2010 15:47:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.sharpdotinc.com/mdost/?p=179#comment-468</guid>
		<description>Hello, 

I am very excited about this code, but when I perform the import I am getting this error:

Notice: Undefined property: Mage_Catalog_Model_Convert_Adapter_Product::$_inventorySimpleFields in /home/wwwfore7/public_html/friend/app/code/core/Mage/Catalog/Model/Convert/Adapter/Product.php on line 616

Any ideas?

Thanks again.</description>
		<content:encoded><![CDATA[<p>Hello, </p>
<p>I am very excited about this code, but when I perform the import I am getting this error:</p>
<p>Notice: Undefined property: Mage_Catalog_Model_Convert_Adapter_Product::$_inventorySimpleFields in /home/wwwfore7/public_html/friend/app/code/core/Mage/Catalog/Model/Convert/Adapter/Product.php on line 616</p>
<p>Any ideas?</p>
<p>Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike D</title>
		<link>http://www.sharpdotinc.com/mdost/2010/03/02/magento-import-multiple-images-or-remove-images-durring-batch-import/comment-page-1/#comment-464</link>
		<dc:creator>Mike D</dc:creator>
		<pubDate>Mon, 05 Jul 2010 01:38:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.sharpdotinc.com/mdost/?p=179#comment-464</guid>
		<description>The only thing I can think of is that you need to re-index everything, then try again.</description>
		<content:encoded><![CDATA[<p>The only thing I can think of is that you need to re-index everything, then try again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RI GUCCI</title>
		<link>http://www.sharpdotinc.com/mdost/2010/03/02/magento-import-multiple-images-or-remove-images-durring-batch-import/comment-page-1/#comment-463</link>
		<dc:creator>RI GUCCI</dc:creator>
		<pubDate>Mon, 05 Jul 2010 01:28:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.sharpdotinc.com/mdost/?p=179#comment-463</guid>
		<description>I am use 1.4.1.0 now,
when i upload batch as before 1.4.0.1, 
it is show error now:
---------------------------------
Starting profile execution, please wait...
Warning: Please do not close the window during importing/exporting data
Starting Mage_Dataflow_Model_Convert_Parser_Csv :: parse
Method &quot;parse&quot; not defined in adapter catalog/convert_adapter_product.
Please wait while the indexes are being refreshed.
Finished profile execution.
---------------------------------
Any good idea?</description>
		<content:encoded><![CDATA[<p>I am use 1.4.1.0 now,<br />
when i upload batch as before 1.4.0.1,<br />
it is show error now:<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
Starting profile execution, please wait&#8230;<br />
Warning: Please do not close the window during importing/exporting data<br />
Starting Mage_Dataflow_Model_Convert_Parser_Csv :: parse<br />
Method &#8220;parse&#8221; not defined in adapter catalog/convert_adapter_product.<br />
Please wait while the indexes are being refreshed.<br />
Finished profile execution.<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
Any good idea?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike D</title>
		<link>http://www.sharpdotinc.com/mdost/2010/03/02/magento-import-multiple-images-or-remove-images-durring-batch-import/comment-page-1/#comment-461</link>
		<dc:creator>Mike D</dc:creator>
		<pubDate>Wed, 30 Jun 2010 17:44:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.sharpdotinc.com/mdost/?p=179#comment-461</guid>
		<description>@Qasim - Hey It has been a while since I have used this script. In the cvs file you should have images in each column that you want to set(ex: image, thumbnail, ...). 

Create a product using Magento with images then export this product(this will give you a base csv file to work with) and make sure that your fields are named the same when importing.

I have not tested this in Newer versions of Magento, but I don&#039;t see why any thing related to this would have changed.</description>
		<content:encoded><![CDATA[<p>@Qasim &#8211; Hey It has been a while since I have used this script. In the cvs file you should have images in each column that you want to set(ex: image, thumbnail, &#8230;). </p>
<p>Create a product using Magento with images then export this product(this will give you a base csv file to work with) and make sure that your fields are named the same when importing.</p>
<p>I have not tested this in Newer versions of Magento, but I don&#8217;t see why any thing related to this would have changed.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
