<?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 Mass Import and Export of Product Unit Price and Tier Price Changes	</title>
	<atom:link href="https://blog.gaiterjones.com/magento-mass-import-and-export-of-product-unit-price-and-tier-price-changes/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.gaiterjones.com/magento-mass-import-and-export-of-product-unit-price-and-tier-price-changes/</link>
	<description>gaiterjones</description>
	<lastBuildDate>Thu, 03 Jul 2014 09:11:37 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.4.3</generator>
	<item>
		<title>
		By: PAJ		</title>
		<link>https://blog.gaiterjones.com/magento-mass-import-and-export-of-product-unit-price-and-tier-price-changes/#comment-78897</link>

		<dc:creator><![CDATA[PAJ]]></dc:creator>
		<pubDate>Thu, 03 Jul 2014 09:11:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gaiterjones.com/?p=704#comment-78897</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://blog.gaiterjones.com/magento-mass-import-and-export-of-product-unit-price-and-tier-price-changes/#comment-78882&quot;&gt;Elvin&lt;/a&gt;.

Hello,

The error you are seeing is caused by the PHP script running longer than the maximum allowed time in your default host PHP settings. You can try and change this by adding the following to the export php script

set_time_limit (600);

Or you can change your default php settings to allow for a longer execution time. If you Google &#039;php maximum execution&#039; you will find all the answers to resoving this issue.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://blog.gaiterjones.com/magento-mass-import-and-export-of-product-unit-price-and-tier-price-changes/#comment-78882">Elvin</a>.</p>
<p>Hello,</p>
<p>The error you are seeing is caused by the PHP script running longer than the maximum allowed time in your default host PHP settings. You can try and change this by adding the following to the export php script</p>
<p>set_time_limit (600);</p>
<p>Or you can change your default php settings to allow for a longer execution time. If you Google &#8216;php maximum execution&#8217; you will find all the answers to resoving this issue.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Elvin		</title>
		<link>https://blog.gaiterjones.com/magento-mass-import-and-export-of-product-unit-price-and-tier-price-changes/#comment-78882</link>

		<dc:creator><![CDATA[Elvin]]></dc:creator>
		<pubDate>Thu, 03 Jul 2014 06:09:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gaiterjones.com/?p=704#comment-78882</guid>

					<description><![CDATA[Hello PAJ

I have used this code, I really appreciate your work. Sorry to say but I am facing one issue, I have placed the script &quot;exportAllPricesHTML.php&quot; to myexport folder and when I access that through url I am able to get an csv file called &quot;exportMyTierPrices(2).csv&quot; Now  the issue is like when I open this file I am able to get 2 products sku and tier price but suddenly then an error occurs like this 
&lt;b&gt;Fatal error&lt;/b&gt;:  Maximum execution time of 30 seconds exceeded in &lt;b&gt;/home/whole/public_html/lib/Zend/Db/Select.php&lt;/b&gt; on line &lt;b&gt;1179&lt;/b&gt;
Can you please let me know what is the issue at the earliest please

Thanks
Regards
Elvin M. Mclean]]></description>
			<content:encoded><![CDATA[<p>Hello PAJ</p>
<p>I have used this code, I really appreciate your work. Sorry to say but I am facing one issue, I have placed the script &#8220;exportAllPricesHTML.php&#8221; to myexport folder and when I access that through url I am able to get an csv file called &#8220;exportMyTierPrices(2).csv&#8221; Now  the issue is like when I open this file I am able to get 2 products sku and tier price but suddenly then an error occurs like this<br />
<b>Fatal error</b>:  Maximum execution time of 30 seconds exceeded in <b>/home/whole/public_html/lib/Zend/Db/Select.php</b> on line <b>1179</b><br />
Can you please let me know what is the issue at the earliest please</p>
<p>Thanks<br />
Regards<br />
Elvin M. Mclean</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Winnie		</title>
		<link>https://blog.gaiterjones.com/magento-mass-import-and-export-of-product-unit-price-and-tier-price-changes/#comment-49727</link>

		<dc:creator><![CDATA[Winnie]]></dc:creator>
		<pubDate>Sun, 07 Apr 2013 16:40:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gaiterjones.com/?p=704#comment-49727</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://blog.gaiterjones.com/magento-mass-import-and-export-of-product-unit-price-and-tier-price-changes/#comment-49363&quot;&gt;PAJ&lt;/a&gt;.

When I export, the csv file is cut off and missing around 200 or more products, is this normal?

Thank you]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://blog.gaiterjones.com/magento-mass-import-and-export-of-product-unit-price-and-tier-price-changes/#comment-49363">PAJ</a>.</p>
<p>When I export, the csv file is cut off and missing around 200 or more products, is this normal?</p>
<p>Thank you</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: PAJ		</title>
		<link>https://blog.gaiterjones.com/magento-mass-import-and-export-of-product-unit-price-and-tier-price-changes/#comment-49415</link>

		<dc:creator><![CDATA[PAJ]]></dc:creator>
		<pubDate>Mon, 04 Mar 2013 10:34:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gaiterjones.com/?p=704#comment-49415</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://blog.gaiterjones.com/magento-mass-import-and-export-of-product-unit-price-and-tier-price-changes/#comment-49409&quot;&gt;Winnie&lt;/a&gt;.

Create a new .csv file in a text editor. It needs to look something like this

&lt;code&gt;sku,price,special_price,tier_price:_all_,special_from_date,special_to_date
SKU1,9.99,6.99,5:5.99;10:4.99,2013-03-01,2013-03-31
SKU2,99.99,49.99,5:39.99;10:29.99,2013-03-01,2013-03-31&lt;/code&gt;

This is two products with special prices (and tier prices) for March. If you don&#039;t need to change the tier take that part out. Hope that helps.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://blog.gaiterjones.com/magento-mass-import-and-export-of-product-unit-price-and-tier-price-changes/#comment-49409">Winnie</a>.</p>
<p>Create a new .csv file in a text editor. It needs to look something like this</p>
<p><code>sku,price,special_price,tier_price:_all_,special_from_date,special_to_date<br />
SKU1,9.99,6.99,5:5.99;10:4.99,2013-03-01,2013-03-31<br />
SKU2,99.99,49.99,5:39.99;10:29.99,2013-03-01,2013-03-31</code></p>
<p>This is two products with special prices (and tier prices) for March. If you don&#8217;t need to change the tier take that part out. Hope that helps.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Winnie		</title>
		<link>https://blog.gaiterjones.com/magento-mass-import-and-export-of-product-unit-price-and-tier-price-changes/#comment-49409</link>

		<dc:creator><![CDATA[Winnie]]></dc:creator>
		<pubDate>Sun, 03 Mar 2013 22:40:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gaiterjones.com/?p=704#comment-49409</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://blog.gaiterjones.com/magento-mass-import-and-export-of-product-unit-price-and-tier-price-changes/#comment-49363&quot;&gt;PAJ&lt;/a&gt;.

Hello, I got to the point on how to upload magmi into root folder and such. But however a bit lost on how should I export  the csv file into magmi. And what should I include in CSV file to edit fields of special price, Special Price From Date, and Special Price To Date.  I have already exported a csv file from your script which contains the sku and price. 

Thank you so much!]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://blog.gaiterjones.com/magento-mass-import-and-export-of-product-unit-price-and-tier-price-changes/#comment-49363">PAJ</a>.</p>
<p>Hello, I got to the point on how to upload magmi into root folder and such. But however a bit lost on how should I export  the csv file into magmi. And what should I include in CSV file to edit fields of special price, Special Price From Date, and Special Price To Date.  I have already exported a csv file from your script which contains the sku and price. </p>
<p>Thank you so much!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: PAJ		</title>
		<link>https://blog.gaiterjones.com/magento-mass-import-and-export-of-product-unit-price-and-tier-price-changes/#comment-49364</link>

		<dc:creator><![CDATA[PAJ]]></dc:creator>
		<pubDate>Tue, 26 Feb 2013 15:58:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gaiterjones.com/?p=704#comment-49364</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://blog.gaiterjones.com/magento-mass-import-and-export-of-product-unit-price-and-tier-price-changes/#comment-49361&quot;&gt;Peter&lt;/a&gt;.

