Version Notes
- Fix recoverable error with isCodEnabled and getCodFee functions (remove Mage_Customer_Model_Address parameter type requirement)
- Fix error which prohibited confirming the checkout when one of the shipping methods have been disabled via ~/app/etc/modules/*.xml
Download this release
Release Info
Developer | Magento Core Team |
Extension | Eabi_DpdEE |
Version | 0.1.8 |
Comparing to | |
See all releases |
Code changes from version 0.1.7 to 0.1.8
- app/code/community/Eabi/DpdEE/Block/Adminhtml/Config/Form/Field/Country.php +5 -21
- app/code/community/Eabi/DpdEE/Block/Info/Payment.php +5 -21
- app/code/community/Eabi/DpdEE/Block/Invoice.php +5 -21
- app/code/community/Eabi/DpdEE/Block/Order/Courier.php +5 -21
- app/code/community/Eabi/DpdEE/Helper/Data.php +5 -21
- app/code/community/Eabi/DpdEE/Model/Action/Carrier/Order/Courier.php +5 -21
- app/code/community/Eabi/DpdEE/Model/Api.php +5 -21
- app/code/community/Eabi/DpdEE/Model/Button/Courier.php +5 -21
- app/code/community/Eabi/DpdEE/Model/Config.php +5 -21
- app/code/community/Eabi/DpdEE/Model/Flat.php +5 -21
- app/code/community/Eabi/DpdEE/Model/Observer.php +5 -21
- app/code/community/Eabi/DpdEE/Model/Payment/Processor.php +5 -21
- app/code/community/Eabi/DpdEE/Model/Post.php +7 -23
- app/code/community/Eabi/DpdEE/Model/Source/Label/Position.php +5 -21
- app/code/community/Eabi/DpdEE/Model/Source/Service.php +5 -21
- app/code/community/Eabi/DpdEE/etc/config.xml +6 -22
- app/code/community/Eabi/DpdEE/etc/system.xml +5 -21
- app/code/community/Eabi/DpdEE/sql/eabi_dpdee_setup/mysql4-install-0.1.0.php +5 -21
- app/code/community/Eabi/DpdEE/sql/eabi_dpdee_setup/mysql4-upgrade-0.1.0-0.1.1.php +5 -21
- app/code/community/Eabi/DpdEE/sql/eabi_dpdee_setup/mysql4-upgrade-0.1.1-0.1.2.php +5 -21
- app/code/community/Eabi/DpdEE/sql/eabi_dpdee_setup/mysql4-upgrade-0.1.2-0.1.3.php +5 -21
- app/code/community/Eabi/DpdEE/sql/eabi_dpdee_setup/mysql4-upgrade-0.1.3-0.1.4.php +5 -21
- app/code/community/Eabi/DpdEE/sql/eabi_dpdee_setup/mysql4-upgrade-0.1.6-0.1.7.php +5 -21
- app/code/community/Eabi/Postoffice/Block/Adminhtml/Config/Form/Field/Remove.php +5 -21
- app/code/community/Eabi/Postoffice/Block/Config/Rebuildbutton.php +5 -21
- app/code/community/Eabi/Postoffice/Helper/Countrycode.php +5 -21
- app/code/community/Eabi/Postoffice/Helper/Data.php +11 -22
- app/code/community/Eabi/Postoffice/Model/Carrier/Abstract.php +6 -22
- app/code/community/Eabi/Postoffice/Model/Carrier/Result.php +5 -21
- app/code/community/Eabi/Postoffice/Model/Carriermodule.php +5 -21
- app/code/community/Eabi/Postoffice/Model/Mysql4/Carriermodule.php +5 -21
- app/code/community/Eabi/Postoffice/Model/Mysql4/Carriermodule/Collection.php +5 -21
- app/code/community/Eabi/Postoffice/Model/Mysql4/Office.php +5 -21
- app/code/community/Eabi/Postoffice/Model/Mysql4/Office/Collection.php +5 -21
- app/code/community/Eabi/Postoffice/Model/Office.php +5 -21
- app/code/community/Eabi/Postoffice/Model/Orderview.php +5 -21
- app/code/community/Eabi/Postoffice/Model/Source/Sendevent.php +5 -21
- app/code/community/Eabi/Postoffice/Model/Updater.php +5 -21
- app/code/community/Eabi/Postoffice/controllers/Adminhtml/PostofficeController.php +5 -21
- app/code/community/Eabi/Postoffice/controllers/IndexController.php +5 -21
- app/code/community/Eabi/Postoffice/etc/config.xml +6 -22
- app/code/community/Eabi/Postoffice/sql/eabi_postoffice_setup/mysql4-install-0.1.0.php +5 -21
- app/code/community/Eabi/Postoffice/sql/eabi_postoffice_setup/mysql4-upgrade-0.1.0-0.1.1.php +5 -21
- app/code/community/Eabi/Postoffice/sql/eabi_postoffice_setup/mysql4-upgrade-0.1.1-0.1.2.php +5 -21
- app/design/adminhtml/default/default/layout/eabi_postoffice.xml +5 -21
- app/design/adminhtml/default/default/template/eabi_postoffice/shipping_method_form.phtml +5 -21
- app/design/frontend/base/default/layout/eabi_postoffice.xml +5 -21
- app/design/frontend/base/default/template/eabi_postoffice/available.phtml +5 -21
- app/design/frontend/base/default/template/eabi_postoffice/multishipping.phtml +5 -21
- app/design/frontend/base/default/template/eabi_postoffice/shipping.phtml +5 -21
- app/design/frontend/base/default/template/eabi_postoffice/tracking/popup.phtml +5 -21
- app/etc/modules/Eabi_DpdEE.xml +6 -22
- app/etc/modules/Eabi_Postoffice.xml +6 -22
- js/eabi_js/eabi_dpdee.js +5 -21
- package.xml +6 -8
- skin/adminhtml/default/default/eabi_dpdee.css +5 -21
app/code/community/Eabi/DpdEE/Block/Adminhtml/Config/Form/Field/Country.php
CHANGED
@@ -2,30 +2,14 @@
|
|
2 |
|
3 |
/*
|
4 |
|
5 |
-
*
|
6 |
-
*
|
7 |
-
*
|
8 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
9 |
-
* or OpenGPL v3 license (GNU Public License V3.0)
|
10 |
-
* that is bundled with this package in the file LICENSE.txt.
|
11 |
-
* It is also available through the world-wide-web at this URL:
|
12 |
-
* http://opensource.org/licenses/osl-3.0.php
|
13 |
-
* or
|
14 |
-
* http://www.gnu.org/licenses/gpl-3.0.txt
|
15 |
-
* If you did not receive a copy of the license and are unable to
|
16 |
-
* obtain it through the world-wide-web, please send an email
|
17 |
-
* to info@e-abi.ee so we can send you a copy immediately.
|
18 |
-
*
|
19 |
-
* DISCLAIMER
|
20 |
-
*
|
21 |
-
* Do not edit or add to this file if you wish to upgrade this module to newer
|
22 |
-
* versions in the future.
|
23 |
*
|
24 |
* @category Eabi
|
25 |
-
* @package
|
26 |
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
27 |
-
* @license http://
|
28 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
29 |
* @author Matis Halmann
|
30 |
*
|
31 |
|
2 |
|
3 |
/*
|
4 |
|
5 |
+
* Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
|
6 |
+
* Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
|
7 |
+
*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
*
|
9 |
* @category Eabi
|
10 |
+
* @package Eabi_Omniva
|
11 |
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
12 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
13 |
* @author Matis Halmann
|
14 |
*
|
15 |
|
app/code/community/Eabi/DpdEE/Block/Info/Payment.php
CHANGED
@@ -1,30 +1,14 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
|
4 |
-
*
|
5 |
-
*
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* or OpenGPL v3 license (GNU Public License V3.0)
|
9 |
-
* that is bundled with this package in the file LICENSE.txt.
|
10 |
-
* It is also available through the world-wide-web at this URL:
|
11 |
-
* http://opensource.org/licenses/osl-3.0.php
|
12 |
-
* or
|
13 |
-
* http://www.gnu.org/licenses/gpl-3.0.txt
|
14 |
-
* If you did not receive a copy of the license and are unable to
|
15 |
-
* obtain it through the world-wide-web, please send an email
|
16 |
-
* to info@e-abi.ee so we can send you a copy immediately.
|
17 |
-
*
|
18 |
-
* DISCLAIMER
|
19 |
-
*
|
20 |
-
* Do not edit or add to this file if you wish to upgrade this module to newer
|
21 |
-
* versions in the future.
|
22 |
*
|
23 |
* @category Eabi
|
24 |
-
* @package
|
25 |
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
26 |
-
* @license http://
|
27 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
28 |
* @author Matis Halmann
|
29 |
*
|
30 |
|
1 |
<?php
|
2 |
/*
|
3 |
|
4 |
+
* Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
|
5 |
+
* Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
|
6 |
+
*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
*
|
8 |
* @category Eabi
|
9 |
+
* @package Eabi_Omniva
|
10 |
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
11 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
12 |
* @author Matis Halmann
|
13 |
*
|
14 |
|
app/code/community/Eabi/DpdEE/Block/Invoice.php
CHANGED
@@ -1,30 +1,14 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
|
4 |
-
*
|
5 |
-
*
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* or OpenGPL v3 license (GNU Public License V3.0)
|
9 |
-
* that is bundled with this package in the file LICENSE.txt.
|
10 |
-
* It is also available through the world-wide-web at this URL:
|
11 |
-
* http://opensource.org/licenses/osl-3.0.php
|
12 |
-
* or
|
13 |
-
* http://www.gnu.org/licenses/gpl-3.0.txt
|
14 |
-
* If you did not receive a copy of the license and are unable to
|
15 |
-
* obtain it through the world-wide-web, please send an email
|
16 |
-
* to info@e-abi.ee so we can send you a copy immediately.
|
17 |
-
*
|
18 |
-
* DISCLAIMER
|
19 |
-
*
|
20 |
-
* Do not edit or add to this file if you wish to upgrade this module to newer
|
21 |
-
* versions in the future.
|
22 |
*
|
23 |
* @category Eabi
|
24 |
-
* @package
|
25 |
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
26 |
-
* @license http://
|
27 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
28 |
* @author Matis Halmann
|
29 |
*
|
30 |
|
1 |
<?php
|
2 |
/*
|
3 |
|
4 |
+
* Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
|
5 |
+
* Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
|
6 |
+
*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
*
|
8 |
* @category Eabi
|
9 |
+
* @package Eabi_Omniva
|
10 |
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
11 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
12 |
* @author Matis Halmann
|
13 |
*
|
14 |
|
app/code/community/Eabi/DpdEE/Block/Order/Courier.php
CHANGED
@@ -2,30 +2,14 @@
|
|
2 |
|
3 |
/*
|
4 |
|
5 |
-
*
|
6 |
-
*
|
7 |
-
*
|
8 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
9 |
-
* or OpenGPL v3 license (GNU Public License V3.0)
|
10 |
-
* that is bundled with this package in the file LICENSE.txt.
|
11 |
-
* It is also available through the world-wide-web at this URL:
|
12 |
-
* http://opensource.org/licenses/osl-3.0.php
|
13 |
-
* or
|
14 |
-
* http://www.gnu.org/licenses/gpl-3.0.txt
|
15 |
-
* If you did not receive a copy of the license and are unable to
|
16 |
-
* obtain it through the world-wide-web, please send an email
|
17 |
-
* to info@e-abi.ee so we can send you a copy immediately.
|
18 |
-
*
|
19 |
-
* DISCLAIMER
|
20 |
-
*
|
21 |
-
* Do not edit or add to this file if you wish to upgrade this module to newer
|
22 |
-
* versions in the future.
|
23 |
*
|
24 |
* @category Eabi
|
25 |
-
* @package
|
26 |
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
27 |
-
* @license http://
|
28 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
29 |
* @author Matis Halmann
|
30 |
*
|
31 |
|
2 |
|
3 |
/*
|
4 |
|
5 |
+
* Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
|
6 |
+
* Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
|
7 |
+
*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
*
|
9 |
* @category Eabi
|
10 |
+
* @package Eabi_Omniva
|
11 |
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
12 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
13 |
* @author Matis Halmann
|
14 |
*
|
15 |
|
app/code/community/Eabi/DpdEE/Helper/Data.php
CHANGED
@@ -2,30 +2,14 @@
|
|
2 |
|
3 |
/*
|
4 |
|
5 |
-
*
|
6 |
-
*
|
7 |
-
*
|
8 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
9 |
-
* or OpenGPL v3 license (GNU Public License V3.0)
|
10 |
-
* that is bundled with this package in the file LICENSE.txt.
|
11 |
-
* It is also available through the world-wide-web at this URL:
|
12 |
-
* http://opensource.org/licenses/osl-3.0.php
|
13 |
-
* or
|
14 |
-
* http://www.gnu.org/licenses/gpl-3.0.txt
|
15 |
-
* If you did not receive a copy of the license and are unable to
|
16 |
-
* obtain it through the world-wide-web, please send an email
|
17 |
-
* to info@e-abi.ee so we can send you a copy immediately.
|
18 |
-
*
|
19 |
-
* DISCLAIMER
|
20 |
-
*
|
21 |
-
* Do not edit or add to this file if you wish to upgrade this module to newer
|
22 |
-
* versions in the future.
|
23 |
*
|
24 |
* @category Eabi
|
25 |
-
* @package
|
26 |
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
27 |
-
* @license http://
|
28 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
29 |
* @author Matis Halmann
|
30 |
*
|
31 |
|
2 |
|
3 |
/*
|
4 |
|
5 |
+
* Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
|
6 |
+
* Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
|
7 |
+
*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
*
|
9 |
* @category Eabi
|
10 |
+
* @package Eabi_Omniva
|
11 |
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
12 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
13 |
* @author Matis Halmann
|
14 |
*
|
15 |
|
app/code/community/Eabi/DpdEE/Model/Action/Carrier/Order/Courier.php
CHANGED
@@ -1,30 +1,14 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
|
4 |
-
*
|
5 |
-
*
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* or OpenGPL v3 license (GNU Public License V3.0)
|
9 |
-
* that is bundled with this package in the file LICENSE.txt.
|
10 |
-
* It is also available through the world-wide-web at this URL:
|
11 |
-
* http://opensource.org/licenses/osl-3.0.php
|
12 |
-
* or
|
13 |
-
* http://www.gnu.org/licenses/gpl-3.0.txt
|
14 |
-
* If you did not receive a copy of the license and are unable to
|
15 |
-
* obtain it through the world-wide-web, please send an email
|
16 |
-
* to info@e-abi.ee so we can send you a copy immediately.
|
17 |
-
*
|
18 |
-
* DISCLAIMER
|
19 |
-
*
|
20 |
-
* Do not edit or add to this file if you wish to upgrade this module to newer
|
21 |
-
* versions in the future.
|
22 |
*
|
23 |
* @category Eabi
|
24 |
-
* @package
|
25 |
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
26 |
-
* @license http://
|
27 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
28 |
* @author Matis Halmann
|
29 |
*
|
30 |
|
1 |
<?php
|
2 |
/*
|
3 |
|
4 |
+
* Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
|
5 |
+
* Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
|
6 |
+
*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
*
|
8 |
* @category Eabi
|
9 |
+
* @package Eabi_Omniva
|
10 |
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
11 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
12 |
* @author Matis Halmann
|
13 |
*
|
14 |
|
app/code/community/Eabi/DpdEE/Model/Api.php
CHANGED
@@ -2,30 +2,14 @@
|
|
2 |
|
3 |
/*
|
4 |
|
5 |
-
*
|
6 |
-
*
|
7 |
-
*
|
8 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
9 |
-
* or OpenGPL v3 license (GNU Public License V3.0)
|
10 |
-
* that is bundled with this package in the file LICENSE.txt.
|
11 |
-
* It is also available through the world-wide-web at this URL:
|
12 |
-
* http://opensource.org/licenses/osl-3.0.php
|
13 |
-
* or
|
14 |
-
* http://www.gnu.org/licenses/gpl-3.0.txt
|
15 |
-
* If you did not receive a copy of the license and are unable to
|
16 |
-
* obtain it through the world-wide-web, please send an email
|
17 |
-
* to info@e-abi.ee so we can send you a copy immediately.
|
18 |
-
*
|
19 |
-
* DISCLAIMER
|
20 |
-
*
|
21 |
-
* Do not edit or add to this file if you wish to upgrade this module to newer
|
22 |
-
* versions in the future.
|
23 |
*
|
24 |
* @category Eabi
|
25 |
-
* @package
|
26 |
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
27 |
-
* @license http://
|
28 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
29 |
* @author Matis Halmann
|
30 |
*
|
31 |
|
2 |
|
3 |
/*
|
4 |
|
5 |
+
* Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
|
6 |
+
* Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
|
7 |
+
*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
*
|
9 |
* @category Eabi
|
10 |
+
* @package Eabi_Omniva
|
11 |
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
12 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
13 |
* @author Matis Halmann
|
14 |
*
|
15 |
|
app/code/community/Eabi/DpdEE/Model/Button/Courier.php
CHANGED
@@ -2,30 +2,14 @@
|
|
2 |
|
3 |
/*
|
4 |
|
5 |
-
*
|
6 |
-
*
|
7 |
-
*
|
8 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
9 |
-
* or OpenGPL v3 license (GNU Public License V3.0)
|
10 |
-
* that is bundled with this package in the file LICENSE.txt.
|
11 |
-
* It is also available through the world-wide-web at this URL:
|
12 |
-
* http://opensource.org/licenses/osl-3.0.php
|
13 |
-
* or
|
14 |
-
* http://www.gnu.org/licenses/gpl-3.0.txt
|
15 |
-
* If you did not receive a copy of the license and are unable to
|
16 |
-
* obtain it through the world-wide-web, please send an email
|
17 |
-
* to info@e-abi.ee so we can send you a copy immediately.
|
18 |
-
*
|
19 |
-
* DISCLAIMER
|
20 |
-
*
|
21 |
-
* Do not edit or add to this file if you wish to upgrade this module to newer
|
22 |
-
* versions in the future.
|
23 |
*
|
24 |
* @category Eabi
|
25 |
-
* @package
|
26 |
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
27 |
-
* @license http://
|
28 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
29 |
* @author Matis Halmann
|
30 |
*
|
31 |
|
2 |
|
3 |
/*
|
4 |
|
5 |
+
* Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
|
6 |
+
* Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
|
7 |
+
*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
*
|
9 |
* @category Eabi
|
10 |
+
* @package Eabi_Omniva
|
11 |
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
12 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
13 |
* @author Matis Halmann
|
14 |
*
|
15 |
|
app/code/community/Eabi/DpdEE/Model/Config.php
CHANGED
@@ -1,30 +1,14 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
|
4 |
-
*
|
5 |
-
*
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* or OpenGPL v3 license (GNU Public License V3.0)
|
9 |
-
* that is bundled with this package in the file LICENSE.txt.
|
10 |
-
* It is also available through the world-wide-web at this URL:
|
11 |
-
* http://opensource.org/licenses/osl-3.0.php
|
12 |
-
* or
|
13 |
-
* http://www.gnu.org/licenses/gpl-3.0.txt
|
14 |
-
* If you did not receive a copy of the license and are unable to
|
15 |
-
* obtain it through the world-wide-web, please send an email
|
16 |
-
* to info@e-abi.ee so we can send you a copy immediately.
|
17 |
-
*
|
18 |
-
* DISCLAIMER
|
19 |
-
*
|
20 |
-
* Do not edit or add to this file if you wish to upgrade this module to newer
|
21 |
-
* versions in the future.
|
22 |
*
|
23 |
* @category Eabi
|
24 |
-
* @package
|
25 |
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
26 |
-
* @license http://
|
27 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
28 |
* @author Matis Halmann
|
29 |
*
|
30 |
|
1 |
<?php
|
2 |
/*
|
3 |
|
4 |
+
* Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
|
5 |
+
* Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
|
6 |
+
*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
*
|
8 |
* @category Eabi
|
9 |
+
* @package Eabi_Omniva
|
10 |
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
11 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
12 |
* @author Matis Halmann
|
13 |
*
|
14 |
|
app/code/community/Eabi/DpdEE/Model/Flat.php
CHANGED
@@ -2,30 +2,14 @@
|
|
2 |
|
3 |
/*
|
4 |
|
5 |
-
*
|
6 |
-
*
|
7 |
-
*
|
8 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
9 |
-
* or OpenGPL v3 license (GNU Public License V3.0)
|
10 |
-
* that is bundled with this package in the file LICENSE.txt.
|
11 |
-
* It is also available through the world-wide-web at this URL:
|
12 |
-
* http://opensource.org/licenses/osl-3.0.php
|
13 |
-
* or
|
14 |
-
* http://www.gnu.org/licenses/gpl-3.0.txt
|
15 |
-
* If you did not receive a copy of the license and are unable to
|
16 |
-
* obtain it through the world-wide-web, please send an email
|
17 |
-
* to info@e-abi.ee so we can send you a copy immediately.
|
18 |
-
*
|
19 |
-
* DISCLAIMER
|
20 |
-
*
|
21 |
-
* Do not edit or add to this file if you wish to upgrade this module to newer
|
22 |
-
* versions in the future.
|
23 |
*
|
24 |
* @category Eabi
|
25 |
-
* @package
|
26 |
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
27 |
-
* @license http://
|
28 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
29 |
* @author Matis Halmann
|
30 |
*
|
31 |
|
2 |
|
3 |
/*
|
4 |
|
5 |
+
* Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
|
6 |
+
* Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
|
7 |
+
*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
*
|
9 |
* @category Eabi
|
10 |
+
* @package Eabi_Omniva
|
11 |
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
12 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
13 |
* @author Matis Halmann
|
14 |
*
|
15 |
|
app/code/community/Eabi/DpdEE/Model/Observer.php
CHANGED
@@ -2,30 +2,14 @@
|
|
2 |
|
3 |
/*
|
4 |
|
5 |
-
*
|
6 |
-
*
|
7 |
-
*
|
8 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
9 |
-
* or OpenGPL v3 license (GNU Public License V3.0)
|
10 |
-
* that is bundled with this package in the file LICENSE.txt.
|
11 |
-
* It is also available through the world-wide-web at this URL:
|
12 |
-
* http://opensource.org/licenses/osl-3.0.php
|
13 |
-
* or
|
14 |
-
* http://www.gnu.org/licenses/gpl-3.0.txt
|
15 |
-
* If you did not receive a copy of the license and are unable to
|
16 |
-
* obtain it through the world-wide-web, please send an email
|
17 |
-
* to info@e-abi.ee so we can send you a copy immediately.
|
18 |
-
*
|
19 |
-
* DISCLAIMER
|
20 |
-
*
|
21 |
-
* Do not edit or add to this file if you wish to upgrade this module to newer
|
22 |
-
* versions in the future.
|
23 |
*
|
24 |
* @category Eabi
|
25 |
-
* @package
|
26 |
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
27 |
-
* @license http://
|
28 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
29 |
* @author Matis Halmann
|
30 |
*
|
31 |
|
2 |
|
3 |
/*
|
4 |
|
5 |
+
* Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
|
6 |
+
* Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
|
7 |
+
*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
*
|
9 |
* @category Eabi
|
10 |
+
* @package Eabi_Omniva
|
11 |
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
12 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
13 |
* @author Matis Halmann
|
14 |
*
|
15 |
|
app/code/community/Eabi/DpdEE/Model/Payment/Processor.php
CHANGED
@@ -2,30 +2,14 @@
|
|
2 |
|
3 |
/*
|
4 |
|
5 |
-
*
|
6 |
-
*
|
7 |
-
*
|
8 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
9 |
-
* or OpenGPL v3 license (GNU Public License V3.0)
|
10 |
-
* that is bundled with this package in the file LICENSE.txt.
|
11 |
-
* It is also available through the world-wide-web at this URL:
|
12 |
-
* http://opensource.org/licenses/osl-3.0.php
|
13 |
-
* or
|
14 |
-
* http://www.gnu.org/licenses/gpl-3.0.txt
|
15 |
-
* If you did not receive a copy of the license and are unable to
|
16 |
-
* obtain it through the world-wide-web, please send an email
|
17 |
-
* to info@e-abi.ee so we can send you a copy immediately.
|
18 |
-
*
|
19 |
-
* DISCLAIMER
|
20 |
-
*
|
21 |
-
* Do not edit or add to this file if you wish to upgrade this module to newer
|
22 |
-
* versions in the future.
|
23 |
*
|
24 |
* @category Eabi
|
25 |
-
* @package
|
26 |
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
27 |
-
* @license http://
|
28 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
29 |
* @author Matis Halmann
|
30 |
*
|
31 |
|
2 |
|
3 |
/*
|
4 |
|
5 |
+
* Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
|
6 |
+
* Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
|
7 |
+
*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
*
|
9 |
* @category Eabi
|
10 |
+
* @package Eabi_Omniva
|
11 |
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
12 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
13 |
* @author Matis Halmann
|
14 |
*
|
15 |
|
app/code/community/Eabi/DpdEE/Model/Post.php
CHANGED
@@ -2,30 +2,14 @@
|
|
2 |
|
3 |
/*
|
4 |
|
5 |
-
*
|
6 |
-
*
|
7 |
-
*
|
8 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
9 |
-
* or OpenGPL v3 license (GNU Public License V3.0)
|
10 |
-
* that is bundled with this package in the file LICENSE.txt.
|
11 |
-
* It is also available through the world-wide-web at this URL:
|
12 |
-
* http://opensource.org/licenses/osl-3.0.php
|
13 |
-
* or
|
14 |
-
* http://www.gnu.org/licenses/gpl-3.0.txt
|
15 |
-
* If you did not receive a copy of the license and are unable to
|
16 |
-
* obtain it through the world-wide-web, please send an email
|
17 |
-
* to info@e-abi.ee so we can send you a copy immediately.
|
18 |
-
*
|
19 |
-
* DISCLAIMER
|
20 |
-
*
|
21 |
-
* Do not edit or add to this file if you wish to upgrade this module to newer
|
22 |
-
* versions in the future.
|
23 |
*
|
24 |
* @category Eabi
|
25 |
-
* @package
|
26 |
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
27 |
-
* @license http://
|
28 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
29 |
* @author Matis Halmann
|
30 |
*
|
31 |
|
@@ -557,7 +541,7 @@ class Eabi_DpdEE_Model_Post extends Eabi_Postoffice_Model_Carrier_Abstract {
|
|
557 |
* @param Mage_Customer_Model_Address $address
|
558 |
* @return boolean|float
|
559 |
*/
|
560 |
-
public function getCodFee(
|
561 |
if ($address->getCountryId()) {
|
562 |
|
563 |
|
@@ -584,7 +568,7 @@ class Eabi_DpdEE_Model_Post extends Eabi_Postoffice_Model_Carrier_Abstract {
|
|
584 |
* @param Mage_Customer_Model_Address $address
|
585 |
* @return boolean
|
586 |
*/
|
587 |
-
public function isCodEnabled(
|
588 |
$shippingMatrix = $this->_decodeShippingMatrix($this->getConfigDataForThis('handling_fee_country'));
|
589 |
if ($address->getCountryId() && isset($shippingMatrix[$address->getCountryId()]) && isset($shippingMatrix[$address->getCountryId()]['cod_fee'])
|
590 |
&& $shippingMatrix[$address->getCountryId()]['cod_fee'] !== '') {
|
2 |
|
3 |
/*
|
4 |
|
5 |
+
* Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
|
6 |
+
* Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
|
7 |
+
*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
*
|
9 |
* @category Eabi
|
10 |
+
* @package Eabi_Omniva
|
11 |
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
12 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
13 |
* @author Matis Halmann
|
14 |
*
|
15 |
|
541 |
* @param Mage_Customer_Model_Address $address
|
542 |
* @return boolean|float
|
543 |
*/
|
544 |
+
public function getCodFee($address) {
|
545 |
if ($address->getCountryId()) {
|
546 |
|
547 |
|
568 |
* @param Mage_Customer_Model_Address $address
|
569 |
* @return boolean
|
570 |
*/
|
571 |
+
public function isCodEnabled($address) {
|
572 |
$shippingMatrix = $this->_decodeShippingMatrix($this->getConfigDataForThis('handling_fee_country'));
|
573 |
if ($address->getCountryId() && isset($shippingMatrix[$address->getCountryId()]) && isset($shippingMatrix[$address->getCountryId()]['cod_fee'])
|
574 |
&& $shippingMatrix[$address->getCountryId()]['cod_fee'] !== '') {
|
app/code/community/Eabi/DpdEE/Model/Source/Label/Position.php
CHANGED
@@ -2,30 +2,14 @@
|
|
2 |
|
3 |
/*
|
4 |
|
5 |
-
*
|
6 |
-
*
|
7 |
-
*
|
8 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
9 |
-
* or OpenGPL v3 license (GNU Public License V3.0)
|
10 |
-
* that is bundled with this package in the file LICENSE.txt.
|
11 |
-
* It is also available through the world-wide-web at this URL:
|
12 |
-
* http://opensource.org/licenses/osl-3.0.php
|
13 |
-
* or
|
14 |
-
* http://www.gnu.org/licenses/gpl-3.0.txt
|
15 |
-
* If you did not receive a copy of the license and are unable to
|
16 |
-
* obtain it through the world-wide-web, please send an email
|
17 |
-
* to info@e-abi.ee so we can send you a copy immediately.
|
18 |
-
*
|
19 |
-
* DISCLAIMER
|
20 |
-
*
|
21 |
-
* Do not edit or add to this file if you wish to upgrade this module to newer
|
22 |
-
* versions in the future.
|
23 |
*
|
24 |
* @category Eabi
|
25 |
-
* @package
|
26 |
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
27 |
-
* @license http://
|
28 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
29 |
* @author Matis Halmann
|
30 |
*
|
31 |
|
2 |
|
3 |
/*
|
4 |
|
5 |
+
* Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
|
6 |
+
* Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
|
7 |
+
*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
*
|
9 |
* @category Eabi
|
10 |
+
* @package Eabi_Omniva
|
11 |
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
12 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
13 |
* @author Matis Halmann
|
14 |
*
|
15 |
|
app/code/community/Eabi/DpdEE/Model/Source/Service.php
CHANGED
@@ -2,30 +2,14 @@
|
|
2 |
|
3 |
/*
|
4 |
|
5 |
-
*
|
6 |
-
*
|
7 |
-
*
|
8 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
9 |
-
* or OpenGPL v3 license (GNU Public License V3.0)
|
10 |
-
* that is bundled with this package in the file LICENSE.txt.
|
11 |
-
* It is also available through the world-wide-web at this URL:
|
12 |
-
* http://opensource.org/licenses/osl-3.0.php
|
13 |
-
* or
|
14 |
-
* http://www.gnu.org/licenses/gpl-3.0.txt
|
15 |
-
* If you did not receive a copy of the license and are unable to
|
16 |
-
* obtain it through the world-wide-web, please send an email
|
17 |
-
* to info@e-abi.ee so we can send you a copy immediately.
|
18 |
-
*
|
19 |
-
* DISCLAIMER
|
20 |
-
*
|
21 |
-
* Do not edit or add to this file if you wish to upgrade this module to newer
|
22 |
-
* versions in the future.
|
23 |
*
|
24 |
* @category Eabi
|
25 |
-
* @package
|
26 |
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
27 |
-
* @license http://
|
28 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
29 |
* @author Matis Halmann
|
30 |
*
|
31 |
|
2 |
|
3 |
/*
|
4 |
|
5 |
+
* Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
|
6 |
+
* Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
|
7 |
+
*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
*
|
9 |
* @category Eabi
|
10 |
+
* @package Eabi_Omniva
|
11 |
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
12 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
13 |
* @author Matis Halmann
|
14 |
*
|
15 |
|
app/code/community/Eabi/DpdEE/etc/config.xml
CHANGED
@@ -2,30 +2,14 @@
|
|
2 |
<!--
|
3 |
/*
|
4 |
|
5 |
-
*
|
6 |
-
*
|
7 |
-
*
|
8 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
9 |
-
* or OpenGPL v3 license (GNU Public License V3.0)
|
10 |
-
* that is bundled with this package in the file LICENSE.txt.
|
11 |
-
* It is also available through the world-wide-web at this URL:
|
12 |
-
* http://opensource.org/licenses/osl-3.0.php
|
13 |
-
* or
|
14 |
-
* http://www.gnu.org/licenses/gpl-3.0.txt
|
15 |
-
* If you did not receive a copy of the license and are unable to
|
16 |
-
* obtain it through the world-wide-web, please send an email
|
17 |
-
* to info@e-abi.ee so we can send you a copy immediately.
|
18 |
-
*
|
19 |
-
* DISCLAIMER
|
20 |
-
*
|
21 |
-
* Do not edit or add to this file if you wish to upgrade this module to newer
|
22 |
-
* versions in the future.
|
23 |
*
|
24 |
* @category Eabi
|
25 |
-
* @package
|
26 |
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
27 |
-
* @license http://
|
28 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
29 |
* @author Matis Halmann
|
30 |
*
|
31 |
|
@@ -36,7 +20,7 @@
|
|
36 |
<config>
|
37 |
<modules>
|
38 |
<Eabi_DpdEE>
|
39 |
-
<version>0.1.
|
40 |
</Eabi_DpdEE>
|
41 |
</modules>
|
42 |
|
2 |
<!--
|
3 |
/*
|
4 |
|
5 |
+
* Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
|
6 |
+
* Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
|
7 |
+
*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
*
|
9 |
* @category Eabi
|
10 |
+
* @package Eabi_Omniva
|
11 |
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
12 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
13 |
* @author Matis Halmann
|
14 |
*
|
15 |
|
20 |
<config>
|
21 |
<modules>
|
22 |
<Eabi_DpdEE>
|
23 |
+
<version>0.1.8</version>
|
24 |
</Eabi_DpdEE>
|
25 |
</modules>
|
26 |
|
app/code/community/Eabi/DpdEE/etc/system.xml
CHANGED
@@ -2,30 +2,14 @@
|
|
2 |
<!--
|
3 |
/*
|
4 |
|
5 |
-
*
|
6 |
-
*
|
7 |
-
*
|
8 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
9 |
-
* or OpenGPL v3 license (GNU Public License V3.0)
|
10 |
-
* that is bundled with this package in the file LICENSE.txt.
|
11 |
-
* It is also available through the world-wide-web at this URL:
|
12 |
-
* http://opensource.org/licenses/osl-3.0.php
|
13 |
-
* or
|
14 |
-
* http://www.gnu.org/licenses/gpl-3.0.txt
|
15 |
-
* If you did not receive a copy of the license and are unable to
|
16 |
-
* obtain it through the world-wide-web, please send an email
|
17 |
-
* to info@e-abi.ee so we can send you a copy immediately.
|
18 |
-
*
|
19 |
-
* DISCLAIMER
|
20 |
-
*
|
21 |
-
* Do not edit or add to this file if you wish to upgrade this module to newer
|
22 |
-
* versions in the future.
|
23 |
*
|
24 |
* @category Eabi
|
25 |
-
* @package
|
26 |
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
27 |
-
* @license http://
|
28 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
29 |
* @author Matis Halmann
|
30 |
*
|
31 |
|
2 |
<!--
|
3 |
/*
|
4 |
|
5 |
+
* Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
|
6 |
+
* Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
|
7 |
+
*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
*
|
9 |
* @category Eabi
|
10 |
+
* @package Eabi_Omniva
|
11 |
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
12 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
13 |
* @author Matis Halmann
|
14 |
*
|
15 |
|
app/code/community/Eabi/DpdEE/sql/eabi_dpdee_setup/mysql4-install-0.1.0.php
CHANGED
@@ -1,30 +1,14 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
|
4 |
-
*
|
5 |
-
*
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* or OpenGPL v3 license (GNU Public License V3.0)
|
9 |
-
* that is bundled with this package in the file LICENSE.txt.
|
10 |
-
* It is also available through the world-wide-web at this URL:
|
11 |
-
* http://opensource.org/licenses/osl-3.0.php
|
12 |
-
* or
|
13 |
-
* http://www.gnu.org/licenses/gpl-3.0.txt
|
14 |
-
* If you did not receive a copy of the license and are unable to
|
15 |
-
* obtain it through the world-wide-web, please send an email
|
16 |
-
* to info@e-abi.ee so we can send you a copy immediately.
|
17 |
-
*
|
18 |
-
* DISCLAIMER
|
19 |
-
*
|
20 |
-
* Do not edit or add to this file if you wish to upgrade this module to newer
|
21 |
-
* versions in the future.
|
22 |
*
|
23 |
* @category Eabi
|
24 |
-
* @package
|
25 |
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
26 |
-
* @license http://
|
27 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
28 |
* @author Matis Halmann
|
29 |
*
|
30 |
|
1 |
<?php
|
2 |
/*
|
3 |
|
4 |
+
* Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
|
5 |
+
* Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
|
6 |
+
*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
*
|
8 |
* @category Eabi
|
9 |
+
* @package Eabi_Omniva
|
10 |
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
11 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
12 |
* @author Matis Halmann
|
13 |
*
|
14 |
|
app/code/community/Eabi/DpdEE/sql/eabi_dpdee_setup/mysql4-upgrade-0.1.0-0.1.1.php
CHANGED
@@ -1,30 +1,14 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
|
4 |
-
*
|
5 |
-
*
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* or OpenGPL v3 license (GNU Public License V3.0)
|
9 |
-
* that is bundled with this package in the file LICENSE.txt.
|
10 |
-
* It is also available through the world-wide-web at this URL:
|
11 |
-
* http://opensource.org/licenses/osl-3.0.php
|
12 |
-
* or
|
13 |
-
* http://www.gnu.org/licenses/gpl-3.0.txt
|
14 |
-
* If you did not receive a copy of the license and are unable to
|
15 |
-
* obtain it through the world-wide-web, please send an email
|
16 |
-
* to info@e-abi.ee so we can send you a copy immediately.
|
17 |
-
*
|
18 |
-
* DISCLAIMER
|
19 |
-
*
|
20 |
-
* Do not edit or add to this file if you wish to upgrade this module to newer
|
21 |
-
* versions in the future.
|
22 |
*
|
23 |
* @category Eabi
|
24 |
-
* @package
|
25 |
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
26 |
-
* @license http://
|
27 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
28 |
* @author Matis Halmann
|
29 |
*
|
30 |
|
1 |
<?php
|
2 |
/*
|
3 |
|
4 |
+
* Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
|
5 |
+
* Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
|
6 |
+
*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
*
|
8 |
* @category Eabi
|
9 |
+
* @package Eabi_Omniva
|
10 |
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
11 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
12 |
* @author Matis Halmann
|
13 |
*
|
14 |
|
app/code/community/Eabi/DpdEE/sql/eabi_dpdee_setup/mysql4-upgrade-0.1.1-0.1.2.php
CHANGED
@@ -1,30 +1,14 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
|
4 |
-
*
|
5 |
-
*
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* or OpenGPL v3 license (GNU Public License V3.0)
|
9 |
-
* that is bundled with this package in the file LICENSE.txt.
|
10 |
-
* It is also available through the world-wide-web at this URL:
|
11 |
-
* http://opensource.org/licenses/osl-3.0.php
|
12 |
-
* or
|
13 |
-
* http://www.gnu.org/licenses/gpl-3.0.txt
|
14 |
-
* If you did not receive a copy of the license and are unable to
|
15 |
-
* obtain it through the world-wide-web, please send an email
|
16 |
-
* to info@e-abi.ee so we can send you a copy immediately.
|
17 |
-
*
|
18 |
-
* DISCLAIMER
|
19 |
-
*
|
20 |
-
* Do not edit or add to this file if you wish to upgrade this module to newer
|
21 |
-
* versions in the future.
|
22 |
*
|
23 |
* @category Eabi
|
24 |
-
* @package
|
25 |
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
26 |
-
* @license http://
|
27 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
28 |
* @author Matis Halmann
|
29 |
*
|
30 |
|
1 |
<?php
|
2 |
/*
|
3 |
|
4 |
+
* Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
|
5 |
+
* Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
|
6 |
+
*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
*
|
8 |
* @category Eabi
|
9 |
+
* @package Eabi_Omniva
|
10 |
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
11 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
12 |
* @author Matis Halmann
|
13 |
*
|
14 |
|
app/code/community/Eabi/DpdEE/sql/eabi_dpdee_setup/mysql4-upgrade-0.1.2-0.1.3.php
CHANGED
@@ -1,30 +1,14 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
|
4 |
-
*
|
5 |
-
*
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* or OpenGPL v3 license (GNU Public License V3.0)
|
9 |
-
* that is bundled with this package in the file LICENSE.txt.
|
10 |
-
* It is also available through the world-wide-web at this URL:
|
11 |
-
* http://opensource.org/licenses/osl-3.0.php
|
12 |
-
* or
|
13 |
-
* http://www.gnu.org/licenses/gpl-3.0.txt
|
14 |
-
* If you did not receive a copy of the license and are unable to
|
15 |
-
* obtain it through the world-wide-web, please send an email
|
16 |
-
* to info@e-abi.ee so we can send you a copy immediately.
|
17 |
-
*
|
18 |
-
* DISCLAIMER
|
19 |
-
*
|
20 |
-
* Do not edit or add to this file if you wish to upgrade this module to newer
|
21 |
-
* versions in the future.
|
22 |
*
|
23 |
* @category Eabi
|
24 |
-
* @package
|
25 |
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
26 |
-
* @license http://
|
27 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
28 |
* @author Matis Halmann
|
29 |
*
|
30 |
|
1 |
<?php
|
2 |
/*
|
3 |
|
4 |
+
* Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
|
5 |
+
* Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
|
6 |
+
*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
*
|
8 |
* @category Eabi
|
9 |
+
* @package Eabi_Omniva
|
10 |
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
11 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
12 |
* @author Matis Halmann
|
13 |
*
|
14 |
|
app/code/community/Eabi/DpdEE/sql/eabi_dpdee_setup/mysql4-upgrade-0.1.3-0.1.4.php
CHANGED
@@ -1,30 +1,14 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
|
4 |
-
*
|
5 |
-
*
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* or OpenGPL v3 license (GNU Public License V3.0)
|
9 |
-
* that is bundled with this package in the file LICENSE.txt.
|
10 |
-
* It is also available through the world-wide-web at this URL:
|
11 |
-
* http://opensource.org/licenses/osl-3.0.php
|
12 |
-
* or
|
13 |
-
* http://www.gnu.org/licenses/gpl-3.0.txt
|
14 |
-
* If you did not receive a copy of the license and are unable to
|
15 |
-
* obtain it through the world-wide-web, please send an email
|
16 |
-
* to info@e-abi.ee so we can send you a copy immediately.
|
17 |
-
*
|
18 |
-
* DISCLAIMER
|
19 |
-
*
|
20 |
-
* Do not edit or add to this file if you wish to upgrade this module to newer
|
21 |
-
* versions in the future.
|
22 |
*
|
23 |
* @category Eabi
|
24 |
-
* @package
|
25 |
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
26 |
-
* @license http://
|
27 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
28 |
* @author Matis Halmann
|
29 |
*
|
30 |
|
1 |
<?php
|
2 |
/*
|
3 |
|
4 |
+
* Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
|
5 |
+
* Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
|
6 |
+
*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
*
|
8 |
* @category Eabi
|
9 |
+
* @package Eabi_Omniva
|
10 |
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
11 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
12 |
* @author Matis Halmann
|
13 |
*
|
14 |
|
app/code/community/Eabi/DpdEE/sql/eabi_dpdee_setup/mysql4-upgrade-0.1.6-0.1.7.php
CHANGED
@@ -1,30 +1,14 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
|
4 |
-
*
|
5 |
-
*
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* or OpenGPL v3 license (GNU Public License V3.0)
|
9 |
-
* that is bundled with this package in the file LICENSE.txt.
|
10 |
-
* It is also available through the world-wide-web at this URL:
|
11 |
-
* http://opensource.org/licenses/osl-3.0.php
|
12 |
-
* or
|
13 |
-
* http://www.gnu.org/licenses/gpl-3.0.txt
|
14 |
-
* If you did not receive a copy of the license and are unable to
|
15 |
-
* obtain it through the world-wide-web, please send an email
|
16 |
-
* to info@e-abi.ee so we can send you a copy immediately.
|
17 |
-
*
|
18 |
-
* DISCLAIMER
|
19 |
-
*
|
20 |
-
* Do not edit or add to this file if you wish to upgrade this module to newer
|
21 |
-
* versions in the future.
|
22 |
*
|
23 |
* @category Eabi
|
24 |
-
* @package
|
25 |
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
26 |
-
* @license http://
|
27 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
28 |
* @author Matis Halmann
|
29 |
*
|
30 |
|
1 |
<?php
|
2 |
/*
|
3 |
|
4 |
+
* Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
|
5 |
+
* Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
|
6 |
+
*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
*
|
8 |
* @category Eabi
|
9 |
+
* @package Eabi_Omniva
|
10 |
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
11 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
12 |
* @author Matis Halmann
|
13 |
*
|
14 |
|
app/code/community/Eabi/Postoffice/Block/Adminhtml/Config/Form/Field/Remove.php
CHANGED
@@ -1,30 +1,14 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
|
4 |
-
*
|
5 |
-
*
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* or OpenGPL v3 license (GNU Public License V3.0)
|
9 |
-
* that is bundled with this package in the file LICENSE.txt.
|
10 |
-
* It is also available through the world-wide-web at this URL:
|
11 |
-
* http://opensource.org/licenses/osl-3.0.php
|
12 |
-
* or
|
13 |
-
* http://www.gnu.org/licenses/gpl-3.0.txt
|
14 |
-
* If you did not receive a copy of the license and are unable to
|
15 |
-
* obtain it through the world-wide-web, please send an email
|
16 |
-
* to info@e-abi.ee so we can send you a copy immediately.
|
17 |
-
*
|
18 |
-
* DISCLAIMER
|
19 |
-
*
|
20 |
-
* Do not edit or add to this file if you wish to upgrade this module to newer
|
21 |
-
* versions in the future.
|
22 |
*
|
23 |
* @category Eabi
|
24 |
-
* @package
|
25 |
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
26 |
-
* @license http://
|
27 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
28 |
* @author Matis Halmann
|
29 |
*
|
30 |
|
1 |
<?php
|
2 |
/*
|
3 |
|
4 |
+
* Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
|
5 |
+
* Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
|
6 |
+
*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
*
|
8 |
* @category Eabi
|
9 |
+
* @package Eabi_Omniva
|
10 |
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
11 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
12 |
* @author Matis Halmann
|
13 |
*
|
14 |
|
app/code/community/Eabi/Postoffice/Block/Config/Rebuildbutton.php
CHANGED
@@ -1,30 +1,14 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
|
4 |
-
*
|
5 |
-
*
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* or OpenGPL v3 license (GNU Public License V3.0)
|
9 |
-
* that is bundled with this package in the file LICENSE.txt.
|
10 |
-
* It is also available through the world-wide-web at this URL:
|
11 |
-
* http://opensource.org/licenses/osl-3.0.php
|
12 |
-
* or
|
13 |
-
* http://www.gnu.org/licenses/gpl-3.0.txt
|
14 |
-
* If you did not receive a copy of the license and are unable to
|
15 |
-
* obtain it through the world-wide-web, please send an email
|
16 |
-
* to info@e-abi.ee so we can send you a copy immediately.
|
17 |
-
*
|
18 |
-
* DISCLAIMER
|
19 |
-
*
|
20 |
-
* Do not edit or add to this file if you wish to upgrade this module to newer
|
21 |
-
* versions in the future.
|
22 |
*
|
23 |
* @category Eabi
|
24 |
-
* @package
|
25 |
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
26 |
-
* @license http://
|
27 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
28 |
* @author Matis Halmann
|
29 |
*
|
30 |
|
1 |
<?php
|
2 |
/*
|
3 |
|
4 |
+
* Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
|
5 |
+
* Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
|
6 |
+
*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
*
|
8 |
* @category Eabi
|
9 |
+
* @package Eabi_Omniva
|
10 |
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
11 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
12 |
* @author Matis Halmann
|
13 |
*
|
14 |
|
app/code/community/Eabi/Postoffice/Helper/Countrycode.php
CHANGED
@@ -1,30 +1,14 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
|
4 |
-
*
|
5 |
-
*
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* or OpenGPL v3 license (GNU Public License V3.0)
|
9 |
-
* that is bundled with this package in the file LICENSE.txt.
|
10 |
-
* It is also available through the world-wide-web at this URL:
|
11 |
-
* http://opensource.org/licenses/osl-3.0.php
|
12 |
-
* or
|
13 |
-
* http://www.gnu.org/licenses/gpl-3.0.txt
|
14 |
-
* If you did not receive a copy of the license and are unable to
|
15 |
-
* obtain it through the world-wide-web, please send an email
|
16 |
-
* to info@e-abi.ee so we can send you a copy immediately.
|
17 |
-
*
|
18 |
-
* DISCLAIMER
|
19 |
-
*
|
20 |
-
* Do not edit or add to this file if you wish to upgrade this module to newer
|
21 |
-
* versions in the future.
|
22 |
*
|
23 |
* @category Eabi
|
24 |
-
* @package
|
25 |
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
26 |
-
* @license http://
|
27 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
28 |
* @author Matis Halmann
|
29 |
*
|
30 |
|
1 |
<?php
|
2 |
/*
|
3 |
|
4 |
+
* Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
|
5 |
+
* Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
|
6 |
+
*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
*
|
8 |
* @category Eabi
|
9 |
+
* @package Eabi_Omniva
|
10 |
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
11 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
12 |
* @author Matis Halmann
|
13 |
*
|
14 |
|
app/code/community/Eabi/Postoffice/Helper/Data.php
CHANGED
@@ -1,30 +1,14 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
|
4 |
-
*
|
5 |
-
*
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* or OpenGPL v3 license (GNU Public License V3.0)
|
9 |
-
* that is bundled with this package in the file LICENSE.txt.
|
10 |
-
* It is also available through the world-wide-web at this URL:
|
11 |
-
* http://opensource.org/licenses/osl-3.0.php
|
12 |
-
* or
|
13 |
-
* http://www.gnu.org/licenses/gpl-3.0.txt
|
14 |
-
* If you did not receive a copy of the license and are unable to
|
15 |
-
* obtain it through the world-wide-web, please send an email
|
16 |
-
* to info@e-abi.ee so we can send you a copy immediately.
|
17 |
-
*
|
18 |
-
* DISCLAIMER
|
19 |
-
*
|
20 |
-
* Do not edit or add to this file if you wish to upgrade this module to newer
|
21 |
-
* versions in the future.
|
22 |
*
|
23 |
* @category Eabi
|
24 |
-
* @package
|
25 |
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
26 |
-
* @license http://
|
27 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
28 |
* @author Matis Halmann
|
29 |
*
|
30 |
|
@@ -126,7 +110,12 @@ class Eabi_Postoffice_Helper_Data extends Mage_Core_Helper_Abstract {
|
|
126 |
foreach ($carriers as $carrier) {
|
127 |
$shippingModel = Mage::getModel($carrier->getData('class_name'));
|
128 |
if (!($shippingModel instanceof Eabi_Postoffice_Model_Carrier_Abstract)) {
|
129 |
-
|
|
|
|
|
|
|
|
|
|
|
130 |
}
|
131 |
$shippingModel->clearSession();
|
132 |
}
|
1 |
<?php
|
2 |
/*
|
3 |
|
4 |
+
* Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
|
5 |
+
* Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
|
6 |
+
*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
*
|
8 |
* @category Eabi
|
9 |
+
* @package Eabi_Omniva
|
10 |
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
11 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
12 |
* @author Matis Halmann
|
13 |
*
|
14 |
|
110 |
foreach ($carriers as $carrier) {
|
111 |
$shippingModel = Mage::getModel($carrier->getData('class_name'));
|
112 |
if (!($shippingModel instanceof Eabi_Postoffice_Model_Carrier_Abstract)) {
|
113 |
+
//when disabling modules, which are included on the eabi_carriermodule table
|
114 |
+
//it may cause them not to be the instance of Eabi_Postoffice_Model_Carrier_Abstract any more
|
115 |
+
//to combat this issue, we simply need to ignore the loaded shipping model from the table.
|
116 |
+
//this way we do not cause Magento's own order creation process to fail because of previously disabled modules
|
117 |
+
continue;
|
118 |
+
// throw new Exception('Invalid Shipping model');
|
119 |
}
|
120 |
$shippingModel->clearSession();
|
121 |
}
|
app/code/community/Eabi/Postoffice/Model/Carrier/Abstract.php
CHANGED
@@ -1,30 +1,14 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
|
4 |
-
*
|
5 |
-
*
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* or OpenGPL v3 license (GNU Public License V3.0)
|
9 |
-
* that is bundled with this package in the file LICENSE.txt.
|
10 |
-
* It is also available through the world-wide-web at this URL:
|
11 |
-
* http://opensource.org/licenses/osl-3.0.php
|
12 |
-
* or
|
13 |
-
* http://www.gnu.org/licenses/gpl-3.0.txt
|
14 |
-
* If you did not receive a copy of the license and are unable to
|
15 |
-
* obtain it through the world-wide-web, please send an email
|
16 |
-
* to info@e-abi.ee so we can send you a copy immediately.
|
17 |
-
*
|
18 |
-
* DISCLAIMER
|
19 |
-
*
|
20 |
-
* Do not edit or add to this file if you wish to upgrade this module to newer
|
21 |
-
* versions in the future.
|
22 |
*
|
23 |
* @category Eabi
|
24 |
-
* @package
|
25 |
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
26 |
-
* @license http://
|
27 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
28 |
* @author Matis Halmann
|
29 |
*
|
30 |
|
@@ -489,7 +473,7 @@ EOT;
|
|
489 |
* @param Mage_Customer_Model_Address $address
|
490 |
* @return bool
|
491 |
*/
|
492 |
-
public function isCodEnabled(
|
493 |
return $this->getConfigData('enable_cod');
|
494 |
}
|
495 |
|
1 |
<?php
|
2 |
/*
|
3 |
|
4 |
+
* Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
|
5 |
+
* Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
|
6 |
+
*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
*
|
8 |
* @category Eabi
|
9 |
+
* @package Eabi_Omniva
|
10 |
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
11 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
12 |
* @author Matis Halmann
|
13 |
*
|
14 |
|
473 |
* @param Mage_Customer_Model_Address $address
|
474 |
* @return bool
|
475 |
*/
|
476 |
+
public function isCodEnabled($address) {
|
477 |
return $this->getConfigData('enable_cod');
|
478 |
}
|
479 |
|
app/code/community/Eabi/Postoffice/Model/Carrier/Result.php
CHANGED
@@ -1,30 +1,14 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
|
4 |
-
*
|
5 |
-
*
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* or OpenGPL v3 license (GNU Public License V3.0)
|
9 |
-
* that is bundled with this package in the file LICENSE.txt.
|
10 |
-
* It is also available through the world-wide-web at this URL:
|
11 |
-
* http://opensource.org/licenses/osl-3.0.php
|
12 |
-
* or
|
13 |
-
* http://www.gnu.org/licenses/gpl-3.0.txt
|
14 |
-
* If you did not receive a copy of the license and are unable to
|
15 |
-
* obtain it through the world-wide-web, please send an email
|
16 |
-
* to info@e-abi.ee so we can send you a copy immediately.
|
17 |
-
*
|
18 |
-
* DISCLAIMER
|
19 |
-
*
|
20 |
-
* Do not edit or add to this file if you wish to upgrade this module to newer
|
21 |
-
* versions in the future.
|
22 |
*
|
23 |
* @category Eabi
|
24 |
-
* @package
|
25 |
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
26 |
-
* @license http://
|
27 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
28 |
* @author Matis Halmann
|
29 |
*
|
30 |
|
1 |
<?php
|
2 |
/*
|
3 |
|
4 |
+
* Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
|
5 |
+
* Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
|
6 |
+
*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
*
|
8 |
* @category Eabi
|
9 |
+
* @package Eabi_Omniva
|
10 |
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
11 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
12 |
* @author Matis Halmann
|
13 |
*
|
14 |
|
app/code/community/Eabi/Postoffice/Model/Carriermodule.php
CHANGED
@@ -1,30 +1,14 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
|
4 |
-
*
|
5 |
-
*
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* or OpenGPL v3 license (GNU Public License V3.0)
|
9 |
-
* that is bundled with this package in the file LICENSE.txt.
|
10 |
-
* It is also available through the world-wide-web at this URL:
|
11 |
-
* http://opensource.org/licenses/osl-3.0.php
|
12 |
-
* or
|
13 |
-
* http://www.gnu.org/licenses/gpl-3.0.txt
|
14 |
-
* If you did not receive a copy of the license and are unable to
|
15 |
-
* obtain it through the world-wide-web, please send an email
|
16 |
-
* to info@e-abi.ee so we can send you a copy immediately.
|
17 |
-
*
|
18 |
-
* DISCLAIMER
|
19 |
-
*
|
20 |
-
* Do not edit or add to this file if you wish to upgrade this module to newer
|
21 |
-
* versions in the future.
|
22 |
*
|
23 |
* @category Eabi
|
24 |
-
* @package
|
25 |
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
26 |
-
* @license http://
|
27 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
28 |
* @author Matis Halmann
|
29 |
*
|
30 |
|
1 |
<?php
|
2 |
/*
|
3 |
|
4 |
+
* Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
|
5 |
+
* Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
|
6 |
+
*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
*
|
8 |
* @category Eabi
|
9 |
+
* @package Eabi_Omniva
|
10 |
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
11 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
12 |
* @author Matis Halmann
|
13 |
*
|
14 |
|
app/code/community/Eabi/Postoffice/Model/Mysql4/Carriermodule.php
CHANGED
@@ -1,30 +1,14 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
|
4 |
-
*
|
5 |
-
*
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* or OpenGPL v3 license (GNU Public License V3.0)
|
9 |
-
* that is bundled with this package in the file LICENSE.txt.
|
10 |
-
* It is also available through the world-wide-web at this URL:
|
11 |
-
* http://opensource.org/licenses/osl-3.0.php
|
12 |
-
* or
|
13 |
-
* http://www.gnu.org/licenses/gpl-3.0.txt
|
14 |
-
* If you did not receive a copy of the license and are unable to
|
15 |
-
* obtain it through the world-wide-web, please send an email
|
16 |
-
* to info@e-abi.ee so we can send you a copy immediately.
|
17 |
-
*
|
18 |
-
* DISCLAIMER
|
19 |
-
*
|
20 |
-
* Do not edit or add to this file if you wish to upgrade this module to newer
|
21 |
-
* versions in the future.
|
22 |
*
|
23 |
* @category Eabi
|
24 |
-
* @package
|
25 |
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
26 |
-
* @license http://
|
27 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
28 |
* @author Matis Halmann
|
29 |
*
|
30 |
|
1 |
<?php
|
2 |
/*
|
3 |
|
4 |
+
* Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
|
5 |
+
* Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
|
6 |
+
*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
*
|
8 |
* @category Eabi
|
9 |
+
* @package Eabi_Omniva
|
10 |
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
11 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
12 |
* @author Matis Halmann
|
13 |
*
|
14 |
|
app/code/community/Eabi/Postoffice/Model/Mysql4/Carriermodule/Collection.php
CHANGED
@@ -1,30 +1,14 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
|
4 |
-
*
|
5 |
-
*
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* or OpenGPL v3 license (GNU Public License V3.0)
|
9 |
-
* that is bundled with this package in the file LICENSE.txt.
|
10 |
-
* It is also available through the world-wide-web at this URL:
|
11 |
-
* http://opensource.org/licenses/osl-3.0.php
|
12 |
-
* or
|
13 |
-
* http://www.gnu.org/licenses/gpl-3.0.txt
|
14 |
-
* If you did not receive a copy of the license and are unable to
|
15 |
-
* obtain it through the world-wide-web, please send an email
|
16 |
-
* to info@e-abi.ee so we can send you a copy immediately.
|
17 |
-
*
|
18 |
-
* DISCLAIMER
|
19 |
-
*
|
20 |
-
* Do not edit or add to this file if you wish to upgrade this module to newer
|
21 |
-
* versions in the future.
|
22 |
*
|
23 |
* @category Eabi
|
24 |
-
* @package
|
25 |
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
26 |
-
* @license http://
|
27 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
28 |
* @author Matis Halmann
|
29 |
*
|
30 |
|
1 |
<?php
|
2 |
/*
|
3 |
|
4 |
+
* Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
|
5 |
+
* Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
|
6 |
+
*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
*
|
8 |
* @category Eabi
|
9 |
+
* @package Eabi_Omniva
|
10 |
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
11 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
12 |
* @author Matis Halmann
|
13 |
*
|
14 |
|
app/code/community/Eabi/Postoffice/Model/Mysql4/Office.php
CHANGED
@@ -1,30 +1,14 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
|
4 |
-
*
|
5 |
-
*
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* or OpenGPL v3 license (GNU Public License V3.0)
|
9 |
-
* that is bundled with this package in the file LICENSE.txt.
|
10 |
-
* It is also available through the world-wide-web at this URL:
|
11 |
-
* http://opensource.org/licenses/osl-3.0.php
|
12 |
-
* or
|
13 |
-
* http://www.gnu.org/licenses/gpl-3.0.txt
|
14 |
-
* If you did not receive a copy of the license and are unable to
|
15 |
-
* obtain it through the world-wide-web, please send an email
|
16 |
-
* to info@e-abi.ee so we can send you a copy immediately.
|
17 |
-
*
|
18 |
-
* DISCLAIMER
|
19 |
-
*
|
20 |
-
* Do not edit or add to this file if you wish to upgrade this module to newer
|
21 |
-
* versions in the future.
|
22 |
*
|
23 |
* @category Eabi
|
24 |
-
* @package
|
25 |
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
26 |
-
* @license http://
|
27 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
28 |
* @author Matis Halmann
|
29 |
*
|
30 |
|
1 |
<?php
|
2 |
/*
|
3 |
|
4 |
+
* Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
|
5 |
+
* Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
|
6 |
+
*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
*
|
8 |
* @category Eabi
|
9 |
+
* @package Eabi_Omniva
|
10 |
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
11 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
12 |
* @author Matis Halmann
|
13 |
*
|
14 |
|
app/code/community/Eabi/Postoffice/Model/Mysql4/Office/Collection.php
CHANGED
@@ -1,30 +1,14 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
|
4 |
-
*
|
5 |
-
*
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* or OpenGPL v3 license (GNU Public License V3.0)
|
9 |
-
* that is bundled with this package in the file LICENSE.txt.
|
10 |
-
* It is also available through the world-wide-web at this URL:
|
11 |
-
* http://opensource.org/licenses/osl-3.0.php
|
12 |
-
* or
|
13 |
-
* http://www.gnu.org/licenses/gpl-3.0.txt
|
14 |
-
* If you did not receive a copy of the license and are unable to
|
15 |
-
* obtain it through the world-wide-web, please send an email
|
16 |
-
* to info@e-abi.ee so we can send you a copy immediately.
|
17 |
-
*
|
18 |
-
* DISCLAIMER
|
19 |
-
*
|
20 |
-
* Do not edit or add to this file if you wish to upgrade this module to newer
|
21 |
-
* versions in the future.
|
22 |
*
|
23 |
* @category Eabi
|
24 |
-
* @package
|
25 |
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
26 |
-
* @license http://
|
27 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
28 |
* @author Matis Halmann
|
29 |
*
|
30 |
|
1 |
<?php
|
2 |
/*
|
3 |
|
4 |
+
* Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
|
5 |
+
* Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
|
6 |
+
*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
*
|
8 |
* @category Eabi
|
9 |
+
* @package Eabi_Omniva
|
10 |
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
11 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
12 |
* @author Matis Halmann
|
13 |
*
|
14 |
|
app/code/community/Eabi/Postoffice/Model/Office.php
CHANGED
@@ -1,30 +1,14 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
|
4 |
-
*
|
5 |
-
*
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* or OpenGPL v3 license (GNU Public License V3.0)
|
9 |
-
* that is bundled with this package in the file LICENSE.txt.
|
10 |
-
* It is also available through the world-wide-web at this URL:
|
11 |
-
* http://opensource.org/licenses/osl-3.0.php
|
12 |
-
* or
|
13 |
-
* http://www.gnu.org/licenses/gpl-3.0.txt
|
14 |
-
* If you did not receive a copy of the license and are unable to
|
15 |
-
* obtain it through the world-wide-web, please send an email
|
16 |
-
* to info@e-abi.ee so we can send you a copy immediately.
|
17 |
-
*
|
18 |
-
* DISCLAIMER
|
19 |
-
*
|
20 |
-
* Do not edit or add to this file if you wish to upgrade this module to newer
|
21 |
-
* versions in the future.
|
22 |
*
|
23 |
* @category Eabi
|
24 |
-
* @package
|
25 |
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
26 |
-
* @license http://
|
27 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
28 |
* @author Matis Halmann
|
29 |
*
|
30 |
|
1 |
<?php
|
2 |
/*
|
3 |
|
4 |
+
* Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
|
5 |
+
* Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
|
6 |
+
*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
*
|
8 |
* @category Eabi
|
9 |
+
* @package Eabi_Omniva
|
10 |
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
11 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
12 |
* @author Matis Halmann
|
13 |
*
|
14 |
|
app/code/community/Eabi/Postoffice/Model/Orderview.php
CHANGED
@@ -1,30 +1,14 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
|
4 |
-
*
|
5 |
-
*
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* or OpenGPL v3 license (GNU Public License V3.0)
|
9 |
-
* that is bundled with this package in the file LICENSE.txt.
|
10 |
-
* It is also available through the world-wide-web at this URL:
|
11 |
-
* http://opensource.org/licenses/osl-3.0.php
|
12 |
-
* or
|
13 |
-
* http://www.gnu.org/licenses/gpl-3.0.txt
|
14 |
-
* If you did not receive a copy of the license and are unable to
|
15 |
-
* obtain it through the world-wide-web, please send an email
|
16 |
-
* to info@e-abi.ee so we can send you a copy immediately.
|
17 |
-
*
|
18 |
-
* DISCLAIMER
|
19 |
-
*
|
20 |
-
* Do not edit or add to this file if you wish to upgrade this module to newer
|
21 |
-
* versions in the future.
|
22 |
*
|
23 |
* @category Eabi
|
24 |
-
* @package
|
25 |
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
26 |
-
* @license http://
|
27 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
28 |
* @author Matis Halmann
|
29 |
*
|
30 |
|
1 |
<?php
|
2 |
/*
|
3 |
|
4 |
+
* Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
|
5 |
+
* Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
|
6 |
+
*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
*
|
8 |
* @category Eabi
|
9 |
+
* @package Eabi_Omniva
|
10 |
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
11 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
12 |
* @author Matis Halmann
|
13 |
*
|
14 |
|
app/code/community/Eabi/Postoffice/Model/Source/Sendevent.php
CHANGED
@@ -1,30 +1,14 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
|
4 |
-
*
|
5 |
-
*
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* or OpenGPL v3 license (GNU Public License V3.0)
|
9 |
-
* that is bundled with this package in the file LICENSE.txt.
|
10 |
-
* It is also available through the world-wide-web at this URL:
|
11 |
-
* http://opensource.org/licenses/osl-3.0.php
|
12 |
-
* or
|
13 |
-
* http://www.gnu.org/licenses/gpl-3.0.txt
|
14 |
-
* If you did not receive a copy of the license and are unable to
|
15 |
-
* obtain it through the world-wide-web, please send an email
|
16 |
-
* to info@e-abi.ee so we can send you a copy immediately.
|
17 |
-
*
|
18 |
-
* DISCLAIMER
|
19 |
-
*
|
20 |
-
* Do not edit or add to this file if you wish to upgrade this module to newer
|
21 |
-
* versions in the future.
|
22 |
*
|
23 |
* @category Eabi
|
24 |
-
* @package
|
25 |
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
26 |
-
* @license http://
|
27 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
28 |
* @author Matis Halmann
|
29 |
*
|
30 |
|
1 |
<?php
|
2 |
/*
|
3 |
|
4 |
+
* Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
|
5 |
+
* Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
|
6 |
+
*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
*
|
8 |
* @category Eabi
|
9 |
+
* @package Eabi_Omniva
|
10 |
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
11 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
12 |
* @author Matis Halmann
|
13 |
*
|
14 |
|
app/code/community/Eabi/Postoffice/Model/Updater.php
CHANGED
@@ -1,30 +1,14 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
|
4 |
-
*
|
5 |
-
*
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* or OpenGPL v3 license (GNU Public License V3.0)
|
9 |
-
* that is bundled with this package in the file LICENSE.txt.
|
10 |
-
* It is also available through the world-wide-web at this URL:
|
11 |
-
* http://opensource.org/licenses/osl-3.0.php
|
12 |
-
* or
|
13 |
-
* http://www.gnu.org/licenses/gpl-3.0.txt
|
14 |
-
* If you did not receive a copy of the license and are unable to
|
15 |
-
* obtain it through the world-wide-web, please send an email
|
16 |
-
* to info@e-abi.ee so we can send you a copy immediately.
|
17 |
-
*
|
18 |
-
* DISCLAIMER
|
19 |
-
*
|
20 |
-
* Do not edit or add to this file if you wish to upgrade this module to newer
|
21 |
-
* versions in the future.
|
22 |
*
|
23 |
* @category Eabi
|
24 |
-
* @package
|
25 |
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
26 |
-
* @license http://
|
27 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
28 |
* @author Matis Halmann
|
29 |
*
|
30 |
|
1 |
<?php
|
2 |
/*
|
3 |
|
4 |
+
* Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
|
5 |
+
* Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
|
6 |
+
*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
*
|
8 |
* @category Eabi
|
9 |
+
* @package Eabi_Omniva
|
10 |
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
11 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
12 |
* @author Matis Halmann
|
13 |
*
|
14 |
|
app/code/community/Eabi/Postoffice/controllers/Adminhtml/PostofficeController.php
CHANGED
@@ -1,30 +1,14 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
|
4 |
-
*
|
5 |
-
*
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* or OpenGPL v3 license (GNU Public License V3.0)
|
9 |
-
* that is bundled with this package in the file LICENSE.txt.
|
10 |
-
* It is also available through the world-wide-web at this URL:
|
11 |
-
* http://opensource.org/licenses/osl-3.0.php
|
12 |
-
* or
|
13 |
-
* http://www.gnu.org/licenses/gpl-3.0.txt
|
14 |
-
* If you did not receive a copy of the license and are unable to
|
15 |
-
* obtain it through the world-wide-web, please send an email
|
16 |
-
* to info@e-abi.ee so we can send you a copy immediately.
|
17 |
-
*
|
18 |
-
* DISCLAIMER
|
19 |
-
*
|
20 |
-
* Do not edit or add to this file if you wish to upgrade this module to newer
|
21 |
-
* versions in the future.
|
22 |
*
|
23 |
* @category Eabi
|
24 |
-
* @package
|
25 |
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
26 |
-
* @license http://
|
27 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
28 |
* @author Matis Halmann
|
29 |
*
|
30 |
|
1 |
<?php
|
2 |
/*
|
3 |
|
4 |
+
* Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
|
5 |
+
* Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
|
6 |
+
*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
*
|
8 |
* @category Eabi
|
9 |
+
* @package Eabi_Omniva
|
10 |
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
11 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
12 |
* @author Matis Halmann
|
13 |
*
|
14 |
|
app/code/community/Eabi/Postoffice/controllers/IndexController.php
CHANGED
@@ -1,30 +1,14 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
|
4 |
-
*
|
5 |
-
*
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* or OpenGPL v3 license (GNU Public License V3.0)
|
9 |
-
* that is bundled with this package in the file LICENSE.txt.
|
10 |
-
* It is also available through the world-wide-web at this URL:
|
11 |
-
* http://opensource.org/licenses/osl-3.0.php
|
12 |
-
* or
|
13 |
-
* http://www.gnu.org/licenses/gpl-3.0.txt
|
14 |
-
* If you did not receive a copy of the license and are unable to
|
15 |
-
* obtain it through the world-wide-web, please send an email
|
16 |
-
* to info@e-abi.ee so we can send you a copy immediately.
|
17 |
-
*
|
18 |
-
* DISCLAIMER
|
19 |
-
*
|
20 |
-
* Do not edit or add to this file if you wish to upgrade this module to newer
|
21 |
-
* versions in the future.
|
22 |
*
|
23 |
* @category Eabi
|
24 |
-
* @package
|
25 |
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
26 |
-
* @license http://
|
27 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
28 |
* @author Matis Halmann
|
29 |
*
|
30 |
|
1 |
<?php
|
2 |
/*
|
3 |
|
4 |
+
* Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
|
5 |
+
* Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
|
6 |
+
*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
*
|
8 |
* @category Eabi
|
9 |
+
* @package Eabi_Omniva
|
10 |
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
11 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
12 |
* @author Matis Halmann
|
13 |
*
|
14 |
|
app/code/community/Eabi/Postoffice/etc/config.xml
CHANGED
@@ -2,30 +2,14 @@
|
|
2 |
<!--
|
3 |
/*
|
4 |
|
5 |
-
*
|
6 |
-
*
|
7 |
-
*
|
8 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
9 |
-
* or OpenGPL v3 license (GNU Public License V3.0)
|
10 |
-
* that is bundled with this package in the file LICENSE.txt.
|
11 |
-
* It is also available through the world-wide-web at this URL:
|
12 |
-
* http://opensource.org/licenses/osl-3.0.php
|
13 |
-
* or
|
14 |
-
* http://www.gnu.org/licenses/gpl-3.0.txt
|
15 |
-
* If you did not receive a copy of the license and are unable to
|
16 |
-
* obtain it through the world-wide-web, please send an email
|
17 |
-
* to info@e-abi.ee so we can send you a copy immediately.
|
18 |
-
*
|
19 |
-
* DISCLAIMER
|
20 |
-
*
|
21 |
-
* Do not edit or add to this file if you wish to upgrade this module to newer
|
22 |
-
* versions in the future.
|
23 |
*
|
24 |
* @category Eabi
|
25 |
-
* @package
|
26 |
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
27 |
-
* @license http://
|
28 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
29 |
* @author Matis Halmann
|
30 |
*
|
31 |
|
@@ -36,7 +20,7 @@
|
|
36 |
<config>
|
37 |
<modules>
|
38 |
<Eabi_Postoffice>
|
39 |
-
<version>0.1.
|
40 |
</Eabi_Postoffice>
|
41 |
</modules>
|
42 |
|
2 |
<!--
|
3 |
/*
|
4 |
|
5 |
+
* Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
|
6 |
+
* Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
|
7 |
+
*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
*
|
9 |
* @category Eabi
|
10 |
+
* @package Eabi_Omniva
|
11 |
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
12 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
13 |
* @author Matis Halmann
|
14 |
*
|
15 |
|
20 |
<config>
|
21 |
<modules>
|
22 |
<Eabi_Postoffice>
|
23 |
+
<version>0.1.5</version>
|
24 |
</Eabi_Postoffice>
|
25 |
</modules>
|
26 |
|
app/code/community/Eabi/Postoffice/sql/eabi_postoffice_setup/mysql4-install-0.1.0.php
CHANGED
@@ -1,30 +1,14 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
|
4 |
-
*
|
5 |
-
*
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* or OpenGPL v3 license (GNU Public License V3.0)
|
9 |
-
* that is bundled with this package in the file LICENSE.txt.
|
10 |
-
* It is also available through the world-wide-web at this URL:
|
11 |
-
* http://opensource.org/licenses/osl-3.0.php
|
12 |
-
* or
|
13 |
-
* http://www.gnu.org/licenses/gpl-3.0.txt
|
14 |
-
* If you did not receive a copy of the license and are unable to
|
15 |
-
* obtain it through the world-wide-web, please send an email
|
16 |
-
* to info@e-abi.ee so we can send you a copy immediately.
|
17 |
-
*
|
18 |
-
* DISCLAIMER
|
19 |
-
*
|
20 |
-
* Do not edit or add to this file if you wish to upgrade this module to newer
|
21 |
-
* versions in the future.
|
22 |
*
|
23 |
* @category Eabi
|
24 |
-
* @package
|
25 |
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
26 |
-
* @license http://
|
27 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
28 |
* @author Matis Halmann
|
29 |
*
|
30 |
|
1 |
<?php
|
2 |
/*
|
3 |
|
4 |
+
* Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
|
5 |
+
* Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
|
6 |
+
*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
*
|
8 |
* @category Eabi
|
9 |
+
* @package Eabi_Omniva
|
10 |
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
11 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
12 |
* @author Matis Halmann
|
13 |
*
|
14 |
|
app/code/community/Eabi/Postoffice/sql/eabi_postoffice_setup/mysql4-upgrade-0.1.0-0.1.1.php
CHANGED
@@ -1,30 +1,14 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
|
4 |
-
*
|
5 |
-
*
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* or OpenGPL v3 license (GNU Public License V3.0)
|
9 |
-
* that is bundled with this package in the file LICENSE.txt.
|
10 |
-
* It is also available through the world-wide-web at this URL:
|
11 |
-
* http://opensource.org/licenses/osl-3.0.php
|
12 |
-
* or
|
13 |
-
* http://www.gnu.org/licenses/gpl-3.0.txt
|
14 |
-
* If you did not receive a copy of the license and are unable to
|
15 |
-
* obtain it through the world-wide-web, please send an email
|
16 |
-
* to info@e-abi.ee so we can send you a copy immediately.
|
17 |
-
*
|
18 |
-
* DISCLAIMER
|
19 |
-
*
|
20 |
-
* Do not edit or add to this file if you wish to upgrade this module to newer
|
21 |
-
* versions in the future.
|
22 |
*
|
23 |
* @category Eabi
|
24 |
-
* @package
|
25 |
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
26 |
-
* @license http://
|
27 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
28 |
* @author Matis Halmann
|
29 |
*
|
30 |
|
1 |
<?php
|
2 |
/*
|
3 |
|
4 |
+
* Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
|
5 |
+
* Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
|
6 |
+
*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
*
|
8 |
* @category Eabi
|
9 |
+
* @package Eabi_Omniva
|
10 |
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
11 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
12 |
* @author Matis Halmann
|
13 |
*
|
14 |
|
app/code/community/Eabi/Postoffice/sql/eabi_postoffice_setup/mysql4-upgrade-0.1.1-0.1.2.php
CHANGED
@@ -1,30 +1,14 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
|
4 |
-
*
|
5 |
-
*
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* or OpenGPL v3 license (GNU Public License V3.0)
|
9 |
-
* that is bundled with this package in the file LICENSE.txt.
|
10 |
-
* It is also available through the world-wide-web at this URL:
|
11 |
-
* http://opensource.org/licenses/osl-3.0.php
|
12 |
-
* or
|
13 |
-
* http://www.gnu.org/licenses/gpl-3.0.txt
|
14 |
-
* If you did not receive a copy of the license and are unable to
|
15 |
-
* obtain it through the world-wide-web, please send an email
|
16 |
-
* to info@e-abi.ee so we can send you a copy immediately.
|
17 |
-
*
|
18 |
-
* DISCLAIMER
|
19 |
-
*
|
20 |
-
* Do not edit or add to this file if you wish to upgrade this module to newer
|
21 |
-
* versions in the future.
|
22 |
*
|
23 |
* @category Eabi
|
24 |
-
* @package
|
25 |
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
26 |
-
* @license http://
|
27 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
28 |
* @author Matis Halmann
|
29 |
*
|
30 |
|
1 |
<?php
|
2 |
/*
|
3 |
|
4 |
+
* Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
|
5 |
+
* Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
|
6 |
+
*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
*
|
8 |
* @category Eabi
|
9 |
+
* @package Eabi_Omniva
|
10 |
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
11 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
12 |
* @author Matis Halmann
|
13 |
*
|
14 |
|
app/design/adminhtml/default/default/layout/eabi_postoffice.xml
CHANGED
@@ -2,30 +2,14 @@
|
|
2 |
<!--
|
3 |
/*
|
4 |
|
5 |
-
*
|
6 |
-
*
|
7 |
-
*
|
8 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
9 |
-
* or OpenGPL v3 license (GNU Public License V3.0)
|
10 |
-
* that is bundled with this package in the file LICENSE.txt.
|
11 |
-
* It is also available through the world-wide-web at this URL:
|
12 |
-
* http://opensource.org/licenses/osl-3.0.php
|
13 |
-
* or
|
14 |
-
* http://www.gnu.org/licenses/gpl-3.0.txt
|
15 |
-
* If you did not receive a copy of the license and are unable to
|
16 |
-
* obtain it through the world-wide-web, please send an email
|
17 |
-
* to info@e-abi.ee so we can send you a copy immediately.
|
18 |
-
*
|
19 |
-
* DISCLAIMER
|
20 |
-
*
|
21 |
-
* Do not edit or add to this file if you wish to upgrade this module to newer
|
22 |
-
* versions in the future.
|
23 |
*
|
24 |
* @category Eabi
|
25 |
-
* @package
|
26 |
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
27 |
-
* @license http://
|
28 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
29 |
* @author Matis Halmann
|
30 |
*
|
31 |
|
2 |
<!--
|
3 |
/*
|
4 |
|
5 |
+
* Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
|
6 |
+
* Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
|
7 |
+
*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
*
|
9 |
* @category Eabi
|
10 |
+
* @package Eabi_Omniva
|
11 |
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
12 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
13 |
* @author Matis Halmann
|
14 |
*
|
15 |
|
app/design/adminhtml/default/default/template/eabi_postoffice/shipping_method_form.phtml
CHANGED
@@ -1,30 +1,14 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
|
4 |
-
*
|
5 |
-
*
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* or OpenGPL v3 license (GNU Public License V3.0)
|
9 |
-
* that is bundled with this package in the file LICENSE.txt.
|
10 |
-
* It is also available through the world-wide-web at this URL:
|
11 |
-
* http://opensource.org/licenses/osl-3.0.php
|
12 |
-
* or
|
13 |
-
* http://www.gnu.org/licenses/gpl-3.0.txt
|
14 |
-
* If you did not receive a copy of the license and are unable to
|
15 |
-
* obtain it through the world-wide-web, please send an email
|
16 |
-
* to info@e-abi.ee so we can send you a copy immediately.
|
17 |
-
*
|
18 |
-
* DISCLAIMER
|
19 |
-
*
|
20 |
-
* Do not edit or add to this file if you wish to upgrade this module to newer
|
21 |
-
* versions in the future.
|
22 |
*
|
23 |
* @category Eabi
|
24 |
-
* @package
|
25 |
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
26 |
-
* @license http://
|
27 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
28 |
* @author Matis Halmann
|
29 |
*
|
30 |
|
1 |
<?php
|
2 |
/*
|
3 |
|
4 |
+
* Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
|
5 |
+
* Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
|
6 |
+
*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
*
|
8 |
* @category Eabi
|
9 |
+
* @package Eabi_Omniva
|
10 |
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
11 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
12 |
* @author Matis Halmann
|
13 |
*
|
14 |
|
app/design/frontend/base/default/layout/eabi_postoffice.xml
CHANGED
@@ -2,30 +2,14 @@
|
|
2 |
<!--
|
3 |
/*
|
4 |
|
5 |
-
*
|
6 |
-
*
|
7 |
-
*
|
8 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
9 |
-
* or OpenGPL v3 license (GNU Public License V3.0)
|
10 |
-
* that is bundled with this package in the file LICENSE.txt.
|
11 |
-
* It is also available through the world-wide-web at this URL:
|
12 |
-
* http://opensource.org/licenses/osl-3.0.php
|
13 |
-
* or
|
14 |
-
* http://www.gnu.org/licenses/gpl-3.0.txt
|
15 |
-
* If you did not receive a copy of the license and are unable to
|
16 |
-
* obtain it through the world-wide-web, please send an email
|
17 |
-
* to info@e-abi.ee so we can send you a copy immediately.
|
18 |
-
*
|
19 |
-
* DISCLAIMER
|
20 |
-
*
|
21 |
-
* Do not edit or add to this file if you wish to upgrade this module to newer
|
22 |
-
* versions in the future.
|
23 |
*
|
24 |
* @category Eabi
|
25 |
-
* @package
|
26 |
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
27 |
-
* @license http://
|
28 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
29 |
* @author Matis Halmann
|
30 |
*
|
31 |
|
2 |
<!--
|
3 |
/*
|
4 |
|
5 |
+
* Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
|
6 |
+
* Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
|
7 |
+
*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
*
|
9 |
* @category Eabi
|
10 |
+
* @package Eabi_Omniva
|
11 |
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
12 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
13 |
* @author Matis Halmann
|
14 |
*
|
15 |
|
app/design/frontend/base/default/template/eabi_postoffice/available.phtml
CHANGED
@@ -1,30 +1,14 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
|
4 |
-
*
|
5 |
-
*
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* or OpenGPL v3 license (GNU Public License V3.0)
|
9 |
-
* that is bundled with this package in the file LICENSE.txt.
|
10 |
-
* It is also available through the world-wide-web at this URL:
|
11 |
-
* http://opensource.org/licenses/osl-3.0.php
|
12 |
-
* or
|
13 |
-
* http://www.gnu.org/licenses/gpl-3.0.txt
|
14 |
-
* If you did not receive a copy of the license and are unable to
|
15 |
-
* obtain it through the world-wide-web, please send an email
|
16 |
-
* to info@e-abi.ee so we can send you a copy immediately.
|
17 |
-
*
|
18 |
-
* DISCLAIMER
|
19 |
-
*
|
20 |
-
* Do not edit or add to this file if you wish to upgrade this module to newer
|
21 |
-
* versions in the future.
|
22 |
*
|
23 |
* @category Eabi
|
24 |
-
* @package
|
25 |
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
26 |
-
* @license http://
|
27 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
28 |
* @author Matis Halmann
|
29 |
*
|
30 |
|
1 |
<?php
|
2 |
/*
|
3 |
|
4 |
+
* Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
|
5 |
+
* Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
|
6 |
+
*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
*
|
8 |
* @category Eabi
|
9 |
+
* @package Eabi_Omniva
|
10 |
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
11 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
12 |
* @author Matis Halmann
|
13 |
*
|
14 |
|
app/design/frontend/base/default/template/eabi_postoffice/multishipping.phtml
CHANGED
@@ -1,30 +1,14 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
|
4 |
-
*
|
5 |
-
*
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* or OpenGPL v3 license (GNU Public License V3.0)
|
9 |
-
* that is bundled with this package in the file LICENSE.txt.
|
10 |
-
* It is also available through the world-wide-web at this URL:
|
11 |
-
* http://opensource.org/licenses/osl-3.0.php
|
12 |
-
* or
|
13 |
-
* http://www.gnu.org/licenses/gpl-3.0.txt
|
14 |
-
* If you did not receive a copy of the license and are unable to
|
15 |
-
* obtain it through the world-wide-web, please send an email
|
16 |
-
* to info@e-abi.ee so we can send you a copy immediately.
|
17 |
-
*
|
18 |
-
* DISCLAIMER
|
19 |
-
*
|
20 |
-
* Do not edit or add to this file if you wish to upgrade this module to newer
|
21 |
-
* versions in the future.
|
22 |
*
|
23 |
* @category Eabi
|
24 |
-
* @package
|
25 |
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
26 |
-
* @license http://
|
27 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
28 |
* @author Matis Halmann
|
29 |
*
|
30 |
|
1 |
<?php
|
2 |
/*
|
3 |
|
4 |
+
* Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
|
5 |
+
* Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
|
6 |
+
*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
*
|
8 |
* @category Eabi
|
9 |
+
* @package Eabi_Omniva
|
10 |
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
11 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
12 |
* @author Matis Halmann
|
13 |
*
|
14 |
|
app/design/frontend/base/default/template/eabi_postoffice/shipping.phtml
CHANGED
@@ -1,30 +1,14 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
|
4 |
-
*
|
5 |
-
*
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* or OpenGPL v3 license (GNU Public License V3.0)
|
9 |
-
* that is bundled with this package in the file LICENSE.txt.
|
10 |
-
* It is also available through the world-wide-web at this URL:
|
11 |
-
* http://opensource.org/licenses/osl-3.0.php
|
12 |
-
* or
|
13 |
-
* http://www.gnu.org/licenses/gpl-3.0.txt
|
14 |
-
* If you did not receive a copy of the license and are unable to
|
15 |
-
* obtain it through the world-wide-web, please send an email
|
16 |
-
* to info@e-abi.ee so we can send you a copy immediately.
|
17 |
-
*
|
18 |
-
* DISCLAIMER
|
19 |
-
*
|
20 |
-
* Do not edit or add to this file if you wish to upgrade this module to newer
|
21 |
-
* versions in the future.
|
22 |
*
|
23 |
* @category Eabi
|
24 |
-
* @package
|
25 |
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
26 |
-
* @license http://
|
27 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
28 |
* @author Matis Halmann
|
29 |
*
|
30 |
|
1 |
<?php
|
2 |
/*
|
3 |
|
4 |
+
* Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
|
5 |
+
* Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
|
6 |
+
*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
*
|
8 |
* @category Eabi
|
9 |
+
* @package Eabi_Omniva
|
10 |
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
11 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
12 |
* @author Matis Halmann
|
13 |
*
|
14 |
|
app/design/frontend/base/default/template/eabi_postoffice/tracking/popup.phtml
CHANGED
@@ -1,30 +1,14 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
|
4 |
-
*
|
5 |
-
*
|
6 |
-
*
|
7 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
-
* or OpenGPL v3 license (GNU Public License V3.0)
|
9 |
-
* that is bundled with this package in the file LICENSE.txt.
|
10 |
-
* It is also available through the world-wide-web at this URL:
|
11 |
-
* http://opensource.org/licenses/osl-3.0.php
|
12 |
-
* or
|
13 |
-
* http://www.gnu.org/licenses/gpl-3.0.txt
|
14 |
-
* If you did not receive a copy of the license and are unable to
|
15 |
-
* obtain it through the world-wide-web, please send an email
|
16 |
-
* to info@e-abi.ee so we can send you a copy immediately.
|
17 |
-
*
|
18 |
-
* DISCLAIMER
|
19 |
-
*
|
20 |
-
* Do not edit or add to this file if you wish to upgrade this module to newer
|
21 |
-
* versions in the future.
|
22 |
*
|
23 |
* @category Eabi
|
24 |
-
* @package
|
25 |
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
26 |
-
* @license http://
|
27 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
28 |
* @author Matis Halmann
|
29 |
*
|
30 |
|
1 |
<?php
|
2 |
/*
|
3 |
|
4 |
+
* Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
|
5 |
+
* Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
|
6 |
+
*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
*
|
8 |
* @category Eabi
|
9 |
+
* @package Eabi_Omniva
|
10 |
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
11 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
12 |
* @author Matis Halmann
|
13 |
*
|
14 |
|
app/etc/modules/Eabi_DpdEE.xml
CHANGED
@@ -2,30 +2,14 @@
|
|
2 |
<!--
|
3 |
/*
|
4 |
|
5 |
-
*
|
6 |
-
*
|
7 |
-
*
|
8 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
9 |
-
* or OpenGPL v3 license (GNU Public License V3.0)
|
10 |
-
* that is bundled with this package in the file LICENSE.txt.
|
11 |
-
* It is also available through the world-wide-web at this URL:
|
12 |
-
* http://opensource.org/licenses/osl-3.0.php
|
13 |
-
* or
|
14 |
-
* http://www.gnu.org/licenses/gpl-3.0.txt
|
15 |
-
* If you did not receive a copy of the license and are unable to
|
16 |
-
* obtain it through the world-wide-web, please send an email
|
17 |
-
* to info@e-abi.ee so we can send you a copy immediately.
|
18 |
-
*
|
19 |
-
* DISCLAIMER
|
20 |
-
*
|
21 |
-
* Do not edit or add to this file if you wish to upgrade this module to newer
|
22 |
-
* versions in the future.
|
23 |
*
|
24 |
* @category Eabi
|
25 |
-
* @package
|
26 |
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
27 |
-
* @license http://
|
28 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
29 |
* @author Matis Halmann
|
30 |
*
|
31 |
|
@@ -39,7 +23,7 @@
|
|
39 |
<depends>
|
40 |
<Eabi_Postoffice />
|
41 |
</depends>
|
42 |
-
<version>0.1.
|
43 |
</Eabi_DpdEE>
|
44 |
</modules>
|
45 |
</config>
|
2 |
<!--
|
3 |
/*
|
4 |
|
5 |
+
* Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
|
6 |
+
* Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
|
7 |
+
*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
*
|
9 |
* @category Eabi
|
10 |
+
* @package Eabi_Omniva
|
11 |
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
12 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
13 |
* @author Matis Halmann
|
14 |
*
|
15 |
|
23 |
<depends>
|
24 |
<Eabi_Postoffice />
|
25 |
</depends>
|
26 |
+
<version>0.1.8</version>
|
27 |
</Eabi_DpdEE>
|
28 |
</modules>
|
29 |
</config>
|
app/etc/modules/Eabi_Postoffice.xml
CHANGED
@@ -2,30 +2,14 @@
|
|
2 |
<!--
|
3 |
/*
|
4 |
|
5 |
-
*
|
6 |
-
*
|
7 |
-
*
|
8 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
9 |
-
* or OpenGPL v3 license (GNU Public License V3.0)
|
10 |
-
* that is bundled with this package in the file LICENSE.txt.
|
11 |
-
* It is also available through the world-wide-web at this URL:
|
12 |
-
* http://opensource.org/licenses/osl-3.0.php
|
13 |
-
* or
|
14 |
-
* http://www.gnu.org/licenses/gpl-3.0.txt
|
15 |
-
* If you did not receive a copy of the license and are unable to
|
16 |
-
* obtain it through the world-wide-web, please send an email
|
17 |
-
* to info@e-abi.ee so we can send you a copy immediately.
|
18 |
-
*
|
19 |
-
* DISCLAIMER
|
20 |
-
*
|
21 |
-
* Do not edit or add to this file if you wish to upgrade this module to newer
|
22 |
-
* versions in the future.
|
23 |
*
|
24 |
* @category Eabi
|
25 |
-
* @package
|
26 |
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
27 |
-
* @license http://
|
28 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
29 |
* @author Matis Halmann
|
30 |
*
|
31 |
|
@@ -42,7 +26,7 @@
|
|
42 |
<Mage_Shipping />
|
43 |
<Eabi_Livehandler />
|
44 |
</depends>
|
45 |
-
<version>0.1.
|
46 |
</Eabi_Postoffice>
|
47 |
</modules>
|
48 |
</config>
|
2 |
<!--
|
3 |
/*
|
4 |
|
5 |
+
* Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
|
6 |
+
* Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
|
7 |
+
*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
*
|
9 |
* @category Eabi
|
10 |
+
* @package Eabi_Omniva
|
11 |
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
12 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
13 |
* @author Matis Halmann
|
14 |
*
|
15 |
|
26 |
<Mage_Shipping />
|
27 |
<Eabi_Livehandler />
|
28 |
</depends>
|
29 |
+
<version>0.1.5</version>
|
30 |
</Eabi_Postoffice>
|
31 |
</modules>
|
32 |
</config>
|
js/eabi_js/eabi_dpdee.js
CHANGED
@@ -1,29 +1,13 @@
|
|
1 |
/*
|
2 |
|
3 |
-
*
|
4 |
-
*
|
5 |
-
*
|
6 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
7 |
-
* or OpenGPL v3 license (GNU Public License V3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/osl-3.0.php
|
11 |
-
* or
|
12 |
-
* http://www.gnu.org/licenses/gpl-3.0.txt
|
13 |
-
* If you did not receive a copy of the license and are unable to
|
14 |
-
* obtain it through the world-wide-web, please send an email
|
15 |
-
* to info@e-abi.ee so we can send you a copy immediately.
|
16 |
-
*
|
17 |
-
* DISCLAIMER
|
18 |
-
*
|
19 |
-
* Do not edit or add to this file if you wish to upgrade this module to newer
|
20 |
-
* versions in the future.
|
21 |
*
|
22 |
* @category Eabi
|
23 |
-
* @package
|
24 |
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
25 |
-
* @license http://
|
26 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
27 |
* @author Matis Halmann
|
28 |
*
|
29 |
|
1 |
/*
|
2 |
|
3 |
+
* Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
|
4 |
+
* Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
|
5 |
+
*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
*
|
7 |
* @category Eabi
|
8 |
+
* @package Eabi_Omniva
|
9 |
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
10 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
11 |
* @author Matis Halmann
|
12 |
*
|
13 |
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Eabi_DpdEE</name>
|
4 |
-
<version>0.1.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.gnu.org/licenses/gpl-3.0.txt">GNU Public License V3.0</license>
|
7 |
<channel>community</channel>
|
@@ -17,14 +17,12 @@
|
|
17 |
<p>Allows to call the courier from Magento admin</p>
|
18 |
<p>Allows cash on delivery payment and allows to set an extra fee per country which will be appended to shipping fee</p>
|
19 |
<p>Intended to use for Estonian merchant who sends parcels to all Baltic states</p></description>
|
20 |
-
<notes>-
|
21 |
-
-
|
22 |
-
- Added isCodEnabled and _applyPriceFromCod functions to Postoffice abstract carrier
|
23 |
-
- Ability to auto-send-data to server is now checked by canSendData function in Postoffice abstract carrier</notes>
|
24 |
<authors><author><name>Matis Matis</name><user>auto-converted</user><email>info@e-abi.ee</email></author></authors>
|
25 |
-
<date>2014-
|
26 |
-
<time>
|
27 |
-
<contents><target name="magecommunity"><dir name="Eabi"><dir name="DpdEE"><dir name="Block"><dir name="Adminhtml"><dir name="Config"><dir name="Form"><dir name="Field"><file name="Country.php" hash="
|
28 |
<compatible/>
|
29 |
<dependencies><required><package><name>Eabi_Livehandler</name><channel>community</channel><min>0.1.8</min><max>1.0.0</max></package></required></dependencies>
|
30 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Eabi_DpdEE</name>
|
4 |
+
<version>0.1.8</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.gnu.org/licenses/gpl-3.0.txt">GNU Public License V3.0</license>
|
7 |
<channel>community</channel>
|
17 |
<p>Allows to call the courier from Magento admin</p>
|
18 |
<p>Allows cash on delivery payment and allows to set an extra fee per country which will be appended to shipping fee</p>
|
19 |
<p>Intended to use for Estonian merchant who sends parcels to all Baltic states</p></description>
|
20 |
+
<notes>- Fix recoverable error with isCodEnabled and getCodFee functions (remove Mage_Customer_Model_Address parameter type requirement)
|
21 |
+
- Fix error which prohibited confirming the checkout when one of the shipping methods have been disabled via ~/app/etc/modules/*.xml</notes>
|
|
|
|
|
22 |
<authors><author><name>Matis Matis</name><user>auto-converted</user><email>info@e-abi.ee</email></author></authors>
|
23 |
+
<date>2014-09-05</date>
|
24 |
+
<time>19:58:08</time>
|
25 |
+
<contents><target name="magecommunity"><dir name="Eabi"><dir name="DpdEE"><dir name="Block"><dir name="Adminhtml"><dir name="Config"><dir name="Form"><dir name="Field"><file name="Country.php" hash="ac807329f5f8f7a29de88383c7f21e6c"/></dir></dir></dir></dir><dir name="Info"><file name="Payment.php" hash="b424b991c6890b9d699d4f556c03ee46"/></dir><dir name="Order"><file name="Courier.php" hash="2fbebeb7071744c4ae7f15eb1b4547de"/></dir><file name="Invoice.php" hash="9a9662f045736ee5dfe4388d7ec79812"/></dir><dir name="Helper"><file name="Data.php" hash="7678f3b688c12e81cce4d2e24fd992a8"/></dir><dir name="Model"><dir name="Action"><dir name="Carrier"><dir name="Order"><file name="Courier.php" hash="baa43b21f386ab27e69ebe1f18327b83"/></dir></dir></dir><dir name="Button"><file name="Courier.php" hash="8d0686262031a0a08cd98a449f41c022"/></dir><dir name="Payment"><file name="Processor.php" hash="a912ab47562d41713779f9613a3dbdee"/></dir><dir name="Source"><dir name="Label"><file name="Position.php" hash="f6ed6b7847865f109b7677004308c3bf"/></dir><file name="Service.php" hash="0ac4715c2e0281b77af4adc6ffdaf65f"/></dir><file name="Api.php" hash="00705626a726cc767eddc9cca221403a"/><file name="Config.php" hash="d1daa79ed2b2d87685756f30dd2a19c8"/><file name="Flat.php" hash="d7b868b68845620970921d08de85daf8"/><file name="Observer.php" hash="8bfb28576ab24bd2d62c436708842e16"/><file name="Post.php" hash="ae5115236e415c1b2a533b9da27eb4e3"/></dir><dir name="etc"><file name="config.xml" hash="761412e717ad8f994bb45ec471ba8ee8"/><file name="system.xml" hash="7c944faf1c314bfc958f75016bfd2e36"/></dir><dir name="sql"><dir name="eabi_dpdee_setup"><file name="mysql4-install-0.1.0.php" hash="f1dcf34349041627402818167d992189"/><file name="mysql4-upgrade-0.1.0-0.1.1.php" hash="fc24a0c7ba3b23401f52af48b71a84c7"/><file name="mysql4-upgrade-0.1.1-0.1.2.php" hash="9da0f5c53e26b3783e713c047a30cac6"/><file name="mysql4-upgrade-0.1.2-0.1.3.php" hash="93b5891f11b2326f8a1095d168d0fd7d"/><file name="mysql4-upgrade-0.1.3-0.1.4.php" hash="4db73f5c5887479906a0b36d883d0646"/><file name="mysql4-upgrade-0.1.6-0.1.7.php" hash="4c643dd815536d240732ddc21b8bf8de"/></dir></dir><file name="CHANGELOG.txt" hash="b8e4c86a3f4f9aac3bd52f05af52c65b"/><file name="LICENCE.txt" hash="0191312e121c0b3e1165619b96efcf9f"/></dir><dir name="Postoffice"><dir name="Block"><dir name="Adminhtml"><dir name="Config"><dir name="Form"><dir name="Field"><file name="Remove.php" hash="58a08bf0bfa3bc2460cd3b150c3b56c5"/></dir></dir></dir></dir><dir name="Config"><file name="Rebuildbutton.php" hash="a15b3572e5c403dc0274b7d30e133646"/></dir></dir><dir name="Helper"><file name="Countrycode.php" hash="31505ba7615465bdce1aa64d7dc46cf9"/><file name="Data.php" hash="0b6e804b90aa0b3b274cf4325bbb4a26"/></dir><dir name="Model"><dir name="Carrier"><file name="Abstract.php" hash="312cdad267280162c12a0a447e18f4bc"/><file name="Result.php" hash="94bf7e06f0141a0bc078b4fa78dbce15"/></dir><dir name="Mysql4"><dir name="Carriermodule"><file name="Collection.php" hash="6a37d48916cab232dbb296ec67c13e87"/></dir><dir name="Office"><file name="Collection.php" hash="5a1435c67cce2c6ad094bbae955312fd"/></dir><file name="Carriermodule.php" hash="30e471aa048600b5d47e4dfad5ac6d52"/><file name="Office.php" hash="961f6818f12ff621dc37c8005cde53dd"/></dir><dir name="Source"><file name="Sendevent.php" hash="3b15f1b02f4c49cabd0d65deb4aec48c"/></dir><file name="Carriermodule.php" hash="2ebc4bbae9b642272896d04f1e4a8d9c"/><file name="Office.php" hash="59b2cb428381853cb9a174d0125a57df"/><file name="Orderview.php" hash="aa2e9b82333b189b41dddc0ce795f146"/><file name="Updater.php" hash="ffbea7be70f6e60a307ad7201127e118"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="PostofficeController.php" hash="1ff0d80e37080cc83e2bfe4ef2113c91"/></dir><file name="IndexController.php" hash="d57aaa5ef52f9bf17988663212021ff3"/></dir><dir name="etc"><file name="config.xml" hash="fa753c8263711a35788075be72246a75"/></dir><dir name="sql"><dir name="eabi_postoffice_setup"><file name="mysql4-install-0.1.0.php" hash="666bff9a0e8a0dea0642701bda468faa"/><file name="mysql4-upgrade-0.1.0-0.1.1.php" hash="6edf5cbc4427a87a91917253b4c22212"/><file name="mysql4-upgrade-0.1.1-0.1.2.php" hash="7bb4e23f135d3270c8218305eb1c0eff"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="eabi_dpdee.xml" hash="85311cb850eb13eadaed47cdc9c44fb3"/><file name="eabi_postoffice.xml" hash="0e359e28f0463730bf41473e0be9951d"/></dir><dir name="template"><dir name="eabi_dpdee"><dir name="order"><file name="courier.phtml" hash="0310f24e96ca3873e78e0e2a0ab26743"/></dir><file name="payment_info.phtml" hash="3f8a01e4bcd2efab555d729bee8335da"/></dir><dir name="eabi_postoffice"><file name="shipping_method_form.phtml" hash="811ec2a699f304ccf76afa0b10a2c2ca"/></dir></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="eabi_dpdee.xml" hash="27179eee219a0a8c85b87b8d670ae9e1"/><file name="eabi_postoffice.xml" hash="b35c1c8c3a51fa6c4a2bcfc9d67c6c36"/></dir><dir name="template"><dir name="eabi_dpdee"><file name="payment_info.phtml" hash="3f8a01e4bcd2efab555d729bee8335da"/></dir><dir name="eabi_postoffice"><dir name="tracking"><file name="popup.phtml" hash="c99bc6ae13ea19b039b843487ec68a30"/></dir><file name="available.phtml" hash="25cbe14b1a6bcc6b2c451a38cc9cda98"/><file name="multishipping.phtml" hash="51c13e826405e44fb68760e9738eaa65"/><file name="shipping.phtml" hash="849100ee2d3ebcfd86d3c15fac8811bc"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Eabi_Postoffice.xml" hash="78d5fb2f3e088df7a36eb7ebaefd2b0d"/><file name="Eabi_DpdEE.xml" hash="9260ad12fed70ca5477d76a313313c4e"/></dir></target><target name="magelocale"><dir name="en_US"><file name="Eabi_DpdEE.csv" hash="d98963cb668ca0c0174b1503c1eb0a34"/><file name="Eabi_Postoffice.csv" hash="efd07c7191b6787abe38bf13ee199714"/></dir><dir name="et_EE"><file name="Eabi_DpdEE.csv" hash="fe3c32249528cfb77519cff7e90ffb33"/><file name="Eabi_Postoffice.csv" hash="c70858d1325cb13428695e71582cd598"/></dir><dir name="ru_RU"><file name="Eabi_DpdEE.csv" hash="bb76f70e2c91160b11f570651ee0b8ee"/><file name="Eabi_Postoffice.csv" hash="efd07c7191b6787abe38bf13ee199714"/></dir><dir name="hu_HU"><file name="Eabi_Postoffice.csv" hash="efd07c7191b6787abe38bf13ee199714"/></dir><dir name="fi_FI"><file name="Eabi_Postoffice.csv" hash="efd07c7191b6787abe38bf13ee199714"/></dir><dir name="lt_LT"><file name="Eabi_Postoffice.csv" hash="efd07c7191b6787abe38bf13ee199714"/></dir><dir name="sv_SE"><file name="Eabi_Postoffice.csv" hash="fc105fd30ae95f5502e784aca5d8017d"/></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><file name="eabi_dpdee.css" hash="15bbce63d73ebad9853e2e1bc21ad8ee"/></dir></dir></dir></target><target name="mageweb"><dir name="js"><dir name="eabi_js"><file name="eabi_dpdee.js" hash="bbedf98813aae2e593f04b9861190d4a"/></dir></dir></target></contents>
|
26 |
<compatible/>
|
27 |
<dependencies><required><package><name>Eabi_Livehandler</name><channel>community</channel><min>0.1.8</min><max>1.0.0</max></package></required></dependencies>
|
28 |
</package>
|
skin/adminhtml/default/default/eabi_dpdee.css
CHANGED
@@ -1,29 +1,13 @@
|
|
1 |
/*
|
2 |
|
3 |
-
*
|
4 |
-
*
|
5 |
-
*
|
6 |
-
* This source file is subject to the Open Software License (OSL 3.0)
|
7 |
-
* or OpenGPL v3 license (GNU Public License V3.0)
|
8 |
-
* that is bundled with this package in the file LICENSE.txt.
|
9 |
-
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://opensource.org/licenses/osl-3.0.php
|
11 |
-
* or
|
12 |
-
* http://www.gnu.org/licenses/gpl-3.0.txt
|
13 |
-
* If you did not receive a copy of the license and are unable to
|
14 |
-
* obtain it through the world-wide-web, please send an email
|
15 |
-
* to info@e-abi.ee so we can send you a copy immediately.
|
16 |
-
*
|
17 |
-
* DISCLAIMER
|
18 |
-
*
|
19 |
-
* Do not edit or add to this file if you wish to upgrade this module to newer
|
20 |
-
* versions in the future.
|
21 |
*
|
22 |
* @category Eabi
|
23 |
-
* @package
|
24 |
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
25 |
-
* @license http://
|
26 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
27 |
* @author Matis Halmann
|
28 |
*
|
29 |
|
1 |
/*
|
2 |
|
3 |
+
* Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
|
4 |
+
* Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
|
5 |
+
*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
*
|
7 |
* @category Eabi
|
8 |
+
* @package Eabi_Omniva
|
9 |
* @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
10 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
11 |
* @author Matis Halmann
|
12 |
*
|
13 |
|