DHL_MeinPaket2 - Version 2.0.16

Version Notes

--

Download this release

Release Info

Developer DHL Vertriebs GmbH
Extension DHL_MeinPaket2
Version 2.0.16
Comparing to
See all releases


Code changes from version 2.0.15 to 2.0.16

app/code/community/Dhl/MeinPaket/etc/adminhtml.xml CHANGED
@@ -2,19 +2,28 @@
2
  <config>
3
  <menu>
4
  <meinpaket>
5
- <title>MeinPaket/Postpay</title>
6
  <children>
7
  <meinpaket_backlog translate="title" module="meinpaket">
8
  <title>Synchronisation</title>
9
  <action>meinpaket/adminhtml_backlog_product</action>
 
 
 
10
  </meinpaket_backlog>
11
  <meinpaket_categoryimport translate="title" module="meinpaket">
12
  <title>import categories</title>
13
  <action>meinpaket/adminhtml_categoryImport</action>
 
 
 
14
  </meinpaket_categoryimport>
15
  <meinpaket_bestprice translate="title" module="meinpaket">
16
  <title>best prices</title>
17
  <action>meinpaket/adminhtml_bestPrice</action>
 
 
 
18
  </meinpaket_bestprice>
19
  </children>
20
  <sort_order>90</sort_order>
@@ -30,7 +39,7 @@
30
  <config>
31
  <children>
32
  <meinpaket translate="title" module="meinpaket">
33
- <title>MeinPaket/Postpay</title>
34
  <sort_order>100</sort_order>
35
  </meinpaket>
36
  </children>
2
  <config>
3
  <menu>
4
  <meinpaket>
5
+ <title>MeinPaket / Postpay</title>
6
  <children>
7
  <meinpaket_backlog translate="title" module="meinpaket">
8
  <title>Synchronisation</title>
9
  <action>meinpaket/adminhtml_backlog_product</action>
10
+ <depends>
11
+ <config>meinpaket/credentials/active</config>
12
+ </depends>
13
  </meinpaket_backlog>
14
  <meinpaket_categoryimport translate="title" module="meinpaket">
15
  <title>import categories</title>
16
  <action>meinpaket/adminhtml_categoryImport</action>
17
+ <depends>
18
+ <config>meinpaket/credentials/active</config>
19
+ </depends>
20
  </meinpaket_categoryimport>
21
  <meinpaket_bestprice translate="title" module="meinpaket">
22
  <title>best prices</title>
23
  <action>meinpaket/adminhtml_bestPrice</action>
24
+ <depends>
25
+ <config>meinpaket/credentials/active</config>
26
+ </depends>
27
  </meinpaket_bestprice>
28
  </children>
29
  <sort_order>90</sort_order>
39
  <config>
40
  <children>
41
  <meinpaket translate="title" module="meinpaket">
42
+ <title>MeinPaket / Postpay</title>
43
  <sort_order>100</sort_order>
44
  </meinpaket>
45
  </children>
app/code/community/Dhl/MeinPaket/etc/config.xml CHANGED
@@ -2,7 +2,7 @@
2
  <config>
3
  <modules>
4
  <Dhl_MeinPaket>
5
- <version>2.0.15</version>
6
  </Dhl_MeinPaket>
7
  </modules>
8
  <admin>
2
  <config>
3
  <modules>
4
  <Dhl_MeinPaket>
5
+ <version>2.0.16</version>
6
  </Dhl_MeinPaket>
7
  </modules>
8
  <admin>
app/code/community/Dhl/MeinPaket/etc/system.xml CHANGED
@@ -3,8 +3,29 @@
3
  <sections>
4
  <meinpaket module="core" translate="label">
5
  <groups>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  <taxrates translate="label">
7
- <label>Tax rates</label>
8
  <frontend_type>text</frontend_type>
9
  <sort_order>30</sort_order>
10
  <show_in_default>1</show_in_default>
@@ -36,7 +57,7 @@
36
  </fields>
37
  </taxrates>
38
  <product_attributes translate="label">
39
- <label>Product attributes</label>
40
  <frontend_type>text</frontend_type>
41
  <sort_order>40</sort_order>
42
  <show_in_default>1</show_in_default>
@@ -87,7 +108,7 @@
87
  </fields>
88
  </product_attributes>
89
  <customer translate="label">
90
- <label>Customer</label>
91
  <frontend_type>text</frontend_type>
92
  <sort_order>50</sort_order>
93
  <show_in_default>1</show_in_default>
@@ -116,28 +137,28 @@
116
  <show_in_store>0</show_in_store>
117
  <frontend_class>meinpaket</frontend_class>
118
  <fields>
119
- <order translate="label comment">
120
- <label>Order Import</label>
121
- <comment><![CDATA[Order import interval.]]></comment>
122
  <frontend_type>text</frontend_type>
123
- <sort_order>30</sort_order>
124
  <show_in_default>1</show_in_default>
125
  <show_in_website>1</show_in_website>
126
  <show_in_store>0</show_in_store>
127
- </order>
128
- <cleanup translate="label comment">
129
- <label>Cleanup Interval</label>
130
- <comment><![CDATA[Interval to run cleanups.]]></comment>
131
  <frontend_type>text</frontend_type>
132
- <sort_order>50</sort_order>
133
  <show_in_default>1</show_in_default>
134
  <show_in_website>1</show_in_website>
135
  <show_in_store>0</show_in_store>
136
- </cleanup>
137
  </fields>
138
  </cron>
139
  <advanced translate="label">
140
- <label>Advanced</label>
141
  <frontend_type>text</frontend_type>
142
  <sort_order>150</sort_order>
143
  <show_in_default>1</show_in_default>
3
  <sections>
4
  <meinpaket module="core" translate="label">
5
  <groups>
6
+ <credentials translate="label">
7
+ <label>Credentials</label>
8
+ <frontend_type>text</frontend_type>
9
+ <sort_order>1</sort_order>
10
+ <show_in_default>1</show_in_default>
11
+ <show_in_website>1</show_in_website>
12
+ <show_in_store>0</show_in_store>
13
+ <frontend_class>meinpaket</frontend_class>
14
+ <fields>
15
+ <active translate="label comment">
16
+ <label>Meinpaket Active</label>
17
+ <comment><![CDATA[Disable Postpay using Configuration / Payment Methods / Postpay Standard and Postpay Express.]]></comment>
18
+ <frontend_type>select</frontend_type>
19
+ <source_model>adminhtml/system_config_source_yesno</source_model>
20
+ <sort_order>1</sort_order>
21
+ <show_in_default>1</show_in_default>
22
+ <show_in_website>1</show_in_website>
23
+ <show_in_store>0</show_in_store>
24
+ </active>
25
+ </fields>
26
+ </credentials>
27
  <taxrates translate="label">
28
+ <label>Tax rates (nur MeinPaket)</label>
29
  <frontend_type>text</frontend_type>
30
  <sort_order>30</sort_order>
31
  <show_in_default>1</show_in_default>
57
  </fields>
58
  </taxrates>
59
  <product_attributes translate="label">
60
+ <label>Product attributes (nur MeinPaket)</label>
61
  <frontend_type>text</frontend_type>
62
  <sort_order>40</sort_order>
63
  <show_in_default>1</show_in_default>
108
  </fields>
109
  </product_attributes>
110
  <customer translate="label">
111
+ <label>Customer (nur MeinPaket)</label>
112
  <frontend_type>text</frontend_type>
113
  <sort_order>50</sort_order>
114
  <show_in_default>1</show_in_default>
137
  <show_in_store>0</show_in_store>
138
  <frontend_class>meinpaket</frontend_class>
139
  <fields>
140
+ <product translate="label comment">
141
+ <label>Product Export (nur MeinPaket)</label>
142
+ <comment><![CDATA[Product export interval]]></comment>
143
  <frontend_type>text</frontend_type>
144
+ <sort_order>100</sort_order>
145
  <show_in_default>1</show_in_default>
146
  <show_in_website>1</show_in_website>
147
  <show_in_store>0</show_in_store>
148
+ </product>
149
+ <bestprice translate="label comment">
150
+ <label>BestPrice Interval (nur MeinPaket)</label>
151
+ <comment><![CDATA[BestPrice refresh interval.]]></comment>
152
  <frontend_type>text</frontend_type>
153
+ <sort_order>110</sort_order>
154
  <show_in_default>1</show_in_default>
155
  <show_in_website>1</show_in_website>
156
  <show_in_store>0</show_in_store>
157
+ </bestprice>
158
  </fields>
159
  </cron>
160
  <advanced translate="label">
161
+ <label>Advanced (nur MeinPaket)</label>
162
  <frontend_type>text</frontend_type>
163
  <sort_order>150</sort_order>
164
  <show_in_default>1</show_in_default>
app/code/community/Dhl/MeinPaketCommon/etc/system.xml CHANGED
@@ -3,7 +3,7 @@
3
  <sections>
4
  <meinpaket module="core" translate="label">
5
  <comment>Test</comment>
