Version Notes
Always Backup! - This is a first release, but is tested.
Download this release
Release Info
Developer | SaveTheMage |
Extension | Custom_Invoice_And_Order_Numbers |
Version | 1.1.1 |
Comparing to | |
See all releases |
Version 1.1.1
- package.xml +18 -0
package.xml
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<package>
|
3 |
+
<name>Custom_Invoice_And_Order_Numbers</name>
|
4 |
+
<version>1.1.1</version>
|
5 |
+
<stability>stable</stability>
|
6 |
+
<license>GPL</license>
|
7 |
+
<channel>community</channel>
|
8 |
+
<extends/>
|
9 |
+
<summary>Change your invoice and order numbers to any number you want.</summary>
|
10 |
+
<description>This extension gives you the option to set the invoice number and order numbers to start at any number you want. Like 123456, 64,1000001,200001, anything you want. Also changeable per store view.</description>
|
11 |
+
<notes>Always Backup! - This is a first release, but is tested.</notes>
|
12 |
+
<authors><author><name>SaveTheMage</name><user>SaveTheMage</user><email>support@savethemage.com</email></author></authors>
|
13 |
+
<date>2013-05-14</date>
|
14 |
+
<time>05:17:09</time>
|
15 |
+
<contents><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="SaveTheMage"><file name="tab_container_FormChangeOrderNumber.phtml" hash=""/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="SaveTheMage_ChangeOrderNumber.xml" hash=""/></dir></target></contents>
|
16 |
+
<compatible/>
|
17 |
+
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
+
</package>
|