prefix-order-id - Version 1.0.0

Version Notes

prefix-order-id

Download this release

Release Info

Developer Vinit
Extension prefix-order-id
Version 1.0.0
Comparing to
See all releases


Version 1.0.0

Files changed (2) hide show
  1. app/etc/modules/OM_NewOrderId.xml +36 -0
  2. package.xml +18 -0
app/etc/modules/OM_NewOrderId.xml ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <!--
3
+ /**
4
+ * Magento
5
+ *
6
+ * NOTICE OF LICENSE
7
+ *
8
+ * This source file is subject to the Academic Free License (AFL 3.0)
9
+ * that is bundled with this package in the file LICENSE_AFL.txt.
10
+ * It is also available through the world-wide-web at this URL:
11
+ * http://opensource.org/licenses/afl-3.0.php
12
+ * If you did not receive a copy of the license and are unable to
13
+ * obtain it through the world-wide-web, please send an email
14
+ * to license@magento.com so we can send you a copy immediately.
15
+ *
16
+ * DISCLAIMER
17
+ *
18
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
19
+ * versions in the future. If you wish to customize Magento for your
20
+ * needs please refer to http://www.magento.com for more information.
21
+ *
22
+ * @category OM
23
+ * @package OM_NewOrderId
24
+ * @copyright Copyright (c) 2016-2017 OM (http://www.orangemantra.com)
25
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
+ */
27
+ -->
28
+ <config>
29
+ <modules>
30
+ <OM_NewOrderId>
31
+ <active>true</active>
32
+ <codePool>community</codePool>
33
+ <version>1.0.0</version>
34
+ </OM_NewOrderId>
35
+ </modules>
36
+ </config>
package.xml ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <package>
3
+ <name>prefix-order-id</name>
4
+ <version>1.0.0</version>
5
+ <stability>stable</stability>
6
+ <license>OSL</license>
7
+ <channel>community</channel>
8
+ <extends/>
9
+ <summary>prefix-order-id-1.0.0</summary>
10
+ <description>prefix-order-id-1.0.0</description>
11
+ <notes>prefix-order-id</notes>
12
+ <authors><author><name>Vinit</name><user>Vinit</user><email>contact@orangemantra.com</email></author></authors>
13
+ <date>2016-09-10</date>
14
+ <time>05:08:25</time>
15
+ <contents><target name="mageetc"><dir name="modules"><file name="OM_NewOrderId.xml" hash="0c33ef45355754ba447bfc6061ce8b05"/></dir></target></contents>
16
+ <compatible/>
17
+ <dependencies><required><php><min>5.0.0</min><max>5.6.0</max></php></required></dependencies>
18
+ </package>