6
- <label>DHL MeinPaket/Postpay</label>
7
  <tab>general</tab>
8
  <frontend_type>text</frontend_type>
9
  <sort_order>1000</sort_order>
@@ -15,7 +15,7 @@
15
  <store>
16
  <label>Store</label>
17
  <frontend_type>text</frontend_type>
18
- <sort_order>1</sort_order>
19
  <show_in_default>1</show_in_default>
20
  <show_in_website>1</show_in_website>
21
  <show_in_store>1</show_in_store>
@@ -35,7 +35,7 @@
35
  <credentials translate="label">
36
  <label>Credentials</label>
37
  <frontend_type>text</frontend_type>
38
- <sort_order>3</sort_order>
39
  <show_in_default>1</show_in_default>
40
  <show_in_website>1</show_in_website>
41
  <show_in_store>0</show_in_store>
@@ -65,7 +65,7 @@
65
  <endpoint translate="label">
66
  <label>Remote system</label>
67
  <frontend_type>text</frontend_type>
68
- <sort_order>2</sort_order>
69
  <show_in_default>1</show_in_default>
70
  <show_in_website>1</show_in_website>
71
  <show_in_store>1</show_in_store>
@@ -188,15 +188,6 @@
188
  <show_in_website>1</show_in_website>
189
  <show_in_store>0</show_in_store>
190
  </async>
191
- <product translate="label comment">
192
- <label>Product Export</label>
193
- <comment><![CDATA[Product export interval]]></comment>
194
- <frontend_type>text</frontend_type>
195
- <sort_order>20</sort_order>
196
- <show_in_default>1</show_in_default>
197
- <show_in_website>1</show_in_website>
198
- <show_in_store>0</show_in_store>
199
- </product>
200
  <order translate="label comment">
201
  <label>Order Import</label>
202
  <comment><![CDATA[Order import interval.]]></comment>
@@ -206,15 +197,6 @@
206
  <show_in_website>1</show_in_website>
207
  <show_in_store>0</show_in_store>
208
  </order>
209
- <bestprice translate="label comment">
210
- <label>BestPrice Interval</label>
211
- <comment><![CDATA[BestPrice refresh interval.]]></comment>
212
- <frontend_type>text</frontend_type>
213
- <sort_order>40</sort_order>
214
- <show_in_default>1</show_in_default>
215
- <show_in_website>1</show_in_website>
216
- <show_in_store>0</show_in_store>
217
- </bestprice>
218
  <cleanup translate="label comment">
219
  <label>Cleanup Interval</label>
220
  <comment><![CDATA[Interval to run cleanups.]]></comment>
3
  <sections>
4
  <meinpaket module="core" translate="label">
5
  <comment>Test</comment>
6
+ <label>DHL MeinPaket / Postpay</label>
7
  <tab>general</tab>
8
  <frontend_type>text</frontend_type>
9
  <sort_order>1000</sort_order>
15
  <store>
16
  <label>Store</label>
17
  <frontend_type>text</frontend_type>
18
+ <sort_order>2</sort_order>
19
  <show_in_default>1</show_in_default>
20
  <show_in_website>1</show_in_website>
21
  <show_in_store>1</show_in_store>
35
  <credentials translate="label">
36
  <label>Credentials</label>
37
  <frontend_type>text</frontend_type>
38
+ <sort_order>1</sort_order>
39
  <show_in_default>1</show_in_default>
40
  <show_in_website>1</show_in_website>
41
  <show_in_store>0</show_in_store>
65
  <endpoint translate="label">
66
  <label>Remote system</label>
67
  <frontend_type>text</frontend_type>
68
+ <sort_order>3</sort_order>
69
  <show_in_default>1</show_in_default>
70
  <show_in_website>1</show_in_website>
71
  <show_in_store>1</show_in_store>
188
  <show_in_website>1</show_in_website>
189
  <show_in_store>0</show_in_store>
190
  </async>
 
 
 
 
 
 
 
 
 
191
  <order translate="label comment">
192
  <label>Order Import</label>
193
  <comment><![CDATA[Order import interval.]]></comment>
197
  <show_in_website>1</show_in_website>
198
  <show_in_store>0</show_in_store>
199
  </order>
 
 
 
 
 
 
 
 
 
200
  <cleanup translate="label comment">
201
  <label>Cleanup Interval</label>
202
  <comment><![CDATA[Interval to run cleanups.]]></comment>
