<?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: Delete test orders in Magento</title>
	<atom:link href="http://inchoo.net/ecommerce/magento/delete-test-orders-in-magento/feed/" rel="self" type="application/rss+xml" />
	<link>http://inchoo.net/ecommerce/magento/delete-test-orders-in-magento/</link>
	<description>Magento Design and Magento Development Professionals - Inchoo</description>
	<lastBuildDate>Fri, 12 Mar 2010 10:40:47 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: David</title>
		<link>http://inchoo.net/ecommerce/magento/delete-test-orders-in-magento/comment-page-1/#comment-6407</link>
		<dc:creator>David</dc:creator>
		<pubDate>Tue, 09 Mar 2010 15:44:50 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=250#comment-6407</guid>
		<description>Brilliant, thanks</description>
		<content:encoded><![CDATA[<p>Brilliant, thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Radiant Barrier</title>
		<link>http://inchoo.net/ecommerce/magento/delete-test-orders-in-magento/comment-page-1/#comment-6399</link>
		<dc:creator>Radiant Barrier</dc:creator>
		<pubDate>Tue, 09 Mar 2010 13:54:32 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=250#comment-6399</guid>
		<description>Very effective query.  We had a lot of test data in our database, and we&#039;re lauching into production today.  Thanks for the help.</description>
		<content:encoded><![CDATA[<p>Very effective query.  We had a lot of test data in our database, and we&#8217;re lauching into production today.  Thanks for the help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Todd</title>
		<link>http://inchoo.net/ecommerce/magento/delete-test-orders-in-magento/comment-page-1/#comment-5917</link>
		<dc:creator>Todd</dc:creator>
		<pubDate>Wed, 20 Jan 2010 16:57:49 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=250#comment-5917</guid>
		<description>I too am using 1.3.2.4. I tried the reset script and got a &quot;Table Reset Successful&quot; message, however when I return to the dashboard all of the dummy orders are still there. Any ideas what may have gone wrong, and why it did not clear the dummy orders? Thanks.</description>
		<content:encoded><![CDATA[<p>I too am using 1.3.2.4. I tried the reset script and got a &#8220;Table Reset Successful&#8221; message, however when I return to the dashboard all of the dummy orders are still there. Any ideas what may have gone wrong, and why it did not clear the dummy orders? Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Clark</title>
		<link>http://inchoo.net/ecommerce/magento/delete-test-orders-in-magento/comment-page-1/#comment-5902</link>
		<dc:creator>David Clark</dc:creator>
		<pubDate>Sun, 17 Jan 2010 22:37:45 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=250#comment-5902</guid>
		<description>Hi Matthew.

If you are referring to my post, it has been included already but I have it at the bottom of the file to keep it separate.</description>
		<content:encoded><![CDATA[<p>Hi Matthew.</p>
<p>If you are referring to my post, it has been included already but I have it at the bottom of the file to keep it separate.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: center</title>
		<link>http://inchoo.net/ecommerce/magento/delete-test-orders-in-magento/comment-page-1/#comment-5891</link>
		<dc:creator>center</dc:creator>
		<pubDate>Fri, 15 Jan 2010 14:03:51 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=250#comment-5891</guid>
		<description>yes how about this?

&quot;
Matthew Mucklo Says

November 11th, 2008 at 23:10

Correct me if I’m wrong, but don’t you want to add these tables too?

SET FOREIGN_KEY_CHECKS=0;
TRUNCATE `sales_order_tax`;
TRUNCATE `sales_flat_quote_shipping_rate`;
TRUNCATE `sales_flat_quote_payment`;
TRUNCATE `log_url_info`;
TRUNCATE `log_url`;

ALTER TABLE `sales_order_tax` AUTO_INCREMENT=1;
ALTER TABLE `sales_flat_quote_shipping_rate` AUTO_INCREMENT=1;
ALTER TABLE `sales_flat_quote_payment` AUTO_INCREMENT=1;
ALTER TABLE `log_url_info` AUTO_INCREMENT=1;
SET FOREIGN_KEY_CHECKS=1;
&quot;</description>
		<content:encoded><![CDATA[<p>yes how about this?</p>
<p>&#8221;<br />
Matthew Mucklo Says</p>
<p>November 11th, 2008 at 23:10</p>
<p>Correct me if I’m wrong, but don’t you want to add these tables too?</p>
<p>SET FOREIGN_KEY_CHECKS=0;<br />
TRUNCATE `sales_order_tax`;<br />
TRUNCATE `sales_flat_quote_shipping_rate`;<br />
TRUNCATE `sales_flat_quote_payment`;<br />
TRUNCATE `log_url_info`;<br />
TRUNCATE `log_url`;</p>
<p>ALTER TABLE `sales_order_tax` AUTO_INCREMENT=1;<br />
ALTER TABLE `sales_flat_quote_shipping_rate` AUTO_INCREMENT=1;<br />
ALTER TABLE `sales_flat_quote_payment` AUTO_INCREMENT=1;<br />
ALTER TABLE `log_url_info` AUTO_INCREMENT=1;<br />
SET FOREIGN_KEY_CHECKS=1;<br />
&#8220;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Clark</title>
		<link>http://inchoo.net/ecommerce/magento/delete-test-orders-in-magento/comment-page-1/#comment-5648</link>
		<dc:creator>David Clark</dc:creator>
		<pubDate>Tue, 22 Dec 2009 23:22:48 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=250#comment-5648</guid>
		<description>Like others I was astonished to find this facility not present.

I have php and sql knowledge and feel for those that have mentioned the inability to get around these things. I have made a simple form using the code discussed on this site and it is available for download at http://www.mycreateabook.com.au/magentoReset.zip for all who wants to use it.

The only requirement would be that you need to know your sql database settings that should be available from your website administrator if you do not already know it.

Thanks for the code in the firt place. It saved me heaps of time fishing through to work it out myself. I am still in the process of setting up my site with Magento. It is visible at the moment at http://webstore.mycreateabook.com.au</description>
		<content:encoded><![CDATA[<p>Like others I was astonished to find this facility not present.</p>
<p>I have php and sql knowledge and feel for those that have mentioned the inability to get around these things. I have made a simple form using the code discussed on this site and it is available for download at <a href="http://www.mycreateabook.com.au/magentoReset.zip" rel="nofollow">http://www.mycreateabook.com.au/magentoReset.zip</a> for all who wants to use it.</p>
<p>The only requirement would be that you need to know your sql database settings that should be available from your website administrator if you do not already know it.</p>
<p>Thanks for the code in the firt place. It saved me heaps of time fishing through to work it out myself. I am still in the process of setting up my site with Magento. It is visible at the moment at <a href="http://webstore.mycreateabook.com.au" rel="nofollow">http://webstore.mycreateabook.com.au</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://inchoo.net/ecommerce/magento/delete-test-orders-in-magento/comment-page-1/#comment-5641</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Sat, 19 Dec 2009 23:43:22 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=250#comment-5641</guid>
		<description>Magento won&#039;t let you delete orders or do a bunch of other stuff in its misguided attempt be your nanny in helping you to obey various accounting laws in certain countries.

I wish there was a &quot;scofflaw&quot; switch you could se that lets you do this forbidden stuff. Those of us in the United States are stuck with the inconveniences of a superset of every piddling regulation of every country in the EU.</description>
		<content:encoded><![CDATA[<p>Magento won&#8217;t let you delete orders or do a bunch of other stuff in its misguided attempt be your nanny in helping you to obey various accounting laws in certain countries.</p>
<p>I wish there was a &#8220;scofflaw&#8221; switch you could se that lets you do this forbidden stuff. Those of us in the United States are stuck with the inconveniences of a superset of every piddling regulation of every country in the EU.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Florian</title>
		<link>http://inchoo.net/ecommerce/magento/delete-test-orders-in-magento/comment-page-1/#comment-3727</link>
		<dc:creator>Florian</dc:creator>
		<pubDate>Mon, 09 Nov 2009 17:45:17 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=250#comment-3727</guid>
		<description>I comfirm that works with 1.3.2.4, thanks :)</description>
		<content:encoded><![CDATA[<p>I comfirm that works with 1.3.2.4, thanks <img src='http://inchoo.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: freshyseth</title>
		<link>http://inchoo.net/ecommerce/magento/delete-test-orders-in-magento/comment-page-1/#comment-3702</link>
		<dc:creator>freshyseth</dc:creator>
		<pubDate>Fri, 06 Nov 2009 01:09:33 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=250#comment-3702</guid>
		<description>Did it with version 1.3.2.4 and it worked like a champ! Thanks for the solution.</description>
		<content:encoded><![CDATA[<p>Did it with version 1.3.2.4 and it worked like a champ! Thanks for the solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Miguel</title>
		<link>http://inchoo.net/ecommerce/magento/delete-test-orders-in-magento/comment-page-1/#comment-3639</link>
		<dc:creator>Miguel</dc:creator>
		<pubDate>Mon, 26 Oct 2009 17:48:41 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=250#comment-3639</guid>
		<description>Thanks a lot!!!</description>
		<content:encoded><![CDATA[<p>Thanks a lot!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://inchoo.net/ecommerce/magento/delete-test-orders-in-magento/comment-page-1/#comment-3502</link>
		<dc:creator>David</dc:creator>
		<pubDate>Mon, 12 Oct 2009 13:36:32 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=250#comment-3502</guid>
		<description>Also just tested on v1.3.2.3 and worked like a charm!
Thanks for this. :)</description>
		<content:encoded><![CDATA[<p>Also just tested on v1.3.2.3 and worked like a charm!<br />
Thanks for this. <img src='http://inchoo.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mattheoh</title>
		<link>http://inchoo.net/ecommerce/magento/delete-test-orders-in-magento/comment-page-1/#comment-3390</link>
		<dc:creator>mattheoh</dc:creator>
		<pubDate>Fri, 25 Sep 2009 19:46:09 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=250#comment-3390</guid>
		<description>Works perfectly on Magento ver. 1.3.2.3 !
Thanks for this trick :-)</description>
		<content:encoded><![CDATA[<p>Works perfectly on Magento ver. 1.3.2.3 !<br />
Thanks for this trick <img src='http://inchoo.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bman</title>
		<link>http://inchoo.net/ecommerce/magento/delete-test-orders-in-magento/comment-page-1/#comment-3376</link>
		<dc:creator>Bman</dc:creator>
		<pubDate>Thu, 24 Sep 2009 05:44:13 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=250#comment-3376</guid>
		<description>I don&#039;t want to delete customers from magento.  Can I leave the customer reset portion out and be okay?

thanks..</description>
		<content:encoded><![CDATA[<p>I don&#8217;t want to delete customers from magento.  Can I leave the customer reset portion out and be okay?</p>
<p>thanks..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marumaru</title>
		<link>http://inchoo.net/ecommerce/magento/delete-test-orders-in-magento/comment-page-1/#comment-3168</link>
		<dc:creator>marumaru</dc:creator>
		<pubDate>Tue, 01 Sep 2009 05:25:19 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=250#comment-3168</guid>
		<description>Thanks for the post.

You also might want to truncate the following tables too:

whishlist_item
table that starts with catalogsearch</description>
		<content:encoded><![CDATA[<p>Thanks for the post.</p>
<p>You also might want to truncate the following tables too:</p>
<p>whishlist_item<br />
table that starts with catalogsearch</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ray Bogman</title>
		<link>http://inchoo.net/ecommerce/magento/delete-test-orders-in-magento/comment-page-1/#comment-3162</link>
		<dc:creator>Ray Bogman</dc:creator>
		<pubDate>Fri, 28 Aug 2009 13:36:30 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=250#comment-3162</guid>
		<description>Well check this, a total solution for deleting Magento order &quot;Delete Any Order&quot; 

https://www.yireo.com/software/delete-any-order</description>
		<content:encoded><![CDATA[<p>Well check this, a total solution for deleting Magento order &#8220;Delete Any Order&#8221; </p>
<p><a href="https://www.yireo.com/software/delete-any-order" rel="nofollow">https://www.yireo.com/software/delete-any-order</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erwan</title>
		<link>http://inchoo.net/ecommerce/magento/delete-test-orders-in-magento/comment-page-1/#comment-3031</link>
		<dc:creator>Erwan</dc:creator>
		<pubDate>Tue, 11 Aug 2009 22:12:23 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=250#comment-3031</guid>
		<description>I confirm, works great under 1.3.2.2!
thanks so much</description>
		<content:encoded><![CDATA[<p>I confirm, works great under 1.3.2.2!<br />
thanks so much</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reforced</title>
		<link>http://inchoo.net/ecommerce/magento/delete-test-orders-in-magento/comment-page-1/#comment-2806</link>
		<dc:creator>Reforced</dc:creator>
		<pubDate>Tue, 14 Jul 2009 13:49:29 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=250#comment-2806</guid>
		<description>Thanks mate! Works perfect in magento 1.3.2.2!
No error in the reports &gt; products in chart either!

Perfect ;-)</description>
		<content:encoded><![CDATA[<p>Thanks mate! Works perfect in magento 1.3.2.2!<br />
No error in the reports &gt; products in chart either!</p>
<p>Perfect <img src='http://inchoo.net/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AndrewT</title>
		<link>http://inchoo.net/ecommerce/magento/delete-test-orders-in-magento/comment-page-1/#comment-2778</link>
		<dc:creator>AndrewT</dc:creator>
		<pubDate>Fri, 10 Jul 2009 01:14:59 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=250#comment-2778</guid>
		<description>THANKS!</description>
		<content:encoded><![CDATA[<p>THANKS!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sam</title>
		<link>http://inchoo.net/ecommerce/magento/delete-test-orders-in-magento/comment-page-1/#comment-2649</link>
		<dc:creator>sam</dc:creator>
		<pubDate>Wed, 24 Jun 2009 15:34:44 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=250#comment-2649</guid>
		<description>trouble is that quite often post launch there are multiple test orders created, these then are un deletable</description>
		<content:encoded><![CDATA[<p>trouble is that quite often post launch there are multiple test orders created, these then are un deletable</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomislav Bilic</title>
		<link>http://inchoo.net/ecommerce/magento/delete-test-orders-in-magento/comment-page-1/#comment-2580</link>
		<dc:creator>Tomislav Bilic</dc:creator>
		<pubDate>Wed, 17 Jun 2009 06:44:34 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=250#comment-2580</guid>
		<description>@Robert: We surely will, just when we manage to catch some free time. Hope you understand. Few days passed since your question and I was wondering if you managed to solve the issue already. If you did, feel free to post the update query to us and we&#039;ll publish it. Thanks.</description>
		<content:encoded><![CDATA[<p>@Robert: We surely will, just when we manage to catch some free time. Hope you understand. Few days passed since your question and I was wondering if you managed to solve the issue already. If you did, feel free to post the update query to us and we&#8217;ll publish it. Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
