Version Notes
DPDFrance_Shipping for Magento CE 1.4 - 1.9
Download this release
Release Info
Developer | DPD France S.A.S. |
Extension | DPDFrance_Shipping |
Version | 5.1.3 |
Comparing to | |
See all releases |
Code changes from version 5.1.2 to 5.1.3
- app/code/community/DPDFrance/Classic/Helper/Data.php +1 -1
- app/code/community/DPDFrance/Classic/Model/Carrier/DPDFranceClassicShipping.php +1 -1
- app/code/community/DPDFrance/Classic/Model/Owebia.php +1 -1
- app/code/community/DPDFrance/Classic/etc/config.xml +2 -2
- app/code/community/DPDFrance/Classic/etc/system.xml +1 -1
- app/code/community/DPDFrance/Export/Block/Export/Orders.php +1 -1
- app/code/community/DPDFrance/Export/Block/Export/Orders/Grid.php +5 -5
- app/code/community/DPDFrance/Export/Block/Tracking/Orders.php +1 -1
- app/code/community/DPDFrance/Export/Block/Tracking/Orders/Grid.php +1 -1
- app/code/community/DPDFrance/Export/Helper/Data.php +1 -1
- app/code/community/DPDFrance/Export/controllers/{ExportController.php → Adminhtml/DPDFrance/ExportController.php} +8 -8
- app/code/community/DPDFrance/Export/controllers/{TrackingController.php → Adminhtml/DPDFrance/TrackingController.php} +2 -2
- app/code/community/DPDFrance/Export/etc/config.xml +96 -96
- app/code/community/DPDFrance/Predict/Helper/Data.php +1 -1
- app/code/community/DPDFrance/Predict/Model/Carrier/DPDFrancePredictShipping.php +1 -1
- app/code/community/DPDFrance/Predict/Model/Observer.php +1 -1
- app/code/community/DPDFrance/Predict/Model/Owebia.php +1 -1
- app/code/community/DPDFrance/Predict/etc/config.xml +2 -2
- app/code/community/DPDFrance/Predict/etc/system.xml +1 -1
- app/code/community/DPDFrance/Relais/Helper/Data.php +1 -1
- app/code/community/DPDFrance/Relais/Model/Carrier/DPDFranceRelaisShipping.php +1 -1
- app/code/community/DPDFrance/Relais/Model/Observer.php +1 -1
- app/code/community/DPDFrance/Relais/Model/Outputs.php +1 -1
- app/code/community/DPDFrance/Relais/Model/Owebia.php +1 -1
- app/code/community/DPDFrance/Relais/controllers/PickupController.php +1 -1
- app/code/community/DPDFrance/Relais/etc/config.xml +2 -2
- app/code/community/DPDFrance/Relais/etc/system.xml +1 -1
- app/design/frontend/base/default/layout/dpdfrpredict.xml +1 -1
- app/design/frontend/base/default/layout/dpdfrrelais.xml +1 -1
- app/design/frontend/base/default/template/dpdfrpredict/checkout/onepage/progress/shipping.phtml +1 -1
- app/design/frontend/base/default/template/dpdfrpredict/checkout/onepage/progress/shipping_method.phtml +1 -1
- app/design/frontend/base/default/template/dpdfrpredict/checkout/onepage/shipping_method.phtml +1 -1
- app/design/frontend/base/default/template/dpdfrpredict/checkout/onepage/shipping_method/available.phtml +1 -1
- app/design/frontend/base/default/template/dpdfrrelais/checkout/onepage/progress/shipping.phtml +1 -1
- app/design/frontend/base/default/template/dpdfrrelais/checkout/onepage/progress/shipping_method.phtml +1 -1
- app/design/frontend/base/default/template/dpdfrrelais/checkout/onepage/shipping_method.phtml +1 -1
- app/design/frontend/base/default/template/dpdfrrelais/checkout/onepage/shipping_method/available.phtml +1 -1
- package.xml +4 -4
app/code/community/DPDFrance/Classic/Helper/Data.php
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* DPD France v5.1.
|
4 |
*
|
5 |
* @category DPDFrance
|
6 |
* @package DPDFrance_Shipping
|
1 |
<?php
|
2 |
/**
|
3 |
+
* DPD France v5.1.3 shipping module for Magento
|
4 |
*
|
5 |
* @category DPDFrance
|
6 |
* @package DPDFrance_Shipping
|
app/code/community/DPDFrance/Classic/Model/Carrier/DPDFranceClassicShipping.php
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* DPD France v5.1.
|
4 |
*
|
5 |
* @category DPDFrance
|
6 |
* @package DPDFrance_Shipping
|
1 |
<?php
|
2 |
/**
|
3 |
+
* DPD France v5.1.3 shipping module for Magento
|
4 |
*
|
5 |
* @category DPDFrance
|
6 |
* @package DPDFrance_Shipping
|
app/code/community/DPDFrance/Classic/Model/Owebia.php
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* DPD France v5.1.
|
4 |
*
|
5 |
* @category DPDFrance
|
6 |
* @package DPDFrance_Shipping
|
1 |
<?php
|
2 |
/**
|
3 |
+
* DPD France v5.1.3 shipping module for Magento
|
4 |
*
|
5 |
* @category DPDFrance
|
6 |
* @package DPDFrance_Shipping
|
app/code/community/DPDFrance/Classic/etc/config.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
<!--
|
3 |
/**
|
4 |
-
* DPD France v5.1.
|
5 |
*
|
6 |
* @category DPDFrance
|
7 |
* @package DPDFrance_Shipping
|
@@ -85,7 +85,7 @@
|
|
85 |
</default>
|
86 |
<modules>
|
87 |
<DPDFrance_Classic>
|
88 |
-
<version>5.1.
|
89 |
<depends>
|
90 |
<Mage_Shipping/>
|
91 |
</depends>
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
<!--
|
3 |
/**
|
4 |
+
* DPD France v5.1.3 shipping module for Magento
|
5 |
*
|
6 |
* @category DPDFrance
|
7 |
* @package DPDFrance_Shipping
|
85 |
</default>
|
86 |
<modules>
|
87 |
<DPDFrance_Classic>
|
88 |
+
<version>5.1.3</version>
|
89 |
<depends>
|
90 |
<Mage_Shipping/>
|
91 |
</depends>
|
app/code/community/DPDFrance/Classic/etc/system.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
<!--
|
3 |
/**
|
4 |
-
* DPD France v5.1.
|
5 |
*
|
6 |
* @category DPDFrance
|
7 |
* @package DPDFrance_Shipping
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
<!--
|
3 |
/**
|
4 |
+
* DPD France v5.1.3 shipping module for Magento
|
5 |
*
|
6 |
* @category DPDFrance
|
7 |
* @package DPDFrance_Shipping
|
app/code/community/DPDFrance/Export/Block/Export/Orders.php
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* DPD France v5.1.
|
4 |
*
|
5 |
* @category DPDFrance
|
6 |
* @package DPDFrance_Shipping
|
1 |
<?php
|
2 |
/**
|
3 |
+
* DPD France v5.1.3 shipping module for Magento
|
4 |
*
|
5 |
* @category DPDFrance
|
6 |
* @package DPDFrance_Shipping
|
app/code/community/DPDFrance/Export/Block/Export/Orders/Grid.php
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* DPD France v5.1.
|
4 |
*
|
5 |
* @category DPDFrance
|
6 |
* @package DPDFrance_Shipping
|
@@ -361,7 +361,7 @@ class DPDFrance_Export_Block_Export_Orders_Grid extends Mage_Adminhtml_Block_Wid
|
|
361 |
$this->getMassactionBlock()->addItem(
|
362 |
'export_order', array(
|
363 |
'label'=> Mage::helper('export')->__('Export to DPD Station - Integrated insurance'),
|
364 |
-
'url' => $this->getUrl('
|
365 |
)
|
366 |
);
|
367 |
|
@@ -369,7 +369,7 @@ class DPDFrance_Export_Block_Export_Orders_Grid extends Mage_Adminhtml_Block_Wid
|
|
369 |
$this->getMassactionBlock()->addItem(
|
370 |
'exportav_order', array(
|
371 |
'label'=> Mage::helper('export')->__('Export to DPD Station - Ad Valorem insurance'),
|
372 |
-
'url' => $this->getUrl('
|
373 |
)
|
374 |
);
|
375 |
|
@@ -377,7 +377,7 @@ class DPDFrance_Export_Block_Export_Orders_Grid extends Mage_Adminhtml_Block_Wid
|
|
377 |
$this->getMassactionBlock()->addItem(
|
378 |
'tracking_order', array(
|
379 |
'label'=> Mage::helper('export')->__('Update sent orders'),
|
380 |
-
'url' => $this->getUrl('*/
|
381 |
)
|
382 |
);
|
383 |
|
@@ -414,7 +414,7 @@ class DPDFrance_Export_Block_Export_Orders_Grid extends Mage_Adminhtml_Block_Wid
|
|
414 |
$options = array();
|
415 |
if (version_compare(Mage::getVersion(), '1.4.1', '>=')) {
|
416 |
$collection = Mage::getResourceModel('sales/order_grid_collection')
|
417 |
-
->join('order', "main_table.entity_id = order.entity_id AND order.shipping_method like 'dpdfr%'");
|
418 |
} else{
|
419 |
$collection = Mage::getResourceModel('sales/order_collection')
|
420 |
->addAttributeToFilter('shipping_method', array('like' => 'dpdfr%'));
|
1 |
<?php
|
2 |
/**
|
3 |
+
* DPD France v5.1.3 shipping module for Magento
|
4 |
*
|
5 |
* @category DPDFrance
|
6 |
* @package DPDFrance_Shipping
|
361 |
$this->getMassactionBlock()->addItem(
|
362 |
'export_order', array(
|
363 |
'label'=> Mage::helper('export')->__('Export to DPD Station - Integrated insurance'),
|
364 |
+
'url' => $this->getUrl('*/dpdfrance_export/export'),
|
365 |
)
|
366 |
);
|
367 |
|
369 |
$this->getMassactionBlock()->addItem(
|
370 |
'exportav_order', array(
|
371 |
'label'=> Mage::helper('export')->__('Export to DPD Station - Ad Valorem insurance'),
|
372 |
+
'url' => $this->getUrl('*/dpdfrance_export/exportav'),
|
373 |
)
|
374 |
);
|
375 |
|
377 |
$this->getMassactionBlock()->addItem(
|
378 |
'tracking_order', array(
|
379 |
'label'=> Mage::helper('export')->__('Update sent orders'),
|
380 |
+
'url' => $this->getUrl('*/dpdfrance_tracking/tracking'),
|
381 |
)
|
382 |
);
|
383 |
|
414 |
$options = array();
|
415 |
if (version_compare(Mage::getVersion(), '1.4.1', '>=')) {
|
416 |
$collection = Mage::getResourceModel('sales/order_grid_collection')
|
417 |
+
->join('order', "main_table.entity_id = order.entity_id AND order.shipping_method like 'dpdfr%' AND order.status != 'complete' AND order.status != 'canceled' AND order.status != 'holded' AND order.status != 'closed'");
|
418 |
} else{
|
419 |
$collection = Mage::getResourceModel('sales/order_collection')
|
420 |
->addAttributeToFilter('shipping_method', array('like' => 'dpdfr%'));
|
app/code/community/DPDFrance/Export/Block/Tracking/Orders.php
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* DPD France v5.1.
|
4 |
*
|
5 |
* @category DPDFrance
|
6 |
* @package DPDFrance_Shipping
|
1 |
<?php
|
2 |
/**
|
3 |
+
* DPD France v5.1.3 shipping module for Magento
|
4 |
*
|
5 |
* @category DPDFrance
|
6 |
* @package DPDFrance_Shipping
|
app/code/community/DPDFrance/Export/Block/Tracking/Orders/Grid.php
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* DPD France v5.1.
|
4 |
*
|
5 |
* @category DPDFrance
|
6 |
* @package DPDFrance_Shipping
|
1 |
<?php
|
2 |
/**
|
3 |
+
* DPD France v5.1.3 shipping module for Magento
|
4 |
*
|
5 |
* @category DPDFrance
|
6 |
* @package DPDFrance_Shipping
|
app/code/community/DPDFrance/Export/Helper/Data.php
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* DPD France v5.1.
|
4 |
*
|
5 |
* @category DPDFrance
|
6 |
* @package DPDFrance_Shipping
|
1 |
<?php
|
2 |
/**
|
3 |
+
* DPD France v5.1.3 shipping module for Magento
|
4 |
*
|
5 |
* @category DPDFrance
|
6 |
* @package DPDFrance_Shipping
|
app/code/community/DPDFrance/Export/controllers/{ExportController.php → Adminhtml/DPDFrance/ExportController.php}
RENAMED
@@ -1,6 +1,6 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* DPD France v5.1.
|
4 |
*
|
5 |
* @category DPDFrance
|
6 |
* @package DPDFrance_Shipping
|
@@ -9,7 +9,7 @@
|
|
9 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
10 |
*/
|
11 |
|
12 |
-
class
|
13 |
{
|
14 |
|
15 |
/**
|
@@ -80,11 +80,11 @@ class DPDFrance_Export_ExportController extends Mage_Adminhtml_Controller_Action
|
|
80 |
$address = $order->getShippingAddress();
|
81 |
|
82 |
/* total weight */
|
83 |
-
$total_weight =
|
84 |
-
$items = $order->getAllItems();
|
85 |
-
foreach ($items as $item) {
|
86 |
-
$total_weight += $item['
|
87 |
-
}
|
88 |
|
89 |
/* type of delivery */
|
90 |
$type = stristr($order->getShippingMethod(),'_', true);
|
@@ -104,7 +104,7 @@ class DPDFrance_Export_ExportController extends Mage_Adminhtml_Controller_Action
|
|
104 |
|
105 |
$content = $this->_addFieldToCsv($content, $delimiter, $order->getRealOrderId(), 35); // Ref Commande Magento
|
106 |
$content = $this->_addFieldToCsv($content, $delimiter, '', 2); // Filler
|
107 |
-
$content = $this->_addFieldToCsv($content, $delimiter, floor($
|
108 |
$content = $this->_addFieldToCsv($content, $delimiter, '', 15); // Filler
|
109 |
$firstnamecleaned = $this->_stripAccents($address->getFirstname());
|
110 |
$lastnamecleaned = $this->_stripAccents($address->getLastname());
|
1 |
<?php
|
2 |
/**
|
3 |
+
* DPD France v5.1.3 shipping module for Magento
|
4 |
*
|
5 |
* @category DPDFrance
|
6 |
* @package DPDFrance_Shipping
|
9 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
10 |
*/
|
11 |
|
12 |
+
class DPDFrance_Export_Adminhtml_DPDFrance_ExportController extends Mage_Adminhtml_Controller_Action
|
13 |
{
|
14 |
|
15 |
/**
|
80 |
$address = $order->getShippingAddress();
|
81 |
|
82 |
/* total weight */
|
83 |
+
$total_weight = $order->getWeight();
|
84 |
+
// $items = $order->getAllItems();
|
85 |
+
// foreach ($items as $item) {
|
86 |
+
// $total_weight += $item['weight'];
|
87 |
+
// }
|
88 |
|
89 |
/* type of delivery */
|
90 |
$type = stristr($order->getShippingMethod(),'_', true);
|
104 |
|
105 |
$content = $this->_addFieldToCsv($content, $delimiter, $order->getRealOrderId(), 35); // Ref Commande Magento
|
106 |
$content = $this->_addFieldToCsv($content, $delimiter, '', 2); // Filler
|
107 |
+
$content = $this->_addFieldToCsv($content, $delimiter, floor($order->getWeight()*100), 8, true ); // Poids
|
108 |
$content = $this->_addFieldToCsv($content, $delimiter, '', 15); // Filler
|
109 |
$firstnamecleaned = $this->_stripAccents($address->getFirstname());
|
110 |
$lastnamecleaned = $this->_stripAccents($address->getLastname());
|
app/code/community/DPDFrance/Export/controllers/{TrackingController.php → Adminhtml/DPDFrance/TrackingController.php}
RENAMED
@@ -1,6 +1,6 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* DPD France v5.1.
|
4 |
*
|
5 |
* @category DPDFrance
|
6 |
* @package DPDFrance_Shipping
|
@@ -9,7 +9,7 @@
|
|
9 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
10 |
*/
|
11 |
|
12 |
-
class
|
13 |
{
|
14 |
|
15 |
/**
|
1 |
<?php
|
2 |
/**
|
3 |
+
* DPD France v5.1.3 shipping module for Magento
|
4 |
*
|
5 |
* @category DPDFrance
|
6 |
* @package DPDFrance_Shipping
|
9 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
10 |
*/
|
11 |
|
12 |
+
class DPDFrance_Export_Adminhtml_DPDFrance_TrackingController extends Mage_Adminhtml_Controller_Action
|
13 |
{
|
14 |
|
15 |
/**
|
app/code/community/DPDFrance/Export/etc/config.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
<!--
|
3 |
/**
|
4 |
-
* DPD France v5.1.
|
5 |
*
|
6 |
* @category DPDFrance
|
7 |
* @package DPDFrance_Shipping
|
@@ -11,105 +11,105 @@
|
|
11 |
*/
|
12 |
-->
|
13 |
<config>
|
14 |
-
<modules>
|
15 |
<DPDFrance_Export>
|
16 |
-
<version>5.1.
|
17 |
<depends>
|
18 |
<Mage_Shipping/>
|
19 |
</depends>
|
20 |
</DPDFrance_Export>
|
21 |
</modules>
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
|
86 |
-
|
87 |
-
|
88 |
-
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
-
|
97 |
-
|
98 |
-
|
99 |
-
|
100 |
-
|
101 |
-
|
102 |
-
|
103 |
-
|
104 |
-
|
105 |
-
|
106 |
-
|
107 |
-
|
108 |
-
|
109 |
-
|
110 |
-
|
111 |
-
|
112 |
-
|
113 |
-
|
114 |
-
|
115 |
</config>
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
<!--
|
3 |
/**
|
4 |
+
* DPD France v5.1.3 shipping module for Magento
|
5 |
*
|
6 |
* @category DPDFrance
|
7 |
* @package DPDFrance_Shipping
|
11 |
*/
|
12 |
-->
|
13 |
<config>
|
14 |
+
<modules>
|
15 |
<DPDFrance_Export>
|
16 |
+
<version>5.1.3</version>
|
17 |
<depends>
|
18 |
<Mage_Shipping/>
|
19 |
</depends>
|
20 |
</DPDFrance_Export>
|
21 |
</modules>
|
22 |
+
<global>
|
23 |
+
<blocks>
|
24 |
+
<export>
|
25 |
+
<class>DPDFrance_Export_Block</class>
|
26 |
+
</export>
|
27 |
+
</blocks>
|
28 |
+
<helpers>
|
29 |
+
<export>
|
30 |
+
<class>DPDFrance_Export_Helper</class>
|
31 |
+
</export>
|
32 |
+
</helpers>
|
33 |
+
<resources>
|
34 |
+
<export_setup>
|
35 |
+
<setup>
|
36 |
+
<module>DPDFrance_Export</module>
|
37 |
+
</setup>
|
38 |
+
<connection>
|
39 |
+
<use>core_setup</use>
|
40 |
+
</connection>
|
41 |
+
</export_setup>
|
42 |
+
<export_write>
|
43 |
+
<connection>
|
44 |
+
<use>core_write</use>
|
45 |
+
</connection>
|
46 |
+
</export_write>
|
47 |
+
<export_read>
|
48 |
+
<connection>
|
49 |
+
<use>core_read</use>
|
50 |
+
</connection>
|
51 |
+
</export_read>
|
52 |
+
</resources>
|
53 |
+
</global>
|
54 |
+
<admin>
|
55 |
+
<routers>
|
56 |
+
<adminhtml>
|
57 |
+
<args>
|
58 |
+
<modules>
|
59 |
+
<DPDFrance_Export before="Mage_Adminhtml">DPDFrance_Export_Adminhtml</DPDFrance_Export>
|
60 |
+
</modules>
|
61 |
+
</args>
|
62 |
+
</adminhtml>
|
63 |
+
</routers>
|
64 |
+
</admin>
|
65 |
+
<adminhtml>
|
66 |
+
<translate>
|
67 |
+
<modules>
|
68 |
+
<Mage_Shipping>
|
69 |
+
<files>
|
70 |
+
<DPDFrance_Export>DPDFrance_Export.csv</DPDFrance_Export>
|
71 |
+
</files>
|
72 |
+
</Mage_Shipping>
|
73 |
+
</modules>
|
74 |
+
</translate>
|
75 |
+
<menu>
|
76 |
+
<sales>
|
77 |
+
<children>
|
78 |
+
<export translate="title">
|
79 |
+
<title>DPD France</title>
|
80 |
+
<sort_order>1000</sort_order>
|
81 |
+
<action>adminhtml/dpdfrance_export</action>
|
82 |
+
</export>
|
83 |
+
</children>
|
84 |
+
</sales>
|
85 |
+
</menu>
|
86 |
+
<acl>
|
87 |
+
<resources>
|
88 |
+
<admin>
|
89 |
+
<children>
|
90 |
+
<sales>
|
91 |
+
<children>
|
92 |
+
<export translate="title">
|
93 |
+
<title>DPD France</title>
|
94 |
+
<sort_order>1000</sort_order>
|
95 |
+
<action>adminhtml/dpdfrance_export</action>
|
96 |
+
</export>
|
97 |
+
</children>
|
98 |
+
</sales>
|
99 |
+
<system>
|
100 |
+
<children>
|
101 |
+
<config>
|
102 |
+
<children>
|
103 |
+
<export>
|
104 |
+
<title>DPD France</title>
|
105 |
+
</export>
|
106 |
+
</children>
|
107 |
+
</config>
|
108 |
+
</children>
|
109 |
+
</system>
|
110 |
+
</children>
|
111 |
+
</admin>
|
112 |
+
</resources>
|
113 |
+
</acl>
|
114 |
+
</adminhtml>
|
115 |
</config>
|
app/code/community/DPDFrance/Predict/Helper/Data.php
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* DPD France v5.1.
|
4 |
*
|
5 |
* @category DPDFrance
|
6 |
* @package DPDFrance_Shipping
|
1 |
<?php
|
2 |
/**
|
3 |
+
* DPD France v5.1.3 shipping module for Magento
|
4 |
*
|
5 |
* @category DPDFrance
|
6 |
* @package DPDFrance_Shipping
|
app/code/community/DPDFrance/Predict/Model/Carrier/DPDFrancePredictShipping.php
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* DPD France v5.1.
|
4 |
*
|
5 |
* @category DPDFrance
|
6 |
* @package DPDFrance_Shipping
|
1 |
<?php
|
2 |
/**
|
3 |
+
* DPD France v5.1.3 shipping module for Magento
|
4 |
*
|
5 |
* @category DPDFrance
|
6 |
* @package DPDFrance_Shipping
|
app/code/community/DPDFrance/Predict/Model/Observer.php
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* DPD France v5.1.
|
4 |
*
|
5 |
* @category DPDFrance
|
6 |
* @package DPDFrance_Shipping
|
1 |
<?php
|
2 |
/**
|
3 |
+
* DPD France v5.1.3 shipping module for Magento
|
4 |
*
|
5 |
* @category DPDFrance
|
6 |
* @package DPDFrance_Shipping
|
app/code/community/DPDFrance/Predict/Model/Owebia.php
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* DPD France v5.1.
|
4 |
*
|
5 |
* @category DPDFrance
|
6 |
* @package DPDFrance_Shipping
|
1 |
<?php
|
2 |
/**
|
3 |
+
* DPD France v5.1.3 shipping module for Magento
|
4 |
*
|
5 |
* @category DPDFrance
|
6 |
* @package DPDFrance_Shipping
|
app/code/community/DPDFrance/Predict/etc/config.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
<!--
|
3 |
/**
|
4 |
-
* DPD France v5.1.
|
5 |
*
|
6 |
* @category DPDFrance
|
7 |
* @package DPDFrance_Shipping
|
@@ -53,7 +53,7 @@
|
|
53 |
</default>
|
54 |
<modules>
|
55 |
<DPDFrance_Predict>
|
56 |
-
<version>5.1.
|
57 |
<depends>
|
58 |
<Mage_Shipping/>
|
59 |
</depends>
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
<!--
|
3 |
/**
|
4 |
+
* DPD France v5.1.3 shipping module for Magento
|
5 |
*
|
6 |
* @category DPDFrance
|
7 |
* @package DPDFrance_Shipping
|
53 |
</default>
|
54 |
<modules>
|
55 |
<DPDFrance_Predict>
|
56 |
+
<version>5.1.3</version>
|
57 |
<depends>
|
58 |
<Mage_Shipping/>
|
59 |
</depends>
|
app/code/community/DPDFrance/Predict/etc/system.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
<!--
|
3 |
/**
|
4 |
-
* DPD France v5.1.
|
5 |
*
|
6 |
* @category DPDFrance
|
7 |
* @package DPDFrance_Shipping
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
<!--
|
3 |
/**
|
4 |
+
* DPD France v5.1.3 shipping module for Magento
|
5 |
*
|
6 |
* @category DPDFrance
|
7 |
* @package DPDFrance_Shipping
|
app/code/community/DPDFrance/Relais/Helper/Data.php
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* DPD France v5.1.
|
4 |
*
|
5 |
* @category DPDFrance
|
6 |
* @package DPDFrance_Shipping
|
1 |
<?php
|
2 |
/**
|
3 |
+
* DPD France v5.1.3 shipping module for Magento
|
4 |
*
|
5 |
* @category DPDFrance
|
6 |
* @package DPDFrance_Shipping
|
app/code/community/DPDFrance/Relais/Model/Carrier/DPDFranceRelaisShipping.php
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* DPD France v5.1.
|
4 |
*
|
5 |
* @category DPDFrance
|
6 |
* @package DPDFrance_Shipping
|
1 |
<?php
|
2 |
/**
|
3 |
+
* DPD France v5.1.3 shipping module for Magento
|
4 |
*
|
5 |
* @category DPDFrance
|
6 |
* @package DPDFrance_Shipping
|
app/code/community/DPDFrance/Relais/Model/Observer.php
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* DPD France v5.1.
|
4 |
*
|
5 |
* @category DPDFrance
|
6 |
* @package DPDFrance_Shipping
|
1 |
<?php
|
2 |
/**
|
3 |
+
* DPD France v5.1.3 shipping module for Magento
|
4 |
*
|
5 |
* @category DPDFrance
|
6 |
* @package DPDFrance_Shipping
|
app/code/community/DPDFrance/Relais/Model/Outputs.php
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* DPD France v5.1.
|
4 |
*
|
5 |
* @category DPDFrance
|
6 |
* @package DPDFrance_Shipping
|
1 |
<?php
|
2 |
/**
|
3 |
+
* DPD France v5.1.3 shipping module for Magento
|
4 |
*
|
5 |
* @category DPDFrance
|
6 |
* @package DPDFrance_Shipping
|
app/code/community/DPDFrance/Relais/Model/Owebia.php
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* DPD France v5.1.
|
4 |
*
|
5 |
* @category DPDFrance
|
6 |
* @package DPDFrance_Shipping
|
1 |
<?php
|
2 |
/**
|
3 |
+
* DPD France v5.1.3 shipping module for Magento
|
4 |
*
|
5 |
* @category DPDFrance
|
6 |
* @package DPDFrance_Shipping
|
app/code/community/DPDFrance/Relais/controllers/PickupController.php
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* DPD France v5.1.
|
4 |
*
|
5 |
* @category DPDFrance
|
6 |
* @package DPDFrance_Shipping
|
1 |
<?php
|
2 |
/**
|
3 |
+
* DPD France v5.1.3 shipping module for Magento
|
4 |
*
|
5 |
* @category DPDFrance
|
6 |
* @package DPDFrance_Shipping
|
app/code/community/DPDFrance/Relais/etc/config.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
<!--
|
3 |
/**
|
4 |
-
* DPD France v5.1.
|
5 |
*
|
6 |
* @category DPDFrance
|
7 |
* @package DPDFrance_Shipping
|
@@ -56,7 +56,7 @@
|
|
56 |
</default>
|
57 |
<modules>
|
58 |
<DPDFrance_Relais>
|
59 |
-
<version>5.1.
|
60 |
<depends>
|
61 |
<Mage_Shipping/>
|
62 |
</depends>
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
<!--
|
3 |
/**
|
4 |
+
* DPD France v5.1.3 shipping module for Magento
|
5 |
*
|
6 |
* @category DPDFrance
|
7 |
* @package DPDFrance_Shipping
|
56 |
</default>
|
57 |
<modules>
|
58 |
<DPDFrance_Relais>
|
59 |
+
<version>5.1.3</version>
|
60 |
<depends>
|
61 |
<Mage_Shipping/>
|
62 |
</depends>
|
app/code/community/DPDFrance/Relais/etc/system.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
<!--
|
3 |
/**
|
4 |
-
* DPD France v5.1.
|
5 |
*
|
6 |
* @category DPDFrance
|
7 |
* @package DPDFrance_Shipping
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
<!--
|
3 |
/**
|
4 |
+
* DPD France v5.1.3 shipping module for Magento
|
5 |
*
|
6 |
* @category DPDFrance
|
7 |
* @package DPDFrance_Shipping
|
app/design/frontend/base/default/layout/dpdfrpredict.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
<!--
|
3 |
/**
|
4 |
-
* DPD France v5.1.
|
5 |
*
|
6 |
* @category DPDFrance
|
7 |
* @package DPDFrance_Shipping
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
<!--
|
3 |
/**
|
4 |
+
* DPD France v5.1.3 shipping module for Magento
|
5 |
*
|
6 |
* @category DPDFrance
|
7 |
* @package DPDFrance_Shipping
|
app/design/frontend/base/default/layout/dpdfrrelais.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
<!--
|
3 |
/**
|
4 |
-
* DPD France v5.1.
|
5 |
*
|
6 |
* @category DPDFrance
|
7 |
* @package DPDFrance_Shipping
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
<!--
|
3 |
/**
|
4 |
+
* DPD France v5.1.3 shipping module for Magento
|
5 |
*
|
6 |
* @category DPDFrance
|
7 |
* @package DPDFrance_Shipping
|
app/design/frontend/base/default/template/dpdfrpredict/checkout/onepage/progress/shipping.phtml
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* DPD France v5.1.
|
4 |
*
|
5 |
* @category DPDFrance
|
6 |
* @package DPDFrance_Shipping
|
1 |
<?php
|
2 |
/**
|
3 |
+
* DPD France v5.1.3 shipping module for Magento
|
4 |
*
|
5 |
* @category DPDFrance
|
6 |
* @package DPDFrance_Shipping
|
app/design/frontend/base/default/template/dpdfrpredict/checkout/onepage/progress/shipping_method.phtml
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* DPD France v5.1.
|
4 |
*
|
5 |
* @category DPDFrance
|
6 |
* @package DPDFrance_Shipping
|
1 |
<?php
|
2 |
/**
|
3 |
+
* DPD France v5.1.3 shipping module for Magento
|
4 |
*
|
5 |
* @category DPDFrance
|
6 |
* @package DPDFrance_Shipping
|
app/design/frontend/base/default/template/dpdfrpredict/checkout/onepage/shipping_method.phtml
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* DPD France v5.1.
|
4 |
*
|
5 |
* @category DPDFrance
|
6 |
* @package DPDFrance_Shipping
|
1 |
<?php
|
2 |
/**
|
3 |
+
* DPD France v5.1.3 shipping module for Magento
|
4 |
*
|
5 |
* @category DPDFrance
|
6 |
* @package DPDFrance_Shipping
|
app/design/frontend/base/default/template/dpdfrpredict/checkout/onepage/shipping_method/available.phtml
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* DPD France v5.1.
|
4 |
*
|
5 |
* @category DPDFrance
|
6 |
* @package DPDFrance_Shipping
|
1 |
<?php
|
2 |
/**
|
3 |
+
* DPD France v5.1.3 shipping module for Magento
|
4 |
*
|
5 |
* @category DPDFrance
|
6 |
* @package DPDFrance_Shipping
|
app/design/frontend/base/default/template/dpdfrrelais/checkout/onepage/progress/shipping.phtml
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* DPD France v5.1.
|
4 |
*
|
5 |
* @category DPDFrance
|
6 |
* @package DPDFrance_Shipping
|
1 |
<?php
|
2 |
/**
|
3 |
+
* DPD France v5.1.3 shipping module for Magento
|
4 |
*
|
5 |
* @category DPDFrance
|
6 |
* @package DPDFrance_Shipping
|
app/design/frontend/base/default/template/dpdfrrelais/checkout/onepage/progress/shipping_method.phtml
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* DPD France v5.1.
|
4 |
*
|
5 |
* @category DPDFrance
|
6 |
* @package DPDFrance_Shipping
|
1 |
<?php
|
2 |
/**
|
3 |
+
* DPD France v5.1.3 shipping module for Magento
|
4 |
*
|
5 |
* @category DPDFrance
|
6 |
* @package DPDFrance_Shipping
|
app/design/frontend/base/default/template/dpdfrrelais/checkout/onepage/shipping_method.phtml
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* DPD France v5.1.
|
4 |
*
|
5 |
* @category DPDFrance
|
6 |
* @package DPDFrance_Shipping
|
1 |
<?php
|
2 |
/**
|
3 |
+
* DPD France v5.1.3 shipping module for Magento
|
4 |
*
|
5 |
* @category DPDFrance
|
6 |
* @package DPDFrance_Shipping
|
app/design/frontend/base/default/template/dpdfrrelais/checkout/onepage/shipping_method/available.phtml
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* DPD France v5.1.
|
4 |
*
|
5 |
* @category DPDFrance
|
6 |
* @package DPDFrance_Shipping
|
1 |
<?php
|
2 |
/**
|
3 |
+
* DPD France v5.1.3 shipping module for Magento
|
4 |
*
|
5 |
* @category DPDFrance
|
6 |
* @package DPDFrance_Shipping
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>DPDFrance_Shipping</name>
|
4 |
-
<version>5.1.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">Open Software License (OSL)</license>
|
7 |
<channel>community</channel>
|
@@ -11,9 +11,9 @@
|
|
11 |
Il est destiné aux e-commerçants situés en France métropolitaine et détenteurs d'un contrat de transport chez DPD.</description>
|
12 |
<notes>DPDFrance_Shipping for Magento CE 1.4 - 1.9</notes>
|
13 |
<authors><author><name>DPD France S.A.S.</name><user>DSI</user><email>support.ecommerce@dpd.fr</email></author></authors>
|
14 |
-
<date>2015-
|
15 |
-
<time>
|
16 |
-
<contents><target name="magecommunity"><dir name="DPDFrance"><dir name="Classic"><dir name="Helper"><file name="Data.php" hash="
|
17 |
<compatible/>
|
18 |
<dependencies><required><php><min>5.0.0</min><max>6.0.0</max></php><extension><name>soap</name><min>1.0</min><max></max></extension></required></dependencies>
|
19 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>DPDFrance_Shipping</name>
|
4 |
+
<version>5.1.3</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">Open Software License (OSL)</license>
|
7 |
<channel>community</channel>
|
11 |
Il est destiné aux e-commerçants situés en France métropolitaine et détenteurs d'un contrat de transport chez DPD.</description>
|
12 |
<notes>DPDFrance_Shipping for Magento CE 1.4 - 1.9</notes>
|
13 |
<authors><author><name>DPD France S.A.S.</name><user>DSI</user><email>support.ecommerce@dpd.fr</email></author></authors>
|
14 |
+
<date>2015-11-03</date>
|
15 |
+
<time>09:22:43</time>
|
16 |
+
<contents><target name="magecommunity"><dir name="DPDFrance"><dir name="Classic"><dir name="Helper"><file name="Data.php" hash="793cb4b8c7bed33dfcb9cebc7092e729"/></dir><dir name="Model"><dir name="Carrier"><file name="DPDFranceClassicShipping.php" hash="964f7e7b25ad9dc0e9ada01368af5c49"/></dir><file name="Owebia.php" hash="759e84ec91ef738a50062c399c3960a9"/></dir><dir name="etc"><file name="config.xml" hash="4781b29bd19f55eb5659d559495f2f73"/><file name="system.xml" hash="90b130b04b1706074e1821a417e4fb42"/></dir></dir><dir name="Export"><dir name="Block"><dir name="Export"><dir name="Orders"><file name="Grid.php" hash="d4888e6b3bbc2ea3825a88f03bb72c90"/></dir><file name="Orders.php" hash="4aeee59038a8ad549a0d59913334ef3b"/></dir><dir name="Tracking"><dir name="Orders"><file name="Grid.php" hash="f20e6b619c0850b5b143121bf6f96ca0"/></dir><file name="Orders.php" hash="627d1dae1d1f65d08a3f685668acd2e2"/></dir></dir><dir name="Helper"><file name="Data.php" hash="b8613da90cda73438519803a70ab0d1b"/></dir><dir name="controllers"><dir name="Adminhtml"><dir name="DPDFrance"><file name="ExportController.php" hash="178d446fd0b581ce5ab41e0f0f4086cc"/><file name="TrackingController.php" hash="5075a9bb4ff2b35ed4c3dc3215ac2298"/></dir></dir></dir><dir name="etc"><file name="config.xml" hash="91f049e08b8c9e6108114cf77f30b332"/></dir></dir><dir name="Predict"><dir name="Helper"><file name="Data.php" hash="23b7a45641d4faefc23b16f230b977a3"/></dir><dir name="Model"><dir name="Carrier"><file name="DPDFrancePredictShipping.php" hash="f779f92dd56f01c6a25987cf2f8fe97b"/></dir><file name="Observer.php" hash="2d181c8b9e3cc453e9fa85e223e25582"/><file name="Owebia.php" hash="341fd3b3041aaca44b97eef89d3e18b0"/></dir><dir name="etc"><file name="config.xml" hash="a7cda6e1f139580dc877b6cd90fcb49c"/><file name="system.xml" hash="9838f1dd8481b50b149b8f958c91ffc9"/></dir></dir><dir name="Relais"><dir name="Helper"><file name="Data.php" hash="bc8e5bc884ff58df1b51ac436c0e7a8e"/></dir><dir name="Model"><dir name="Carrier"><file name="DPDFranceRelaisShipping.php" hash="ac61f12b604438cfc042b9efb22d7f6f"/></dir><file name="Observer.php" hash="a4f895971ee4bc71aaa59f8d8adc496a"/><file name="Outputs.php" hash="1d085483284c532606e57b5e39ee037f"/><file name="Owebia.php" hash="4ac05fb78f7148071c2941635b9f1ab3"/></dir><dir name="controllers"><file name="PickupController.php" hash="42fe68628aa503514a078ba8b29c5359"/></dir><dir name="etc"><file name="config.xml" hash="c5b94cd4e507be48c648b04cfe9644b1"/><file name="system.xml" hash="64aeaccc28e94e95f9d87bc6afa0bf61"/></dir></dir></dir></target><target name="magemedia"><dir name="dpdfrance"><dir name="admin"><file name="logo.png" hash="e7b47272859a42f42d41339f6a2cd346"/><file name="rss_icon.png" hash="5df63e9d18e8af642108289ae2f1749b"/><file name="service_dom.png" hash="658f00232b8bcae034954b19c8681e6c"/><file name="service_predict.png" hash="31c279f0025ccd80ad427706a1614d0e"/><file name="service_relais.png" hash="93ea3df8e255fce572fe38ea114a6ce0"/><file name="service_world.png" hash="6b0a33dec808c936c4340a742f325796"/></dir><dir name="fonts"><file name="PlutoSansDPDExtraLight-Web.ttf" hash="133a30691494add15177142cd9fa9d28"/><file name="PlutoSansDPDLight-Web.ttf" hash="3b7b428b357ae09836153e4814352af1"/><file name="PlutoSansDPDRegular-Web.ttf" hash="7638f688c25d2268a6f5b2e70b949bbf"/><file name="PlutoSansDPDThin-Web.ttf" hash="2291598279cff8ed31fdc6af39dba22a"/></dir><dir name="front"><dir name="predict"><file name="carrier_logo.jpg" hash="2f65b000e843aca95fd1de9ee2ab06fe"/><file name="carrier_logo_alt.jpg" hash="692de3c50f19ca126f0d3f5dd469fa3e"/><file name="dpd_logo.png" hash="3a03db004b6105d9c499d5d9c64ab5d0"/><file name="dpd_predict_logo.png" hash="b562a9641ca4e90c31d263f41c3f637b"/><file name="predict_receive.jpg" hash="cbc5309345d1196f88d657d68ac7f908"/></dir><dir name="relais"><file name="DPD_Logo.png" hash="747d0dbdbc6df6afabf9698a389557d5"/><file name="carrier_logo.jpg" hash="2f98ce3752c2d7a055a7c19e43b0abf5"/><file name="carrier_logo_alt.jpg" hash="118958c4e3e0be20548c05a068fe3e7b"/><file name="horaires.png" hash="0ce51016d04a27600113e3762107fc15"/><file name="info.png" hash="e42e3b90b5611aaf3c170b569add2d93"/><file name="loader.gif" hash="6c322059292b30838a50f15a939a0200"/><file name="logo-max-png.png" hash="b80e78588624115fe3d8067107da8866"/><file name="pointrelais.png" hash="3ece61e5e6505b941fb318280b4040ce"/><file name="warning.png" hash="e1055c336abc2e5d76805c380f2b0134"/></dir></dir><file name="readme_dpdfrance_magento.pdf" hash="64195149fdec687f5bd3e5b7e9385228"/></dir></target><target name="mageetc"><dir name="modules"><file name="DPDFrance_Classic.xml" hash="a028196822d67576427c45f463311ac4"/><file name="DPDFrance_Export.xml" hash="ee030b0a83049695ddb6ec19db36e304"/><file name="DPDFrance_Predict.xml" hash="3f816b679509f1d67d707c60c7f99cb5"/><file name="DPDFrance_Relais.xml" hash="1411953b5c7abf08e231c02b35b5def4"/></dir></target><target name="magelocale"><dir><dir name="en_US"><file name="DPDFrance_Classic.csv" hash="c01554087d5bafd2af36faf4101d682b"/><file name="DPDFrance_Export.csv" hash="cdc0421a6d7d1510272241249f229607"/><file name="DPDFrance_Predict.csv" hash="9bf03682e6614c490f2924dd76fbc5cb"/><file name="DPDFrance_Relais.csv" hash="827b1971092f0d31fb599c41544c87ce"/></dir><dir name="fr_FR"><file name="DPDFrance_Classic.csv" hash="261b0c9ef9d958665f690617021f51c3"/><file name="DPDFrance_Export.csv" hash="f483d063866b3729b992f7433af1a5db"/><file name="DPDFrance_Predict.csv" hash="3a46cff3925afcee31125cd1c7c3f443"/><file name="DPDFrance_Relais.csv" hash="dca527e399bc74ab91389aac0101a667"/></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="dpdfrpredict.xml" hash="8c2ce1fdce416541f35754135eaa3621"/><file name="dpdfrrelais.xml" hash="48e838a95949fa6c19222e6a9693e117"/></dir><dir name="template"><dir name="dpdfrpredict"><dir name="checkout"><dir name="onepage"><dir name="progress"><file name="shipping.phtml" hash="e4fbbb7bceb6e377d7c6e31c15b6b85b"/><file name="shipping_method.phtml" hash="0d1786ba186d312c2105f5cc19562446"/></dir><dir name="shipping_method"><file name="available.phtml" hash="1bfa05b6cd7e36b1ca2e524183369664"/></dir><file name="shipping_method.phtml" hash="26a34b69737f3bc0f9638597b5073b8c"/></dir></dir></dir><dir name="dpdfrrelais"><dir name="checkout"><dir name="onepage"><dir name="progress"><file name="shipping.phtml" hash="e4fbbb7bceb6e377d7c6e31c15b6b85b"/><file name="shipping_method.phtml" hash="0d1786ba186d312c2105f5cc19562446"/></dir><dir name="shipping_method"><file name="available.phtml" hash="2da6fb049985450e4cf2717c528384c1"/></dir><file name="shipping_method.phtml" hash="56d641fc2fe201c7754b050811d5f7de"/></dir></dir></dir></dir></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="css"><dir name="dpdfrance"><file name="dpdfrpredict.css" hash="b3f075a9f40c73144558fb01e45f5a76"/><file name="dpdfrrelais.css" hash="a3f0e24a3efd713ad8581c790031de5f"/></dir></dir><dir name="js"><dir name="dpdfrance"><file name="dpdfrpredict.js" hash="f645f0ccc6160fd3a5d3a69438f81f18"/><file name="dpdfrrelais.js" hash="ff829bea008b957e5e651ce2b52d771d"/></dir></dir></dir></dir></dir></target></contents>
|
17 |
<compatible/>
|
18 |
<dependencies><required><php><min>5.0.0</min><max>6.0.0</max></php><extension><name>soap</name><min>1.0</min><max></max></extension></required></dependencies>
|
19 |
</package>
|