Version Notes
Brainvire Order Delete Extension Release V1.0.0
Download this release
Release Info
Developer | Magento Core Team |
Extension | Brainvire_Order_Delete |
Version | 1.0.0 |
Comparing to | |
See all releases |
Version 1.0.0
- package.xml +41 -0
package.xml
ADDED
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<package>
|
3 |
+
<name>Brainvire_Order_Delete</name>
|
4 |
+
<version>1.0.0</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><p>Brainvire's Order Delete Extension appears on a admin panel action dropdown.</p>
|
11 |
+
<p>In Magento, you can't delete orders. This extension allows to delete selected orders</p>
|
12 |
+

|
13 |
+
<h1>Installation Steps</h1>
|
14 |
+
1. Disable Magento Compilation from System->Tools->Compilation and Flush Magento Cache from System->Cache Management > Click button Flush Magneto Cache
|
15 |
+
2. Install the extension through Magneto Connect.
|
16 |
+
3. Go to System > Cache Management > Click button Flush Magneto Cache.
|
17 |
+
4. Logout out and re-login.
|
18 |
+

|
19 |
+

|
20 |
+
<ol>
|
21 |
+
<li>Step 1: Disable Magento Compilation from System->Tools->Compilation and Flush Magento Cache from System->Cache Management > Click button Flush Magneto Cache</li>
|
22 |
+
<li>Step 2: Install the extension through Magneto Connect</li>
|
23 |
+
<li>Step 3: Go to System > Cache Management > Click button Flush Magneto Cache</li>
|
24 |
+
<li>Step 4: Logout out and re-login</li>
|
25 |
+
</ol>
|
26 |
+

|
27 |
+
<p>That's it! You'll be all set to delete order from magento admin panel!</p>
|
28 |
+
<p>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.</p>
|
29 |
+

|
30 |
+
<h1>Feature List</h1>
|
31 |
+
<ul>
|
32 |
+
<li>Allow to delete selected mutliple orders from magento admin panel</li>
|
33 |
+
</ul></description>
|
34 |
+
<notes>Brainvire Order Delete Extension Release V1.0.0</notes>
|
35 |
+
<authors><author><name>Brainvire Infotech Private Limited</name><user>auto-converted</user><email>magento@brainvire.com</email></author></authors>
|
36 |
+
<date>2012-12-31</date>
|
37 |
+
<time>12:18:54</time>
|
38 |
+
<contents><target name="mageetc"><dir name="modules"><file name="Brainvire_DeleteOrder.xml" hash=""/></dir></target></contents>
|
39 |
+
<compatible/>
|
40 |
+
<dependencies/>
|
41 |
+
</package>
|