You dont need to be a developer to use MAGMI, save yourself 80 bucks.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://blog.gaiterjones.com/magento-mass-import-and-export-of-product-unit-price-and-tier-price-changes/#comment-49361">Peter</a>.</p>
<p>You dont need to be a developer to use MAGMI, save yourself 80 bucks.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: PAJ		</title>
		<link>https://blog.gaiterjones.com/magento-mass-import-and-export-of-product-unit-price-and-tier-price-changes/#comment-49363</link>

		<dc:creator><![CDATA[PAJ]]></dc:creator>
		<pubDate>Tue, 26 Feb 2013 15:57:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gaiterjones.com/?p=704#comment-49363</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://blog.gaiterjones.com/magento-mass-import-and-export-of-product-unit-price-and-tier-price-changes/#comment-49347&quot;&gt;Winnie&lt;/a&gt;.

This is very simple to do with MAGMI, I do the same thing each month for shops that have special monthly offers. My script is useful for getting data out of magento to work with in Excel for example, but I would use MAGMI to import the data back into Magento. If you need an example of how to do this with MAGMI let me know. &lt;a href=&quot;http://sourceforge.net/apps/mediawiki/magmi/index.php?title=Magmi_Wiki&quot; rel=&quot;nofollow&quot;&gt;http://sourceforge.net/apps/mediawiki/magmi/index.php?title=Magmi_Wiki&lt;/a&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://blog.gaiterjones.com/magento-mass-import-and-export-of-product-unit-price-and-tier-price-changes/#comment-49347">Winnie</a>.</p>
<p>This is very simple to do with MAGMI, I do the same thing each month for shops that have special monthly offers. My script is useful for getting data out of magento to work with in Excel for example, but I would use MAGMI to import the data back into Magento. If you need an example of how to do this with MAGMI let me know. <a href="http://sourceforge.net/apps/mediawiki/magmi/index.php?title=Magmi_Wiki" rel="nofollow">http://sourceforge.net/apps/mediawiki/magmi/index.php?title=Magmi_Wiki</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Peter		</title>
		<link>https://blog.gaiterjones.com/magento-mass-import-and-export-of-product-unit-price-and-tier-price-changes/#comment-49361</link>

		<dc:creator><![CDATA[Peter]]></dc:creator>
		<pubDate>Tue, 26 Feb 2013 14:17:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gaiterjones.com/?p=704#comment-49361</guid>

					<description><![CDATA[As I&#039;m not a developer, I can recommend anybody the same as me to use ready module. Personally I use http://amasty.com/mass-product-actions.html]]></description>
			<content:encoded><![CDATA[<p>As I&#8217;m not a developer, I can recommend anybody the same as me to use ready module. Personally I use <a href="http://amasty.com/mass-product-actions.html" rel="nofollow ugc">http://amasty.com/mass-product-actions.html</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Winnie		</title>
		<link>https://blog.gaiterjones.com/magento-mass-import-and-export-of-product-unit-price-and-tier-price-changes/#comment-49347</link>

		<dc:creator><![CDATA[Winnie]]></dc:creator>
		<pubDate>Sun, 24 Feb 2013 05:56:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gaiterjones.com/?p=704#comment-49347</guid>

					<description><![CDATA[Would it be possible to use the same script but to bulk update the special price, Special Price From Date, and Special Price To Date fields of 10-15 products? We have specific promotions for every week and this script would definitely help.

Thank you]]></description>
			<content:encoded><![CDATA[<p>Would it be possible to use the same script but to bulk update the special price, Special Price From Date, and Special Price To Date fields of 10-15 products? We have specific promotions for every week and this script would definitely help.</p>
<p>Thank you</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: samo		</title>
		<link>https://blog.gaiterjones.com/magento-mass-import-and-export-of-product-unit-price-and-tier-price-changes/#comment-48665</link>

		<dc:creator><![CDATA[samo]]></dc:creator>
		<pubDate>Thu, 08 Nov 2012 22:39:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gaiterjones.com/?p=704#comment-48665</guid>

					<description><![CDATA[Thanks man for this..]]></description>
			<content:encoded><![CDATA[<p>Thanks man for this..</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
