Version Notes
Adding delivery instructions to order history (comments).
Download this release
Release Info
Developer | City Beach Software |
Extension | Citybeach_Omnivore |
Version | 1.0.3 |
Comparing to | |
See all releases |
Code changes from version 1.0.2 to 1.0.3
app/code/community/Citybeach/Omnivore/Model/Order.php
CHANGED
@@ -506,6 +506,11 @@ class Citybeach_Omnivore_Model_Order
|
|
506 |
$this->order->save();
|
507 |
}
|
508 |
|
|
|
|
|
|
|
|
|
|
|
509 |
}
|
510 |
catch (Exception $e)
|
511 |
{
|
@@ -514,4 +519,4 @@ class Citybeach_Omnivore_Model_Order
|
|
514 |
}
|
515 |
}
|
516 |
|
517 |
-
}
|
506 |
$this->order->save();
|
507 |
}
|
508 |
|
509 |
+
if (!empty($this->json->deliveryInstructions))
|
510 |
+
{
|
511 |
+
$this->order->addStatusHistoryComment('Delivery Instructions: ' . $this->json->deliveryInstructions);
|
512 |
+
$this->order->save();
|
513 |
+
}
|
514 |
}
|
515 |
catch (Exception $e)
|
516 |
{
|
519 |
}
|
520 |
}
|
521 |
|
522 |
+
}
|
app/code/community/Citybeach/Omnivore/etc/config.xml
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Citybeach_Omnivore>
|
5 |
-
<version>1.0.
|
6 |
</Citybeach_Omnivore>
|
7 |
</modules>
|
8 |
<global>
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Citybeach_Omnivore>
|
5 |
+
<version>1.0.3</version>
|
6 |
</Citybeach_Omnivore>
|
7 |
</modules>
|
8 |
<global>
|
app/etc/modules/Citybeach_Omnivore.xml
DELETED
@@ -1,12 +0,0 @@
|
|
1 |
-
<?xml version="1.0"?>
|
2 |
-
<config>
|
3 |
-
<modules>
|
4 |
-
<Citybeach_Omnivore>
|
5 |
-
<active>true</active>
|
6 |
-
<codePool>community</codePool>
|
7 |
-
<!--<depends>-->
|
8 |
-
<!--<Mage_adminhtml />-->
|
9 |
-
<!--</depends>-->
|
10 |
-
</Citybeach_Omnivore>
|
11 |
-
</modules>
|
12 |
-
</config>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Citybeach_Omnivore</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.omnivore.com.au/index.php/omnivore-application-terms-of-use/">Omnivore Application Terms of Use</license>
|
7 |
<channel>community</channel>
|
@@ -54,11 +54,11 @@ Customers love having the option to save on postage and pick up their purchase i
|
|
54 |
For more information about Omnivore visit:
|
55 |

|
56 |
www.omnivore.com.au</description>
|
57 |
-
<notes>
|
58 |
<authors><author><name>City Beach Software</name><user>omnivore</user><email>ilogan@citybeachsoftware.com</email></author></authors>
|
59 |
-
<date>2017-
|
60 |
-
<time>01:
|
61 |
-
<contents><target name="magecommunity"><dir name="Citybeach"><dir name="Omnivore"><dir name="Block"><dir name="Adminhtml"><file name="Payment.php" hash="ee4ffe77673c583cfca4c92624c962a2"/></dir></dir><dir name="Helper"><file name="Data.php" hash="8633af317628bbaa17bc0b98bbef9395"/></dir><dir name="Model"><dir name="Mysql4"><dir name="Rego"><file name="Collection.php" hash="bbf62854180e85d24952b1b4b8ce9135"/></dir><file name="Rego.php" hash="4d7ab20314f5f39df0dc4557a2a1c781"/></dir><dir name="Order"><file name="Api.php" hash="10435b83f13df7b095117dad69a1456f"/></dir><file name="Order.php" hash="
|
62 |
<compatible/>
|
63 |
<dependencies><required><php><min>5.3.0</min><max>5.6.99</max></php></required></dependencies>
|
64 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Citybeach_Omnivore</name>
|
4 |
+
<version>1.0.3</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.omnivore.com.au/index.php/omnivore-application-terms-of-use/">Omnivore Application Terms of Use</license>
|
7 |
<channel>community</channel>
|
54 |
For more information about Omnivore visit:
|
55 |

|
56 |
www.omnivore.com.au</description>
|
57 |
+
<notes>Adding delivery instructions to order history (comments).</notes>
|
58 |
<authors><author><name>City Beach Software</name><user>omnivore</user><email>ilogan@citybeachsoftware.com</email></author></authors>
|
59 |
+
<date>2017-09-04</date>
|
60 |
+
<time>04:01:12</time>
|
61 |
+
<contents><target name="magecommunity"><dir name="Citybeach"><dir name="Omnivore"><dir name="Block"><dir name="Adminhtml"><file name="Payment.php" hash="ee4ffe77673c583cfca4c92624c962a2"/></dir></dir><dir name="Helper"><file name="Data.php" hash="8633af317628bbaa17bc0b98bbef9395"/></dir><dir name="Model"><dir name="Mysql4"><dir name="Rego"><file name="Collection.php" hash="bbf62854180e85d24952b1b4b8ce9135"/></dir><file name="Rego.php" hash="4d7ab20314f5f39df0dc4557a2a1c781"/></dir><dir name="Order"><file name="Api.php" hash="10435b83f13df7b095117dad69a1456f"/></dir><file name="Order.php" hash="728a3faeabee499c459b1925b2b57500"/><file name="Payment.php" hash="21d74bcef388399e80aa68cfbce31c6c"/><dir name="Product"><file name="Api.php" hash="c6e2cdfb324144559f1d629a8134687e"/></dir><file name="Rego.php" hash="b08186f0b5341100bea9a97c20006bf3"/><dir name="Resource"><file name="Setup.php" hash="01a9f8f313a702ecbc3cb64dd4dd11ff"/></dir><dir name="Store"><file name="Api.php" hash="357f88f8914601b996eb62f1d99de84e"/></dir></dir><dir name="controllers"><dir name="Adminhtml"><file name="OmnivoreController.php" hash="22c370bc5013ecf564e78fbe5a4c3406"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="5041fcdd6bc108508db254312e0dd5d9"/><file name="api.xml" hash="1b432747b85973fe69ba249dbe6ed8d5"/><file name="config.xml" hash="47865508c9af20745a451ce62189b95b"/><file name="system.xml" hash="85b1e13759fe11ebab04a07592aea491"/></dir><dir name="sql"><dir name="citybeach_omnivore_setup"><file name="install-1.0.0.php" hash="88ea3e8b17aa6f90e463462e55b5b5ad"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Citybeach_Omnivore.xml" hash=""/></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="omnivore.xml" hash="359b2ed74cb29212d55845f8b73e75c0"/></dir><dir name="template"><dir name="omnivore"><file name="omnivore.phtml" hash="d5bd4cd5a64bb9c98dec680a6c69be88"/><file name="payment.phtml" hash="f7855e06c687fd45e04cc729e9f96a7b"/></dir></dir></dir></dir></dir></target></contents>
|
62 |
<compatible/>
|
63 |
<dependencies><required><php><min>5.3.0</min><max>5.6.99</max></php></required></dependencies>
|
64 |
</package>
|