Brainvire_Orders_Delete - Version 1.0.1

Version Notes

Brainvire Order Delete Extension Release V1.0.1

Download this release

Release Info

Developer Brainvire Infotech Private Limited
Extension Brainvire_Orders_Delete
Version 1.0.1
Comparing to
See all releases


Version 1.0.1

app/etc/modules/Brainvire_DeleteOrder.xml ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <config>
3
+ <modules>
4
+ <Brainvire_DeleteOrder>
5
+ <active>true</active>
6
+ <codePool>community</codePool>
7
+ <depends>
8
+ <Brainvire_OrderComment/>
9
+ </depends>
10
+ </Brainvire_DeleteOrder>
11
+ </modules>
12
+ </config>
package.xml ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <package>
3
+ <name>Brainvire_Orders_Delete</name>
4
+ <version>1.0.1</version>
5
+ <stability>stable</stability>
6
+ <license uri="http://www.opensource.org/licenses/osl-3.0.php">Open Software License (OSL)</license>
7
+ <channel>community</channel>
8
+ <extends/>
9
+ <summary>Brainvire order delete extension helps to delete orders from magento admin those created while development or testing.</summary>
10
+ <description>&lt;p&gt;Brainvire's Order Delete Extension appears on a admin panel action dropdown.&lt;/p&gt;&#xD;
11
+ &lt;p&gt;In Magento, you can't delete orders. This extension allows to delete selected orders&lt;/p&gt;&#xD;
12
+ &#xD;
13
+ &lt;h1&gt;Installation Steps&lt;/h1&gt;&#xD;
14
+ 1. Disable Magento Compilation from System-&gt;Tools-&gt;Compilation and Flush Magento Cache from System-&gt;Cache Management &gt; Click button Flush Magneto Cache&#xD;
15
+ 2. Install the extension through Magneto Connect.&#xD;
16
+ 3. Go to System &gt; Cache Management &gt; Click button Flush Magneto Cache.&#xD;
17
+ 4. Logout out and re-login.&#xD;
18
+ &#xD;
19
+ &#xD;
20
+ &lt;ol&gt;&#xD;
21
+ &lt;li&gt;Step 1: Disable Magento Compilation from System-&gt;Tools-&gt;Compilation and Flush Magento Cache from System-&gt;Cache Management &gt; Click button Flush Magneto Cache&lt;/li&gt;&#xD;
22
+ &lt;li&gt;Step 2: Install the extension through Magneto Connect&lt;/li&gt;&#xD;
23
+ &lt;li&gt;Step 3: Go to System &gt; Cache Management &gt; Click button Flush Magneto Cache&lt;/li&gt;&#xD;
24
+ &lt;li&gt;Step 4: Logout out and re-login&lt;/li&gt;&#xD;
25
+ &lt;/ol&gt;&#xD;
26
+ &#xD;
27
+ &lt;p&gt;That's it! You'll be all set to delete order from magento admin panel!&lt;/p&gt;&#xD;
28
+ &lt;p&gt;Warning: It's preferable to delete only the testing orders during the development of your local website.You take risks if you delete Orders directly in your Website.&lt;/p&gt;&#xD;
29
+ &#xD;
30
+ &lt;h1&gt;Feature List&lt;/h1&gt;&#xD;
31
+ &lt;ul&gt;&#xD;
32
+ &lt;li&gt;Allow to delete selected mutliple orders from magento admin panel&lt;/li&gt;&#xD;
33
+ &lt;/ul&gt;</description>
34
+ <notes>Brainvire Order Delete Extension Release V1.0.1</notes>
35
+ <authors><author><name>Brainvire Infotech Private Limited</name><user>brainvire</user><email>magento@brainvire.com</email></author></authors>
36
+ <date>2013-01-25</date>
37
+ <time>15:57:52</time>
38
+ <contents><target name="mageetc"><dir name="modules"><file name="Brainvire_DeleteOrder.xml" hash=""/></dir></target></contents>
39
+ <compatible/>
40
+ <dependencies><required><php><min>5.1.0</min><max>100.0.0</max></php></required></dependencies>
41
+ </package>