<?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 eCommerce: How To Reset All Test Order Information and Set Unique Prefix For Orders, Invoices, Shipments, and Credit Memos</title>
	<atom:link href="http://www.eliasinteractive.com/blog/magento-ecommerce-how-to-reset-all-test-order-information-and-set-unique-prefix-for-orders-invoices-shipments-and-credit-memos/feed" rel="self" type="application/rss+xml" />
	<link>http://www.eliasinteractive.com/blog/magento-ecommerce-how-to-reset-all-test-order-information-and-set-unique-prefix-for-orders-invoices-shipments-and-credit-memos</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Thu, 04 Mar 2010 12:14:38 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Lee Taylor</title>
		<link>http://www.eliasinteractive.com/blog/magento-ecommerce-how-to-reset-all-test-order-information-and-set-unique-prefix-for-orders-invoices-shipments-and-credit-memos/comment-page-2#comment-1690</link>
		<dc:creator>Lee Taylor</dc:creator>
		<pubDate>Fri, 15 Jan 2010 17:17:42 +0000</pubDate>
		<guid isPermaLink="false">http://eliasinteractive.com/?p=401#comment-1690</guid>
		<description>@center, that posting is a good resource, though it doesn&#039;t allow you to change the prefix for any orders, invoices, etc. Mainly, it uses the same truncate statements here without the prefix-modifying code.