app/code/community/Dhl/Postpay/Block/Checkout.php CHANGED
@@ -14,7 +14,12 @@ class Dhl_Postpay_Block_Checkout extends Mage_Core_Block_Template {
14
  *
15
  * @var bool
16
  */
17
- protected $_shouldRender = true;
 
 
 
 
 
18
 
19
  /**
20
  *
14
  *
15
  * @var bool
16
  */
17
+ protected $_shouldRender;
18
+
19
+ public function __construct() {
20
+ parent::__construct();
21
+ $this->_shouldRender = Mage::helper('postpay/data')->isActive();
22
+ }
23
 
24
  /**
25
  *
app/code/community/Dhl/Postpay/Helper/Data.php CHANGED
@@ -8,7 +8,20 @@
8
  * @subpackage Helper
9
  */
10
  class Dhl_Postpay_Helper_Data extends Mage_Core_Helper_Abstract {
 
 
 
 
11
  public function getExtensionVersion() {
12
  return ( string ) Mage::getConfig ()->getModuleConfig ( 'Dhl_Postpay' )->version;
13
  }
 
 
 
 
 
 
 
 
 
14
  }
8
  * @subpackage Helper
9
  */
10
  class Dhl_Postpay_Helper_Data extends Mage_Core_Helper_Abstract {
11
+ /**
12
+ *
13
+ * @return string
14
+ */
15
  public function getExtensionVersion() {
16
  return ( string ) Mage::getConfig ()->getModuleConfig ( 'Dhl_Postpay' )->version;
17
  }
18
+
19
+ /**
20
+ * Is postpay active?
21
+ *
22
+ * @return bool
23
+ */
24
+ public function isActive() {
25
+ return ( bool ) Mage::getStoreConfigFlag ( 'payment/postpay_express/active' );
26
+ }
27
  }
app/code/community/Dhl/Postpay/etc/config.xml CHANGED
@@ -37,7 +37,7 @@
37
  <default>
38
  <payment>
39
  <postpay_standard>
40
- <active>1</active>
41
  <model>postpay/payment_method_standard</model>
42
  <order_status>pending</order_status>
43
  <title>Postpay Standard</title>
@@ -46,7 +46,7 @@
46
  <!-- <group>offline</group> -->
47
  </postpay_standard>
48
  <postpay_express>
49
- <active>1</active>
50
  <model>postpay/payment_method_express</model>
51
  <order_status>pending</order_status>
52
  <title>Postpay Express</title>
37
  <default>
38
  <payment>
39
  <postpay_standard>
40
+ <active>0</active>
41
  <model>postpay/payment_method_standard</model>
42
  <order_status>pending</order_status>
43
  <title>Postpay Standard</title>
46
  <!-- <group>offline</group> -->
47
  </postpay_standard>
48
  <postpay_express>
49
+ <active>0</active>
50
  <model>postpay/payment_method_express</model>
51
  <order_status>pending</order_status>
52
  <title>Postpay Express</title>
app/code/community/Dhl/Postpay/etc/system.xml CHANGED
@@ -3,13 +3,67 @@
3
  <sections>
4
  <payment>
5
  <groups>
6
- <postpay translate="label" module="postpay">
7
- <label>Postpay Payment Module</label>
8
  <sort_order>999</sort_order>
9
  <show_in_default>1</show_in_default>
10
  <show_in_website>1</show_in_website>
11
  <show_in_store>0</show_in_store>
12
  <fields>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  <order_status translate="label">
14
  <label>New order status</label>
15
  <frontend_type>select</frontend_type>
@@ -38,7 +92,7 @@
38
  <show_in_store>0</show_in_store>
39
  </address>
40
  </fields>
41
- </postpay>
42
  </groups>
43
  </payment>
44
  </sections>
3
  <sections>
4
  <payment>
5
  <groups>
6
+ <postpay_standard translate="label" module="postpay">
7
+ <label>Postpay Standard Payment Module</label>
8
  <sort_order>999</sort_order>
9
  <show_in_default>1</show_in_default>
10
  <show_in_website>1</show_in_website>
11
  <show_in_store>0</show_in_store>
12
  <fields>
13
+ <active translate="label">
14
+ <label>Enabled</label>
15
+ <frontend_type>select</frontend_type>
16
+ <source_model>adminhtml/system_config_source_yesno</source_model>
17
+ <sort_order>1</sort_order>
18
+ <show_in_default>1</show_in_default>
19
+ <show_in_website>1</show_in_website>
20
+ <show_in_store>0</show_in_store>
21
+ </active>
22
+ <order_status translate="label">
23
+ <label>New order status</label>
24
+ <frontend_type>select</frontend_type>
25
+ <source_model>adminhtml/system_config_source_order_status_processing</source_model>
26
+ <sort_order>2</sort_order>
27
+ <show_in_default>1</show_in_default>
28
+ <show_in_website>1</show_in_website>
29
+ <show_in_store>0</show_in_store>
30
+ </order_status>
31
+ <title translate="label">
32
+ <label>Title</label>
33
+ <frontend_type>text</frontend_type>
34
+ <sort_order>3</sort_order>
35
+ <show_in_default>1</show_in_default>
36
+ <show_in_website>1</show_in_website>
37
+ <show_in_store>0</show_in_store>
38
+ </title>
39
+ <address translate="label comment">
40
+ <label>Send Customer Address</label>
41
+ <comment><![CDATA[Send Customer Address to POSTPAY]]></comment>
42
+ <frontend_type>select</frontend_type>
43
+ <source_model>adminhtml/system_config_source_yesno</source_model>
44
+ <sort_order>30</sort_order>
45
+ <show_in_default>1</show_in_default>
46
+ <show_in_website>0</show_in_website>
47
+ <show_in_store>0</show_in_store>
48
+ </address>
49
+ </fields>
50
+ </postpay_standard>
51
+ <postpay_express translate="label" module="postpay">
52
+ <label>Postpay Express Payment Module</label>
53
+ <sort_order>999</sort_order>
54
+ <show_in_default>1</show_in_default>
55
+ <show_in_website>1</show_in_website>
56
+ <show_in_store>0</show_in_store>
57
+ <fields>
58
+ <active translate="label">
59
+ <label>Enabled</label>
60
+ <frontend_type>select</frontend_type>
61
+ <source_model>adminhtml/system_config_source_yesno</source_model>
62
+ <sort_order>1</sort_order>
63
+ <show_in_default>1</show_in_default>
64
+ <show_in_website>1</show_in_website>
65
+ <show_in_store>0</show_in_store>
66
+ </active>
67
  <order_status translate="label">
68
  <label>New order status</label>
69
  <frontend_type>select</frontend_type>
92
  <show_in_store>0</show_in_store>
93
  </address>
94
  </fields>
95
+ </postpay_express>
96
  </groups>
97
  </payment>
98
  </sections>
app/design/adminhtml/default/default/template/meinpaket/category/import/index.phtml CHANGED
@@ -30,7 +30,7 @@
30
 
31
  <div id="disabled-till-export" class="meinpaket-waitbox"
32
  style="display: none">
33
- <img src="/skin/adminhtml/default/default/meinpaket/images/loader.gif" /><br />
34
  <small><?php echo $this->__('please wait'); ?></small>
35
  </div>
36
 
30
 
31
  <div id="disabled-till-export" class="meinpaket-waitbox"
32
  style="display: none">
33
+ <img src="<?php echo $this->getSkinUrl('meinpaketcommon/images/loader.gif')?>" /><br />
34
  <small><?php echo $this->__('please wait'); ?></small>
35
  </div>
36
 
app/locale/de_DE/Dhl_MeinPaket.csv CHANGED
@@ -181,3 +181,5 @@
181
  "Axis","Achse"
182
  "Bust Measurement",Brustumfang
183
  "Cup","Cup"
 
 
181
  "Axis","Achse"
182
  "Bust Measurement",Brustumfang
183
  "Cup","Cup"
184
+ "Meinpaket Active","Meinpaket aktivieren"
185
+ "Disable Postpay using Configuration / Payment Methods / Postpay Standard and Postpay Express.","Deaktivierung von Postpay unter Konfiguration / Bezahlmethoden / Postpay Standard und Postpay Express."
app/locale/de_DE/Dhl_Postpay.csv CHANGED
@@ -181,3 +181,4 @@
181
  "Axis","Achse"
182
  "Bust Measurement",Brustumfang
183
  "Cup","Cup"
 
181
  "Axis","Achse"
182
  "Bust Measurement",Brustumfang
183
  "Cup","Cup"
184
+ "You will be redirected to the Postpay website when you place an order.","Sie werden auf die Postpay Webseite weiter geleitet, wenn sie die Bestellung aufgeben."
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>DHL_MeinPaket2</name>
4
- <version>2.0.15</version>
5
  <stability>stable</stability>
6
  <license>--</license>
7
  <channel>community</channel>
@@ -10,9 +10,9 @@
10
  <description>The Extension connects your magento shop with DHL MeinPaket.</description>
11
  <notes>--</notes>
12
  <authors><author><name>DHL Vertriebs GmbH</name><user>--</user><email>support@meinpaket.de</email></author></authors>
13
- <date>2015-02-12</date>
14
- <time>12:28:02</time>
15
- <contents><target name="magecommunity"><dir><dir name="Dhl"><dir name="MeinPaket"><dir><dir name="Block"><dir name="Adminhtml"><dir name="Backlog"><dir name="Product"><file name="Grid.php" hash="7541700fffd1811943ce7d1d5f1ecdaf"/></dir><file name="Product.php" hash="d0fa6e92c7a2349cb2ef578eb1dad702"/></dir><dir name="BestPrice"><file name="Grid.php" hash="adb8a1085e086f3d1dc57a489619ff5d"/></dir><file name="BestPrice.php" hash="b4f9912d464830a48fd5154c45b0c040"/><dir name="Catalog"><dir name="Product"><dir name="Matching"><file name="Result.php" hash="135446bcf25b60bb017e29b15881daa8"/><file name="Tab.php" hash="6f27e6fb28ee96e9202361e7d6c43768"/></dir></dir></dir><dir name="CategoryImport"><file name="Import.php" hash="47f0969b175e1480efe8a97480c169da"/><file name="Index.php" hash="745b3c71e101599fbba7a7fd275362c9"/></dir><file name="LeftMenu.php" hash="b60dea4f9e9a39b663cab89be8e32b97"/><dir name="OrderImport"><file name="Index.php" hash="b45724d6ff1fcda6102b3147f3a66a94"/></dir><dir name="ProductExport"><file name="Export.php" hash="e12ef6d9b52a9607820fbcd5e58e76ca"/><file name="Index.php" hash="65cf2306ad93f387f525ec66cec1abee"/><file name="List.php" hash="4a32ced740d35ebb7a10d0fffa782223"/></dir><file name="Steps.php" hash="ffb3f688b43cd0c1f457b89c84e68b7f"/></dir></dir><dir name="Helper"><file name="Attribute.php" hash="36cf44cf54204426e3f50864381a6443"/><file name="Backlog.php" hash="51c08b4ef137799d0e7dbf900543ab3e"/><file name="Cron.php" hash="b320de066adaec731a4ce5d77397a1e8"/><file name="Data.php" hash="f195ae885607cae202a100aef8091c09"/><file name="Order.php" hash="82c24fb8790c629c200ce18645ea5a25"/><file name="Product.php" hash="8471fd7dc30ae6e749abf8dd9be69a8a"/><file name="Shipment.php" hash="420dfdb45b0f6f8f97ca4e18dd1d1078"/></dir><dir name="Model"><dir name="Attribute"><file name="Mapping.php" hash="7d8a8d9e18f7c6019ae71a7032061ab7"/></dir><dir name="Backlog"><file name="Product.php" hash="a2d547dcfba28c80819155a73ff5cff4"/></dir><file name="BestPrice.php" hash="b75de965445df6125e115d0d89add52c"/><file name="Category.php" hash="d0f5804e7900915f1c03364b079a7dc5"/><file name="Cron.php" hash="624ea118bc73c7dd3cae69d3828d9083"/><dir name="Entity"><dir name="Attribute"><dir name="Frontend"><file name="LabelTranslation.php" hash="7f4b3b49b6e12dadd768aee95e041579"/></dir><dir name="Source"><file name="Carrier.php" hash="65770c58617deb2dce75d8e83e055d79"/><file name="MeinPaketCategory.php" hash="17f784c2d79bfd847dd6472dca661334"/><file name="ProductAttribute.php" hash="aba17fe2a9acb85d0483926c3d5ba9a8"/><file name="ProductSyncMode.php" hash="39db6c156e9100ab59384756ec9ac2c5"/><file name="Taxclass.php" hash="696e7dda6d0bd21eeceb61adc0121cd6"/><file name="Taxrate.php" hash="40bbb2336441fa02916ab992279961e8"/></dir></dir></dir><dir name="Exception"><file name="InvalidDataException.php" hash="dcbfbe06f3d0190d5f4a9f0b47973bf2"/><file name="MissingDataException.php" hash="377d6cc783aa6e8973728a77e1e5b8a9"/></dir><dir name="Mysql4"><dir name="Backlog"><dir name="Product"><file name="Collection.php" hash="2711f602d90e22ea72b773003cf38ef4"/></dir><file name="Product.php" hash="d46057bf2e8b93b32b23653222599316"/></dir><dir name="BestPrice"><file name="Collection.php" hash="fedcad4595269a646ff1c452bed87b00"/></dir><file name="BestPrice.php" hash="79399000e407b6a22489d0dbfedd6f34"/><dir name="Category"><file name="Collection.php" hash="3caf8e3ae7e5cf3ac8e734cc6fa60919"/></dir><file name="Category.php" hash="3f1ee3b59040b5947a4fb8878d02dbf6"/></dir><file name="Observer.php" hash="c0d04ae77ecfa2f6fb3731918f252b5f"/><dir name="Payment"><dir name="Method"><file name="Meinpaket.php" hash="3f89a67bbda6b63d8d25be1fd9845110"/></dir></dir><dir name="Resource"><dir name="Eav"><dir name="Mysql4"><file name="Setup.php" hash="f82c4f1fd2d359cd60976ff4242a7255"/></dir></dir></dir><dir name="Service"><dir name="MarketplaceCategoryImport"><file name="ImportService.php" hash="bf0c889ce83b0afe084c20f97288370e"/><file name="Result.php" hash="a8a2d4d726651237fb41c3595b223c22"/></dir><dir name="Product"><dir name="Export"><dir name="Exception"><file name="InvalidEan.php" hash="bc88e3bc48a8a96e45079054290ae68c"/></dir></dir><file name="Export.php" hash="8ddbc7b823c7e57143c2ab7fce51d4f6"/></dir><dir name="ProductData"><file name="RequestService.php" hash="99b61b8f9dbd30a64b070ab51437fc91"/></dir><dir name="Result"><file name="Abstract.php" hash="c7d84905431b651779dc1011f246983b"/><file name="Upload.php" hash="4ddf194a126ce18938610f61fcc1260d"/></dir></dir><dir name="System"><dir name="Config"><dir name="Source"><file name="Attributes.php" hash="e6cd11540ebf6bc87f4d949d81285703"/></dir></dir></dir></dir><dir name="controllers"><dir name="Adminhtml"><dir name="Backlog"><file name="ProductController.php" hash="bb1f8850442ff1950549b21a2dcf74c5"/></dir><file name="BestPriceController.php" hash="a0eafd1b7ec08351bf3c02bbf66509c6"/><file name="CategoryImportController.php" hash="ce946545c10b691876bb8331132f6eaa"/><file name="MatchingController.php" hash="f568a8a7d331264944d1586aa567e6ee"/><file name="ProductExportController.php" hash="68a327e432eafa49d0a50cd46fad9029"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="4f34469f48bece3aa1621ad209a49011"/><file name="config.xml" hash="2f96ce726a122c88675fd0782cf1260b"/><file name="system.xml" hash="d9c056f602400eaebaaa11d69b3683c9"/></dir><dir name="sql"><dir name="meinpaket_setup"><file name="mysql4-install-1.0.0.php" hash="2a2e411ddfdc1a0867d6beb627d6ee8c"/><file name="mysql4-upgrade-1.0.0-1.1.0.php" hash="bdb2ac11cd070e409c97aa3978c42f7e"/><file name="mysql4-upgrade-1.1.0-2.0.0.php" hash="53ede6255c31a300743174ac0192d2bc"/></dir></dir></dir></dir><dir name="Postpay"><dir><dir name="Block"><file name="Checkout.php" hash="f8c9a03b83069f4d6c9aaee2e4c922d9"/><dir name="Payment"><dir name="Form"><file name="Standard.php" hash="6aca4f231c317c45ac1556d39639d84f"/></dir><dir name="Info"><file name="Standard.php" hash="45252ddc1f9ebb332ef75efa5f868432"/></dir></dir></dir><dir name="Helper"><file name="Cron.php" hash="c2391d5d085c31f2650655e8acdbfb97"/><file name="Data.php" hash="7c9ac65cda4648c4077d57ca12348687"/></dir><dir name="Model"><file name="Cart.php" hash="e599a64fec791a587552a020b563b426"/><file name="Cron.php" hash="171458225daa6c432defcfed1cffaac9"/><dir name="Mysql4"><dir name="Cart"><file name="Collection.php" hash="3b5150eb69a37a738e3f8494db0f4af1"/></dir><file name="Cart.php" hash="74042698f6fb9f2c7ca054d17f1ff0a2"/></dir><file name="Observer.php" hash="ec7e8db01d7d7c81f35797e1009f72db"/><dir name="Payment"><dir name="Method"><file name="Express.php" hash="91259cee6e39f7c993a823edbaab4817"/><file name="Standard.php" hash="30d139303e4f80c1ed8c03397666c890"/></dir></dir><dir name="Resource"><dir name="Eav"><dir name="Mysql4"><file name="Setup.php" hash="e75165ec2772e0174d8bdb62adcdd50b"/></dir></dir></dir><dir name="Service"><dir name="Order"><file name="ImportService.php" hash="32023a8ef0852221da0c11a7b533eaad"/></dir></dir></dir><dir name="controllers"><file name="CheckoutController.php" hash="7a0801e7c03be05beb8c38004dea1464"/><file name="NotificationController.php" hash="41a608eddf5b891ca0b26b1ef1323691"/><file name="ResponseController.php" hash="79cb81c28fe2460fac0be802a8b598b2"/></dir><dir name="etc"><file name="config.xml" hash="8faac9d2ddba7b3cec2f2dc469156a4d"/><file name="system.xml" hash="a0095aec53015890f3f73cf8a7d905a2"/></dir><dir name="sql"><dir name="postpay_setup"><file name="mysql4-install-1.0.0.php" hash="036e483e03bf55a4f40bfca3d8e71eb4"/></dir></dir></dir></dir><dir name="MeinPaketCommon"><dir><dir name="Block"><dir name="Adminhtml"><dir name="Async"><file name="Grid.php" hash="dbf8ebeac3b98728c3cef8785c83c897"/></dir><file name="Async.php" hash="7169a4ea405f54ae1d6da4c56c302fcc"/><dir name="Log"><file name="Grid.php" hash="d371551816e9335e062424e648362ce5"/></dir><file name="Log.php" hash="36a68e5de0cf7dfb87e3b090c05c1e9c"/></dir></dir><dir name="Helper"><file name="Address.php" hash="def05195630f6f98802481d228b4f25e"/><file name="Attribute.php" hash="905db640dbe49889e273aeb7415b2441"/><file name="Cron.php" hash="023eb7080558ebd43af77c1846a44534"/><file name="Data.php" hash="8edcee18eaca83942f5d30bfb65f7ff9"/><file name="Order.php" hash="4f931b155ba3069a76b1dc8ef26c3e15"/><file name="Product.php" hash="704fa60b29af41a61c2422b23fa28b26"/><file name="Shipment.php" hash="13d9db3d96059e4d63cf8ad367a6a0a7"/></dir><dir name="Model"><file name="Async.php" hash="3112120abd4ff2773dbcf19dedfd4044"/><dir name="Carrier"><file name="Meinpaket.php" hash="104937bd9c3961ef5b0d7939141d7865"/></dir><dir name="Client"><file name="BadHttpReturnCodeException.php" hash="3f3d67278be542e42bb882f387c04b67"/><file name="HttpException.php" hash="963bc4b8d30d2996a2a08b4c8aaa6b8f"/><file name="HttpTimeoutException.php" hash="d633742d26c8c5438543c1bbdf5c09bd"/><file name="XmlOverHttp.php" hash="4780d0dcd467410643d1156fc5787608"/></dir><file name="Cron.php" hash="aa707519b312693b5021036ec6dcaee3"/><dir name="Entity"><dir name="Attribute"><dir name="Source"><file name="Carrier.php" hash="437c70fc9b4e8fa719bdd19676bbbacf"/></dir></dir></dir><dir name="Exception"><file name="InvalidDataException.php" hash="808caf989c24f1146d47fc610be6e131"/><file name="MissingDataException.php" hash="67a06069dcb66c02235f636b6790a62d"/></dir><file name="Log.php" hash="516fc34067f4573d160100d7a975a66c"/><dir name="Mysql4"><dir name="Async"><file name="Collection.php" hash="d5f6fbe4a4be75181844eddfbbd557cf"/></dir><file name="Async.php" hash="2120d8c0411c8773853cee4c5925467a"/><dir name="Log"><file name="Collection.php" hash="9bba87a636029d675e1ceda42f96dbc4"/></dir><file name="Log.php" hash="a09be611512f4dc95880e6e00dab93ca"/></dir><file name="Observer.php" hash="ebf0911ae42d31fcb09941068a6a6b23"/><dir name="Payment"><dir name="Method"><file name="Meinpaket.php" hash="fdbc24e8330ecbb71243e1f4b5b83bc3"/></dir></dir><dir name="Resource"><dir name="Eav"><dir name="Mysql4"><file name="Setup.php" hash="7efbaf9ad4ffc63468c99e90a1d337ad"/></dir></dir></dir><dir name="Service"><file name="Abstract.php" hash="406fb92c370df8e93aaffacbad56937b"/><file name="Async.php" hash="5dba3892bc2b78846f2ca7593385a1bc"/><dir name="Order"><dir name="CancellationService"><file name="Result.php" hash="ffec58bd614f33a911a3288c9ca81ba5"/></dir><file name="CancellationService.php" hash="a6806a3531b596a729a418688ba51dcc"/><file name="ImportService.php" hash="9ede62d801351696ed6487bd7a8392b1"/><dir name="RefundExportService"><file name="Result.php" hash="79389a6ef79a900d1a1d94ec071847bc"/></dir><file name="RefundExportService.php" hash="96f68022c2b21572e4fb7c6f8373247b"/><dir name="ShipmentExportService"><file name="Result.php" hash="887f1ec6991790b995388c43a8e99a60"/></dir><file name="ShipmentExportService.php" hash="325fcab2d42a9bfe5969a984504dbb7f"/></dir><dir name="Result"><file name="Abstract.php" hash="c7d84905431b651779dc1011f246983b"/><file name="Upload.php" hash="51438929f66a7efe3541511b6966ea09"/></dir></dir><dir name="System"><file name="MemoryLimiter.php" hash="813d89b8c21834fb911acc8e59be950c"/></dir><dir name="Validation"><file name="ValidationInterface.php" hash="d11950e6d4a7b52e3784867e8d8d2230"/><dir name="Validator"><file name="CDATAContent.php" hash="425678e9cf44efee9d884c20e4db1f14"/><file name="Ean.php" hash="7bab4c07ebcbdf3ce9e087ff20976d1a"/><file name="IntGreaterZero.php" hash="682c11f5cf24cafcef61350194a65be1"/><file name="NonEmptyString.php" hash="7075a72eace8e1f8c5bc5b61a5a25231"/><file name="StringMaxLength.php" hash="c19f729ff39b5b6b438635fe9bd9c6bf"/><file name="Url.php" hash="7b1f83a803fd8788ad4b22aaa982d04f"/></dir><file name="ValidatorChain.php" hash="72148d630805652276c446ebef817f47"/><file name="ValidatorInterface.php" hash="df41d71f7970d758b18bf36c2e49f6f1"/></dir><dir name="Xml"><file name="AbstractXmlPartial.php" hash="303a1e75e4ba719683f09ea9a5cc2743"/><file name="AbstractXmlRequest.php" hash="1b191b6c7e771043ce76f140f8a638b6"/><file name="InvalidXmlException.php" hash="22c021f43b7df35045814cd1ca714968"/><dir name="Request"><file name="AsynchronousStatusRequest.php" hash="4b17665dfef64f23d366f671a06634e3"/><file name="DataRequest.php" hash="af14f72b8c11013cfed42a0b1cbd22bc"/><file name="DownloadRequest.php" hash="05e941a0db71e679d5e3bce00bd5da8d"/><file name="NotificationRequest.php" hash="2902af863aaa33df93cc6e8cfdbf4b8c"/><file name="QueryRequest.php" hash="31746798830da6d1a5909e9f6761e5e1"/><file name="SubmitCartRequest.php" hash="bda8ba8a1662b59e49ddb974219cacf4"/><file name="UploadRequest.php" hash="93f15776fbc75435c417d7fc1963e4c4"/></dir><dir name="Response"><file name="Abstract.php" hash="f7e963bf5586d26347c4d1a6887a4b79"/><file name="AsynchronousStatusResponse.php" hash="6571d1b3093cd73e7eda7ff940df4453"/><file name="DataResponse.php" hash="672c55dd8e770219eac74214726cb5ef"/><file name="DownloadResponse.php" hash="831f43cece257d44fe65d02304362a8c"/><file name="NotificationResponse.php" hash="be7626da7ef2f744f183228110aabbea"/><dir name="Partial"><file name="Address.php" hash="d9ea71d56eb49fe3a512edd412293922"/><file name="Attribute.php" hash="4c27a169c0c773afde7502d6704ee372"/><file name="Category.php" hash="2b040bd3b89121ba28fef0ae07915915"/><file name="CategoryId.php" hash="09f6b3ecf29c4d3a16d37978efd53b4a"/><dir name="DataResponse"><file name="BestPrice.php" hash="e545a040a9201c3c8a71d4b410dcfc4d"/><file name="Confirmation.php" hash="b93b06d18277c10899535d91c1b71829"/><file name="MerchantData.php" hash="f03d2b35691c4356c43251e3c1c1fd20"/><file name="ProductData.php" hash="ab11140f6a0c4556a558d317651db82b"/><file name="QuotaData.php" hash="feb7180ff8c332decc938c1394ab8018"/></dir><dir name="NotificationResponse"><file name="Confirmation.php" hash="62225a96f3c9ce1047afc3f2c04b44ea"/><file name="Consignment.php" hash="20cb98f68cb94033d7abc5cb29ba47a4"/><file name="Credit.php" hash="7dfa1b551c938bbdbcab3e7f5ca4a86e"/><file name="Return.php" hash="d2538c678241727e3fe996d800da75b1"/></dir><dir name="Order"><file name="ContactData.php" hash="27cd1f6a5f8125352f3c383ab40e18af"/><file name="Entry.php" hash="f925387971c3a4e90bf3a66735f78025"/></dir><file name="Order.php" hash="470ed2a1671600318de784fedc34dbb9"/><file name="ProductId.php" hash="098e038cb611d92a65aa8a305567a2d0"/><file name="VariantConfiguration.php" hash="c3840d3e11cc2cc2c50d1f4f03bca963"/></dir><file name="QueryResponse.php" hash="300bfcfdb7f52380b207b45fede50e8e"/><file name="SubmitCartResponse.php" hash="82743d5832c4a12675796bbbde6f72e0"/><file name="UploadResponse.php" hash="36ac43b1e83c64be86307a6c1b7faf3d"/></dir><file name="XmlBuildException.php" hash="72ee8a17dab2c457bb821cd36bbff689"/><file name="XmlResponseParser.php" hash="94502547e6f7495e708652f72155c020"/></dir></dir><dir name="controllers"><dir name="Adminhtml"><file name="AsyncController.php" hash="480e99dbe107a07d88e60950e25479eb"/><file name="LogController.php" hash="b8a5edb6c275746515b553faa6472687"/><file name="OrderImportController.php" hash="057c1f82c20cf7997c3841560db7cbc6"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="a406f2625c59af13362056b1df70e0d8"/><file name="config.xml" hash="cd9f1275a39467ca94e1c7e12020cfcf"/><file name="system.xml" hash="3968527a048499e0640086443a40c805"/></dir><dir name="sql"><dir name="meinpaketcommon_setup"><file name="mysql4-install-1.0.0.php" hash="be354c17f96ffeecb74837974099f8c7"/></dir></dir></dir></dir></dir></dir></target><target name="mageetc"><dir><dir name="modules"><file name="Dhl_MeinPaket.xml" hash="b2ab0b71945c9849bbabe9cac0280beb"/><file name="Dhl_Postpay.xml" hash="26852f055604828ffca341f7437db998"/><file name="Dhl_MeinPaketCommon.xml" hash="b926a30bca6162be2a951f9fb0f62e00"/></dir></dir></target><target name="mage"><dir><dir name="shell"><file name="dhlmeinpaket-category-import.php" hash="2993d81e175d8e3ebdfe8fd7297f2ef6"/><file name="dhlmeinpaket-product-export.php" hash="8effb502150d794d67f508d926993a17"/><file name="dhlmeinpaket-request-bestprice.php" hash="cd546b61204de3f62206f2aec03f3c91"/><file name="dhlmeinpaket-order-import.php" hash="179e57d2fa37e0a3407bcbe222fe711e"/></dir></dir></target><target name="magedesign"><dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="meinpaket.xml" hash="3854556688b7e27a8e7eda0cdf2b6610"/><file name="postpay.xml" hash="890708f41152cb5326040006a0d13bf1"/><file name="meinpaketcommon.xml" hash="3854556688b7e27a8e7eda0cdf2b6610"/></dir><dir name="template"><dir name="postpay"><dir><dir name="checkout"><file name="image.phtml" hash="9283259a1e502907c0ba1c659f4ffe1b"/></dir><dir name="payment"><file name="redirect.phtml" hash="4d6e571020670c2069a2323b54f707ea"/></dir></dir><file name="checkout.phtml" hash="424e3ad9ab6f20dba21412ed9de315e6"/></dir></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="meinpaket.xml" hash="973b9b6f616f8da3528ab68cc379819c"/><file name="postpay.xml" hash="5bef4c0511b6e60ed9abf1503849809e"/><file name="meinpaketcommon.xml" hash="4563e3cf8fc469dcecf1c8ff88e26cf7"/></dir><dir name="template"><dir name="meinpaket"><dir><dir name="catalog"><dir name="product"><dir name="matching"><file name="result.phtml" hash="fcc1b10a90944f5657e7c39bda175d44"/><file name="tab.phtml" hash="bfa9945e79b7ebbf841b95ef99c1fc5d"/></dir></dir></dir><dir name="category"><dir name="import"><file name="import.phtml" hash="6db7b74dd7ab8f3108510a5ef58aabf3"/><file name="index.phtml" hash="d315bbae053b89300c8b04a1adb661cb"/></dir></dir></dir><file name="leftmenu.phtml" hash="4afb8d200ed8ceddf2f682c5911c565c"/><file name="steps.phtml" hash="8fcd5c06f70a00c18e325cf9b94693e6"/></dir></dir></dir></dir></dir></dir></target><target name="magelocale"><dir><dir><dir name="de_DE"><file name="Dhl_MeinPaket.csv" hash="9d562e495b66d92a1a6f3600a72b23e5"/><file name="Dhl_Postpay.csv" hash="9d562e495b66d92a1a6f3600a72b23e5"/><file name="Dhl_MeinPaketCommon.csv" hash="9d562e495b66d92a1a6f3600a72b23e5"/></dir></dir></dir></target><target name="mageskin"><dir><dir name="frontend"><dir name="default"><dir name="default"><dir name="meinpaket"><dir name="images"><file name="dhl_checkout_button.png" hash="0b896fdfbd23d33a029f9c3e60757f1c"/></dir></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="meinpaketcommon"><dir name="images"><file name="1.png" hash="3c2c9a82eb1ba846ba83fff02a7fb89d"/><file name="2.png" hash="ebbbb39b16a74905e9089014dadf27bb"/><file name="3.png" hash="4db863bc8404ba77b12b318d7932ca3d"/><file name="dhl_logo_kl.gif" hash="43fdd8c3b923355fdd27070feca49dc7"/><file name="loader.gif" hash="823d2e0f3345c88e9463a38a9c360817"/><file name="meinpaket_logo.png" hash="e5fc2c6d23da15893e81ae53704e49c9"/><file name="shadowtopbg.png" hash="9e274a269dcbe50256d1be49a192a9cd"/></dir><file name="module.css" hash="c0ad44ad9719ae396f9becbd183f5033"/><file name="module.js" hash="0ace146549dd0befdd83d23a3149f140"/></dir></dir></dir></dir></dir></target></contents>
16
  <compatible/>
17
- <dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php><package><name>DHL_MeinPaketCommon</name><channel>community</channel><min>1.0.0</min><max>2.0.0</max></package></required></dependencies>
18
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>DHL_MeinPaket2</name>
4
+ <version>2.0.16</version>
5
  <stability>stable</stability>
6
  <license>--</license>
7
  <channel>community</channel>
10
  <description>The Extension connects your magento shop with DHL MeinPaket.</description>
11
  <notes>--</notes>
12
  <authors><author><name>DHL Vertriebs GmbH</name><user>--</user><email>support@meinpaket.de</email></author></authors>
13
+ <date>2015-02-23</date>
14
+ <time>13:06:54</time>
15
+ <contents><target name="magecommunity"><dir><dir name="Dhl"><dir name="MeinPaket"><dir><dir name="Block"><dir name="Adminhtml"><dir name="Backlog"><dir name="Product"><file name="Grid.php" hash="7541700fffd1811943ce7d1d5f1ecdaf"/></dir><file name="Product.php" hash="d0fa6e92c7a2349cb2ef578eb1dad702"/></dir><dir name="BestPrice"><file name="Grid.php" hash="adb8a1085e086f3d1dc57a489619ff5d"/></dir><file name="BestPrice.php" hash="b4f9912d464830a48fd5154c45b0c040"/><dir name="Catalog"><dir name="Product"><dir name="Matching"><file name="Result.php" hash="135446bcf25b60bb017e29b15881daa8"/><file name="Tab.php" hash="6f27e6fb28ee96e9202361e7d6c43768"/></dir></dir></dir><dir name="CategoryImport"><file name="Import.php" hash="47f0969b175e1480efe8a97480c169da"/><file name="Index.php" hash="745b3c71e101599fbba7a7fd275362c9"/></dir><file name="LeftMenu.php" hash="b60dea4f9e9a39b663cab89be8e32b97"/><dir name="OrderImport"><file name="Index.php" hash="b45724d6ff1fcda6102b3147f3a66a94"/></dir><dir name="ProductExport"><file name="Export.php" hash="e12ef6d9b52a9607820fbcd5e58e76ca"/><file name="Index.php" hash="65cf2306ad93f387f525ec66cec1abee"/><file name="List.php" hash="4a32ced740d35ebb7a10d0fffa782223"/></dir><file name="Steps.php" hash="ffb3f688b43cd0c1f457b89c84e68b7f"/></dir></dir><dir name="Helper"><file name="Attribute.php" hash="36cf44cf54204426e3f50864381a6443"/><file name="Backlog.php" hash="51c08b4ef137799d0e7dbf900543ab3e"/><file name="Cron.php" hash="b320de066adaec731a4ce5d77397a1e8"/><file name="Data.php" hash="f195ae885607cae202a100aef8091c09"/><file name="Order.php" hash="82c24fb8790c629c200ce18645ea5a25"/><file name="Product.php" hash="8471fd7dc30ae6e749abf8dd9be69a8a"/><file name="Shipment.php" hash="420dfdb45b0f6f8f97ca4e18dd1d1078"/></dir><dir name="Model"><dir name="Attribute"><file name="Mapping.php" hash="7d8a8d9e18f7c6019ae71a7032061ab7"/></dir><dir name="Backlog"><file name="Product.php" hash="a2d547dcfba28c80819155a73ff5cff4"/></dir><file name="BestPrice.php" hash="b75de965445df6125e115d0d89add52c"/><file name="Category.php" hash="d0f5804e7900915f1c03364b079a7dc5"/><file name="Cron.php" hash="624ea118bc73c7dd3cae69d3828d9083"/><dir name="Entity"><dir name="Attribute"><dir name="Frontend"><file name="LabelTranslation.php" hash="7f4b3b49b6e12dadd768aee95e041579"/></dir><dir name="Source"><file name="Carrier.php" hash="65770c58617deb2dce75d8e83e055d79"/><file name="MeinPaketCategory.php" hash="17f784c2d79bfd847dd6472dca661334"/><file name="ProductAttribute.php" hash="aba17fe2a9acb85d0483926c3d5ba9a8"/><file name="ProductSyncMode.php" hash="39db6c156e9100ab59384756ec9ac2c5"/><file name="Taxclass.php" hash="696e7dda6d0bd21eeceb61adc0121cd6"/><file name="Taxrate.php" hash="40bbb2336441fa02916ab992279961e8"/></dir></dir></dir><dir name="Exception"><file name="InvalidDataException.php" hash="dcbfbe06f3d0190d5f4a9f0b47973bf2"/><file name="MissingDataException.php" hash="377d6cc783aa6e8973728a77e1e5b8a9"/></dir><dir name="Mysql4"><dir name="Backlog"><dir name="Product"><file name="Collection.php" hash="2711f602d90e22ea72b773003cf38ef4"/></dir><file name="Product.php" hash="d46057bf2e8b93b32b23653222599316"/></dir><dir name="BestPrice"><file name="Collection.php" hash="fedcad4595269a646ff1c452bed87b00"/></dir><file name="BestPrice.php" hash="79399000e407b6a22489d0dbfedd6f34"/><dir name="Category"><file name="Collection.php" hash="3caf8e3ae7e5cf3ac8e734cc6fa60919"/></dir><file name="Category.php" hash="3f1ee3b59040b5947a4fb8878d02dbf6"/></dir><file name="Observer.php" hash="c0d04ae77ecfa2f6fb3731918f252b5f"/><dir name="Payment"><dir name="Method"><file name="Meinpaket.php" hash="3f89a67bbda6b63d8d25be1fd9845110"/></dir></dir><dir name="Resource"><dir name="Eav"><dir name="Mysql4"><file name="Setup.php" hash="f82c4f1fd2d359cd60976ff4242a7255"/></dir></dir></dir><dir name="Service"><dir name="MarketplaceCategoryImport"><file name="ImportService.php" hash="bf0c889ce83b0afe084c20f97288370e"/><file name="Result.php" hash="a8a2d4d726651237fb41c3595b223c22"/></dir><dir name="Product"><dir name="Export"><dir name="Exception"><file name="InvalidEan.php" hash="bc88e3bc48a8a96e45079054290ae68c"/></dir></dir><file name="Export.php" hash="8ddbc7b823c7e57143c2ab7fce51d4f6"/></dir><dir name="ProductData"><file name="RequestService.php" hash="99b61b8f9dbd30a64b070ab51437fc91"/></dir><dir name="Result"><file name="Abstract.php" hash="c7d84905431b651779dc1011f246983b"/><file name="Upload.php" hash="4ddf194a126ce18938610f61fcc1260d"/></dir></dir><dir name="System"><dir name="Config"><dir name="Source"><file name="Attributes.php" hash="e6cd11540ebf6bc87f4d949d81285703"/></dir></dir></dir></dir><dir name="controllers"><dir name="Adminhtml"><dir name="Backlog"><file name="ProductController.php" hash="bb1f8850442ff1950549b21a2dcf74c5"/></dir><file name="BestPriceController.php" hash="a0eafd1b7ec08351bf3c02bbf66509c6"/><file name="CategoryImportController.php" hash="ce946545c10b691876bb8331132f6eaa"/><file name="MatchingController.php" hash="f568a8a7d331264944d1586aa567e6ee"/><file name="ProductExportController.php" hash="68a327e432eafa49d0a50cd46fad9029"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="494b2a3a53756cb50b654da8fc86c8a7"/><file name="config.xml" hash="184d84c626283791d3809aebdbfd1e6a"/><file name="system.xml" hash="f91163365f268dd0f21feccb581962ce"/></dir><dir name="sql"><dir name="meinpaket_setup"><file name="mysql4-install-1.0.0.php" hash="2a2e411ddfdc1a0867d6beb627d6ee8c"/><file name="mysql4-upgrade-1.0.0-1.1.0.php" hash="bdb2ac11cd070e409c97aa3978c42f7e"/><file name="mysql4-upgrade-1.1.0-2.0.0.php" hash="53ede6255c31a300743174ac0192d2bc"/></dir></dir></dir></dir><dir name="Postpay"><dir><dir name="Block"><file name="Checkout.php" hash="ec8b0f2764d863f03dec0167617510a6"/><dir name="Payment"><dir name="Form"><file name="Standard.php" hash="6aca4f231c317c45ac1556d39639d84f"/></dir><dir name="Info"><file name="Standard.php" hash="45252ddc1f9ebb332ef75efa5f868432"/></dir></dir></dir><dir name="Helper"><file name="Cron.php" hash="c2391d5d085c31f2650655e8acdbfb97"/><file name="Data.php" hash="418df17f5f760dc47bba8bb815d77c58"/></dir><dir name="Model"><file name="Cart.php" hash="e599a64fec791a587552a020b563b426"/><file name="Cron.php" hash="171458225daa6c432defcfed1cffaac9"/><dir name="Mysql4"><dir name="Cart"><file name="Collection.php" hash="3b5150eb69a37a738e3f8494db0f4af1"/></dir><file name="Cart.php" hash="74042698f6fb9f2c7ca054d17f1ff0a2"/></dir><file name="Observer.php" hash="ec7e8db01d7d7c81f35797e1009f72db"/><dir name="Payment"><dir name="Method"><file name="Express.php" hash="91259cee6e39f7c993a823edbaab4817"/><file name="Standard.php" hash="30d139303e4f80c1ed8c03397666c890"/></dir></dir><dir name="Resource"><dir name="Eav"><dir name="Mysql4"><file name="Setup.php" hash="e75165ec2772e0174d8bdb62adcdd50b"/></dir></dir></dir><dir name="Service"><dir name="Order"><file name="ImportService.php" hash="32023a8ef0852221da0c11a7b533eaad"/></dir></dir></dir><dir name="controllers"><file name="CheckoutController.php" hash="7a0801e7c03be05beb8c38004dea1464"/><file name="NotificationController.php" hash="41a608eddf5b891ca0b26b1ef1323691"/><file name="ResponseController.php" hash="79cb81c28fe2460fac0be802a8b598b2"/></dir><dir name="etc"><file name="config.xml" hash="c6b7383a16c7c22c5693a8035b6b677e"/><file name="system.xml" hash="43de1564100406a0cfcf69096f89b41a"/></dir><dir name="sql"><dir name="postpay_setup"><file name="mysql4-install-1.0.0.php" hash="036e483e03bf55a4f40bfca3d8e71eb4"/></dir></dir></dir></dir><dir name="MeinPaketCommon"><dir><dir name="Block"><dir name="Adminhtml"><dir name="Async"><file name="Grid.php" hash="dbf8ebeac3b98728c3cef8785c83c897"/></dir><file name="Async.php" hash="7169a4ea405f54ae1d6da4c56c302fcc"/><dir name="Log"><file name="Grid.php" hash="d371551816e9335e062424e648362ce5"/></dir><file name="Log.php" hash="36a68e5de0cf7dfb87e3b090c05c1e9c"/></dir></dir><dir name="Helper"><file name="Address.php" hash="def05195630f6f98802481d228b4f25e"/><file name="Attribute.php" hash="905db640dbe49889e273aeb7415b2441"/><file name="Cron.php" hash="023eb7080558ebd43af77c1846a44534"/><file name="Data.php" hash="8edcee18eaca83942f5d30bfb65f7ff9"/><file name="Order.php" hash="4f931b155ba3069a76b1dc8ef26c3e15"/><file name="Product.php" hash="704fa60b29af41a61c2422b23fa28b26"/><file name="Shipment.php" hash="13d9db3d96059e4d63cf8ad367a6a0a7"/></dir><dir name="Model"><file name="Async.php" hash="3112120abd4ff2773dbcf19dedfd4044"/><dir name="Carrier"><file name="Meinpaket.php" hash="104937bd9c3961ef5b0d7939141d7865"/></dir><dir name="Client"><file name="BadHttpReturnCodeException.php" hash="3f3d67278be542e42bb882f387c04b67"/><file name="HttpException.php" hash="963bc4b8d30d2996a2a08b4c8aaa6b8f"/><file name="HttpTimeoutException.php" hash="d633742d26c8c5438543c1bbdf5c09bd"/><file name="XmlOverHttp.php" hash="4780d0dcd467410643d1156fc5787608"/></dir><file name="Cron.php" hash="aa707519b312693b5021036ec6dcaee3"/><dir name="Entity"><dir name="Attribute"><dir name="Source"><file name="Carrier.php" hash="437c70fc9b4e8fa719bdd19676bbbacf"/></dir></dir></dir><dir name="Exception"><file name="InvalidDataException.php" hash="808caf989c24f1146d47fc610be6e131"/><file name="MissingDataException.php" hash="67a06069dcb66c02235f636b6790a62d"/></dir><file name="Log.php" hash="516fc34067f4573d160100d7a975a66c"/><dir name="Mysql4"><dir name="Async"><file name="Collection.php" hash="d5f6fbe4a4be75181844eddfbbd557cf"/></dir><file name="Async.php" hash="2120d8c0411c8773853cee4c5925467a"/><dir name="Log"><file name="Collection.php" hash="9bba87a636029d675e1ceda42f96dbc4"/></dir><file name="Log.php" hash="a09be611512f4dc95880e6e00dab93ca"/></dir><file name="Observer.php" hash="ebf0911ae42d31fcb09941068a6a6b23"/><dir name="Payment"><dir name="Method"><file name="Meinpaket.php" hash="fdbc24e8330ecbb71243e1f4b5b83bc3"/></dir></dir><dir name="Resource"><dir name="Eav"><dir name="Mysql4"><file name="Setup.php" hash="7efbaf9ad4ffc63468c99e90a1d337ad"/></dir></dir></dir><dir name="Service"><file name="Abstract.php" hash="406fb92c370df8e93aaffacbad56937b"/><file name="Async.php" hash="5dba3892bc2b78846f2ca7593385a1bc"/><dir name="Order"><dir name="CancellationService"><file name="Result.php" hash="ffec58bd614f33a911a3288c9ca81ba5"/></dir><file name="CancellationService.php" hash="a6806a3531b596a729a418688ba51dcc"/><file name="ImportService.php" hash="9ede62d801351696ed6487bd7a8392b1"/><dir name="RefundExportService"><file name="Result.php" hash="79389a6ef79a900d1a1d94ec071847bc"/></dir><file name="RefundExportService.php" hash="96f68022c2b21572e4fb7c6f8373247b"/><dir name="ShipmentExportService"><file name="Result.php" hash="887f1ec6991790b995388c43a8e99a60"/></dir><file name="ShipmentExportService.php" hash="325fcab2d42a9bfe5969a984504dbb7f"/></dir><dir name="Result"><file name="Abstract.php" hash="c7d84905431b651779dc1011f246983b"/><file name="Upload.php" hash="51438929f66a7efe3541511b6966ea09"/></dir></dir><dir name="System"><file name="MemoryLimiter.php" hash="813d89b8c21834fb911acc8e59be950c"/></dir><dir name="Validation"><file name="ValidationInterface.php" hash="d11950e6d4a7b52e3784867e8d8d2230"/><dir name="Validator"><file name="CDATAContent.php" hash="425678e9cf44efee9d884c20e4db1f14"/><file name="Ean.php" hash="7bab4c07ebcbdf3ce9e087ff20976d1a"/><file name="IntGreaterZero.php" hash="682c11f5cf24cafcef61350194a65be1"/><file name="NonEmptyString.php" hash="7075a72eace8e1f8c5bc5b61a5a25231"/><file name="StringMaxLength.php" hash="c19f729ff39b5b6b438635fe9bd9c6bf"/><file name="Url.php" hash="7b1f83a803fd8788ad4b22aaa982d04f"/></dir><file name="ValidatorChain.php" hash="72148d630805652276c446ebef817f47"/><file name="ValidatorInterface.php" hash="df41d71f7970d758b18bf36c2e49f6f1"/></dir><dir name="Xml"><file name="AbstractXmlPartial.php" hash="303a1e75e4ba719683f09ea9a5cc2743"/><file name="AbstractXmlRequest.php" hash="1b191b6c7e771043ce76f140f8a638b6"/><file name="InvalidXmlException.php" hash="22c021f43b7df35045814cd1ca714968"/><dir name="Request"><file name="AsynchronousStatusRequest.php" hash="4b17665dfef64f23d366f671a06634e3"/><file name="DataRequest.php" hash="af14f72b8c11013cfed42a0b1cbd22bc"/><file name="DownloadRequest.php" hash="05e941a0db71e679d5e3bce00bd5da8d"/><file name="NotificationRequest.php" hash="2902af863aaa33df93cc6e8cfdbf4b8c"/><file name="QueryRequest.php" hash="31746798830da6d1a5909e9f6761e5e1"/><file name="SubmitCartRequest.php" hash="bda8ba8a1662b59e49ddb974219cacf4"/><file name="UploadRequest.php" hash="93f15776fbc75435c417d7fc1963e4c4"/></dir><dir name="Response"><file name="Abstract.php" hash="f7e963bf5586d26347c4d1a6887a4b79"/><file name="AsynchronousStatusResponse.php" hash="6571d1b3093cd73e7eda7ff940df4453"/><file name="DataResponse.php" hash="672c55dd8e770219eac74214726cb5ef"/><file name="DownloadResponse.php" hash="831f43cece257d44fe65d02304362a8c"/><file name="NotificationResponse.php" hash="be7626da7ef2f744f183228110aabbea"/><dir name="Partial"><file name="Address.php" hash="d9ea71d56eb49fe3a512edd412293922"/><file name="Attribute.php" hash="4c27a169c0c773afde7502d6704ee372"/><file name="Category.php" hash="2b040bd3b89121ba28fef0ae07915915"/><file name="CategoryId.php" hash="09f6b3ecf29c4d3a16d37978efd53b4a"/><dir name="DataResponse"><file name="BestPrice.php" hash="e545a040a9201c3c8a71d4b410dcfc4d"/><file name="Confirmation.php" hash="b93b06d18277c10899535d91c1b71829"/><file name="MerchantData.php" hash="f03d2b35691c4356c43251e3c1c1fd20"/><file name="ProductData.php" hash="ab11140f6a0c4556a558d317651db82b"/><file name="QuotaData.php" hash="feb7180ff8c332decc938c1394ab8018"/></dir><dir name="NotificationResponse"><file name="Confirmation.php" hash="62225a96f3c9ce1047afc3f2c04b44ea"/><file name="Consignment.php" hash="20cb98f68cb94033d7abc5cb29ba47a4"/><file name="Credit.php" hash="7dfa1b551c938bbdbcab3e7f5ca4a86e"/><file name="Return.php" hash="d2538c678241727e3fe996d800da75b1"/></dir><dir name="Order"><file name="ContactData.php" hash="27cd1f6a5f8125352f3c383ab40e18af"/><file name="Entry.php" hash="f925387971c3a4e90bf3a66735f78025"/></dir><file name="Order.php" hash="470ed2a1671600318de784fedc34dbb9"/><file name="ProductId.php" hash="098e038cb611d92a65aa8a305567a2d0"/><file name="VariantConfiguration.php" hash="c3840d3e11cc2cc2c50d1f4f03bca963"/></dir><file name="QueryResponse.php" hash="300bfcfdb7f52380b207b45fede50e8e"/><file name="SubmitCartResponse.php" hash="82743d5832c4a12675796bbbde6f72e0"/><file name="UploadResponse.php" hash="36ac43b1e83c64be86307a6c1b7faf3d"/></dir><file name="XmlBuildException.php" hash="72ee8a17dab2c457bb821cd36bbff689"/><file name="XmlResponseParser.php" hash="94502547e6f7495e708652f72155c020"/></dir></dir><dir name="controllers"><dir name="Adminhtml"><file name="AsyncController.php" hash="480e99dbe107a07d88e60950e25479eb"/><file name="LogController.php" hash="b8a5edb6c275746515b553faa6472687"/><file name="OrderImportController.php" hash="057c1f82c20cf7997c3841560db7cbc6"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="a406f2625c59af13362056b1df70e0d8"/><file name="config.xml" hash="cd9f1275a39467ca94e1c7e12020cfcf"/><file name="system.xml" hash="1e416e9423348045c7d4f19386c8a131"/></dir><dir name="sql"><dir name="meinpaketcommon_setup"><file name="mysql4-install-1.0.0.php" hash="be354c17f96ffeecb74837974099f8c7"/></dir></dir></dir></dir></dir></dir></target><target name="mageetc"><dir><dir name="modules"><file name="Dhl_MeinPaket.xml" hash="b2ab0b71945c9849bbabe9cac0280beb"/><file name="Dhl_Postpay.xml" hash="26852f055604828ffca341f7437db998"/><file name="Dhl_MeinPaketCommon.xml" hash="b926a30bca6162be2a951f9fb0f62e00"/></dir></dir></target><target name="mage"><dir><dir name="shell"><file name="dhlmeinpaket-category-import.php" hash="2993d81e175d8e3ebdfe8fd7297f2ef6"/><file name="dhlmeinpaket-product-export.php" hash="8effb502150d794d67f508d926993a17"/><file name="dhlmeinpaket-request-bestprice.php" hash="cd546b61204de3f62206f2aec03f3c91"/><file name="dhlmeinpaket-order-import.php" hash="179e57d2fa37e0a3407bcbe222fe711e"/></dir></dir></target><target name="magedesign"><dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="meinpaket.xml" hash="3854556688b7e27a8e7eda0cdf2b6610"/><file name="postpay.xml" hash="890708f41152cb5326040006a0d13bf1"/><file name="meinpaketcommon.xml" hash="3854556688b7e27a8e7eda0cdf2b6610"/></dir><dir name="template"><dir name="postpay"><dir><dir name="checkout"><file name="image.phtml" hash="9283259a1e502907c0ba1c659f4ffe1b"/></dir><dir name="payment"><file name="redirect.phtml" hash="4d6e571020670c2069a2323b54f707ea"/></dir></dir><file name="checkout.phtml" hash="424e3ad9ab6f20dba21412ed9de315e6"/></dir></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="meinpaket.xml" hash="973b9b6f616f8da3528ab68cc379819c"/><file name="postpay.xml" hash="5bef4c0511b6e60ed9abf1503849809e"/><file name="meinpaketcommon.xml" hash="4563e3cf8fc469dcecf1c8ff88e26cf7"/></dir><dir name="template"><dir name="meinpaket"><dir><dir name="catalog"><dir name="product"><dir name="matching"><file name="result.phtml" hash="fcc1b10a90944f5657e7c39bda175d44"/><file name="tab.phtml" hash="bfa9945e79b7ebbf841b95ef99c1fc5d"/></dir></dir></dir><dir name="category"><dir name="import"><file name="import.phtml" hash="6db7b74dd7ab8f3108510a5ef58aabf3"/><file name="index.phtml" hash="dc021b9e1cb91f4ac499f218566f978a"/></dir></dir></dir><file name="leftmenu.phtml" hash="4afb8d200ed8ceddf2f682c5911c565c"/><file name="steps.phtml" hash="8fcd5c06f70a00c18e325cf9b94693e6"/></dir></dir></dir></dir></dir></dir></target><target name="magelocale"><dir><dir><dir name="de_DE"><file name="Dhl_MeinPaket.csv" hash="1014e60bac8dc0e692d695733c17fa7f"/><file name="Dhl_Postpay.csv" hash="cb5daef3a6a95824c81dfc42db6124f1"/><file name="Dhl_MeinPaketCommon.csv" hash="9d562e495b66d92a1a6f3600a72b23e5"/></dir></dir></dir></target><target name="mageskin"><dir><dir name="frontend"><dir name="default"><dir name="default"><dir name="meinpaket"><dir name="images"><file name="dhl_checkout_button.png" hash="0b896fdfbd23d33a029f9c3e60757f1c"/></dir></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="meinpaketcommon"><dir name="images"><file name="1.png" hash="3c2c9a82eb1ba846ba83fff02a7fb89d"/><file name="2.png" hash="ebbbb39b16a74905e9089014dadf27bb"/><file name="3.png" hash="4db863bc8404ba77b12b318d7932ca3d"/><file name="dhl_logo_kl.gif" hash="43fdd8c3b923355fdd27070feca49dc7"/><file name="loader.gif" hash="823d2e0f3345c88e9463a38a9c360817"/><file name="meinpaket_logo.png" hash="e5fc2c6d23da15893e81ae53704e49c9"/><file name="shadowtopbg.png" hash="9e274a269dcbe50256d1be49a192a9cd"/></dir><file name="module.css" hash="c0ad44ad9719ae396f9becbd183f5033"/><file name="module.js" hash="0ace146549dd0befdd83d23a3149f140"/></dir></dir></dir></dir></dir></target></contents>
16
  <compatible/>
17
+ <dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
18
  </package>