Thanks,
Lee</description>
		<content:encoded><![CDATA[<p>@center, that posting is a good resource, though it doesn&#8217;t allow you to change the prefix for any orders, invoices, etc. Mainly, it uses the same truncate statements here without the prefix-modifying code.</p>
<p>Thanks,<br />
Lee</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: center</title>
		<link>http://www.eliasinteractive.com/blog/magento-ecommerce-how-to-reset-all-test-order-information-and-set-unique-prefix-for-orders-invoices-shipments-and-credit-memos/comment-page-2#comment-1686</link>
		<dc:creator>center</dc:creator>
		<pubDate>Fri, 15 Jan 2010 13:36:03 +0000</pubDate>
		<guid isPermaLink="false">http://eliasinteractive.com/?p=401#comment-1686</guid>
		<description>for 1.3.2.4 use
http://inchoo.net/ecommerce/magento/delete-test-orders-in-magento/</description>
		<content:encoded><![CDATA[<p>for 1.3.2.4 use<br />
<a href="http://inchoo.net/ecommerce/magento/delete-test-orders-in-magento/" rel="nofollow">http://inchoo.net/ecommerce/magento/delete-test-orders-in-magento/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bill S</title>
		<link>http://www.eliasinteractive.com/blog/magento-ecommerce-how-to-reset-all-test-order-information-and-set-unique-prefix-for-orders-invoices-shipments-and-credit-memos/comment-page-2#comment-1384</link>
		<dc:creator>bill S</dc:creator>
		<pubDate>Sat, 02 Jan 2010 00:25:40 +0000</pubDate>
		<guid isPermaLink="false">http://eliasinteractive.com/?p=401#comment-1384</guid>
		<description>My current install, ver 1.3.2.4:

-- Dumping data for table `eav_entity_store`
-- 

INSERT INTO `eav_entity_store` (`entity_store_id`, `entity_type_id`, `store_id`, `increment_prefix`, `increment_last_id`) VALUES 
(1, 1, 0, &#039;0&#039;, &#039;000000025&#039;),
(2, 11, 1, &#039;1&#039;, &#039;100000085&#039;),
(3, 16, 1, &#039;1&#039;, &#039;100000007&#039;),
(4, 23, 1, &#039;1&#039;, &#039;100000002&#039;),
(5, 19, 1, &#039;1&#039;, &#039;100000002&#039;);

Your script addresses 4 entity_store_ids total,  and type 1 according to my eav_entity_type table is &quot;customers&quot;. Is this a major db change?

Also confused by the update commands referencing 4, 18, 24 and 28. why not matching the 11, 16, 19 and 23?  I dont even have an entity type above 25.</description>
		<content:encoded><![CDATA[<p>My current install, ver 1.3.2.4:</p>
<p>&#8211; Dumping data for table `eav_entity_store`<br />
&#8211; </p>
<p>INSERT INTO `eav_entity_store` (`entity_store_id`, `entity_type_id`, `store_id`, `increment_prefix`, `increment_last_id`) VALUES<br />
(1, 1, 0, &#8216;0&#8242;, &#8216;000000025&#8242;),<br />
(2, 11, 1, &#8216;1&#8242;, &#8216;100000085&#8242;),<br />
(3, 16, 1, &#8216;1&#8242;, &#8216;100000007&#8242;),<br />
(4, 23, 1, &#8216;1&#8242;, &#8216;100000002&#8242;),<br />
(5, 19, 1, &#8216;1&#8242;, &#8216;100000002&#8242;);</p>
<p>Your script addresses 4 entity_store_ids total,  and type 1 according to my eav_entity_type table is &#8220;customers&#8221;. Is this a major db change?</p>
<p>Also confused by the update commands referencing 4, 18, 24 and 28. why not matching the 11, 16, 19 and 23?  I dont even have an entity type above 25.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lee Taylor</title>
		<link>http://www.eliasinteractive.com/blog/magento-ecommerce-how-to-reset-all-test-order-information-and-set-unique-prefix-for-orders-invoices-shipments-and-credit-memos/comment-page-2#comment-898</link>
		<dc:creator>Lee Taylor</dc:creator>
		<pubDate>Tue, 01 Dec 2009 00:52:14 +0000</pubDate>
		<guid isPermaLink="false">http://eliasinteractive.com/?p=401#comment-898</guid>
		<description>Hi @Rich Y,

My apologies on that. Feel free to check the link again now. Also, I cannot confirm that it is working with the latest version of Magento. Please see the responses above to determine which database values need changed/monitored for version upgrades.

Note: 
`entity_store_id` ,
`entity_type_id` ,
`store_id` ,
`increment_prefix` ,
`increment_last_id`

Cheers,
Lee</description>
		<content:encoded><![CDATA[<p>Hi @Rich Y,</p>
<p>My apologies on that. Feel free to check the link again now. Also, I cannot confirm that it is working with the latest version of Magento. Please see the responses above to determine which database values need changed/monitored for version upgrades.</p>
<p>Note:<br />
`entity_store_id` ,<br />
`entity_type_id` ,<br />
`store_id` ,<br />
`increment_prefix` ,<br />
`increment_last_id`</p>
<p>Cheers,<br />
Lee</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rich Y</title>
		<link>http://www.eliasinteractive.com/blog/magento-ecommerce-how-to-reset-all-test-order-information-and-set-unique-prefix-for-orders-invoices-shipments-and-credit-memos/comment-page-2#comment-896</link>
		<dc:creator>Rich Y</dc:creator>
		<pubDate>Mon, 30 Nov 2009 23:22:11 +0000</pubDate>
		<guid isPermaLink="false">http://eliasinteractive.com/?p=401#comment-896</guid>
		<description>Is this script still relevant and complete for 1.3.2.4?

FYI: The link to download SQL is non-existent, and it&#039;d be nice to do without the numbered lines (can&#039;t easily copy paste code without having those line numbers in there).

Thanks</description>
		<content:encoded><![CDATA[<p>Is this script still relevant and complete for 1.3.2.4?</p>
<p>FYI: The link to download SQL is non-existent, and it&#8217;d be nice to do without the numbered lines (can&#8217;t easily copy paste code without having those line numbers in there).</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Clearing Test Data From Magento &#171; The Cutting Edge</title>
		<link>http://www.eliasinteractive.com/blog/magento-ecommerce-how-to-reset-all-test-order-information-and-set-unique-prefix-for-orders-invoices-shipments-and-credit-memos/comment-page-2#comment-442</link>
		<dc:creator>Clearing Test Data From Magento &#171; The Cutting Edge</dc:creator>
		<pubDate>Mon, 02 Nov 2009 19:48:50 +0000</pubDate>
		<guid isPermaLink="false">http://eliasinteractive.com/?p=401#comment-442</guid>
		<description>[...] live.  It&#8217;s not as trivial as you&#8217;d think, but I found a nice sql script thanks to Elias Interactive that was just what I needed.  I&#8217;ve removed a bit as I didn&#8217;t need to reset all the [...]</description>
		<content:encoded><![CDATA[<p>[...] live.  It&#8217;s not as trivial as you&#8217;d think, but I found a nice sql script thanks to Elias Interactive that was just what I needed.  I&#8217;ve removed a bit as I didn&#8217;t need to reset all the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How to clear dashboard stats in magento, Voodish Articles.</title>
		<link>http://www.eliasinteractive.com/blog/magento-ecommerce-how-to-reset-all-test-order-information-and-set-unique-prefix-for-orders-invoices-shipments-and-credit-memos/comment-page-2#comment-432</link>
		<dc:creator>How to clear dashboard stats in magento, Voodish Articles.</dc:creator>
		<pubDate>Sat, 10 Oct 2009 00:00:33 +0000</pubDate>
		<guid isPermaLink="false">http://eliasinteractive.com/?p=401#comment-432</guid>
		<description>[...] deletion of orders you will need to have access to phpMyAdmin and use this very useful how to from Elias [...]</description>
		<content:encoded><![CDATA[<p>[...] deletion of orders you will need to have access to phpMyAdmin and use this very useful how to from Elias [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ch3ckmat3</title>
		<link>http://www.eliasinteractive.com/blog/magento-ecommerce-how-to-reset-all-test-order-information-and-set-unique-prefix-for-orders-invoices-shipments-and-credit-memos/comment-page-2#comment-415</link>
		<dc:creator>ch3ckmat3</dc:creator>
		<pubDate>Fri, 11 Sep 2009 10:40:11 +0000</pubDate>
		<guid isPermaLink="false">http://eliasinteractive.com/?p=401#comment-415</guid>
		<description>hay Taylor,

thats a great article, but i have a slight different situation. i want to delete all data only related to any given order number, instead of truncating all the relevant tables for all orders.

for example, I posted an order in my live store and set is as complete for testing purpose. now i cant just truncate any tables. I just want to clear this particular order from my store.
I&#039;m sure your above query can do the trick, but I don&#039;t know much about the fields and FK relationships in the magento db. can you help?

TIA</description>
		<content:encoded><![CDATA[<p>hay Taylor,</p>
<p>thats a great article, but i have a slight different situation. i want to delete all data only related to any given order number, instead of truncating all the relevant tables for all orders.</p>
<p>for example, I posted an order in my live store and set is as complete for testing purpose. now i cant just truncate any tables. I just want to clear this particular order from my store.<br />
I&#8217;m sure your above query can do the trick, but I don&#8217;t know much about the fields and FK relationships in the magento db. can you help?</p>
<p>TIA</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill Bartmann</title>
		<link>http://www.eliasinteractive.com/blog/magento-ecommerce-how-to-reset-all-test-order-information-and-set-unique-prefix-for-orders-invoices-shipments-and-credit-memos/comment-page-2#comment-399</link>
		<dc:creator>Bill Bartmann</dc:creator>
		<pubDate>Wed, 02 Sep 2009 02:11:22 +0000</pubDate>
		<guid isPermaLink="false">http://eliasinteractive.com/?p=401#comment-399</guid>
		<description>Great site...keep up the good work.</description>
		<content:encoded><![CDATA[<p>Great site&#8230;keep up the good work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ray Bogman</title>
		<link>http://www.eliasinteractive.com/blog/magento-ecommerce-how-to-reset-all-test-order-information-and-set-unique-prefix-for-orders-invoices-shipments-and-credit-memos/comment-page-2#comment-391</link>
		<dc:creator>Ray Bogman</dc:creator>
		<pubDate>Fri, 28 Aug 2009 14:50:28 +0000</pubDate>
		<guid isPermaLink="false">http://eliasinteractive.com/?p=401#comment-391</guid>
		<description>Well check this, a total solution for deleting Magento order “Delete Any Order”

https://www.yireo.com/software/delete-any-order</description>
		<content:encoded><![CDATA[<p>Well check this, a total solution for deleting Magento order “Delete Any Order”</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>
</channel>
</rss>
