bpost - Version 1.0.7

Version Notes

Translations and Bugfixing

Download this release

Release Info

Developer PHPro
Extension bpost
Version 1.0.7
Comparing to
See all releases


Code changes from version 1.0.6 to 1.0.7

app/code/community/Bpost/ShM/Block/Carrier/Bpost.php CHANGED
@@ -48,6 +48,9 @@ class Bpost_ShM_Block_Carrier_Bpost extends Mage_Core_Block_Template
48
  "no_telephone_number" => $bpostHelper->__("no telephone number found, please fill in a number in the shipping address"),
49
  "no_points_found" => $bpostHelper->__("No points could be found. Please use the filter above or drag the map to get a better result."),
50
  "imgpath" => DS . "skin" . DS . "frontend" . DS . "base" . DS . "default" . DS . "images" . DS . "bpost" . DS,
 
 
 
51
  "base_url" => Mage::getBaseUrl(Mage_Core_Model_Store::URL_TYPE_LINK, true),
52
  "datepicker_display" => (bool)$configHelper->getBpostShippingConfig("display_delivery_date", Mage::app()->getStore()->getId()),
53
  "datepicker_choose" => (bool)$configHelper->getBpostShippingConfig("choose_delivery_date", Mage::app()->getStore()->getId()),
48
  "no_telephone_number" => $bpostHelper->__("no telephone number found, please fill in a number in the shipping address"),
49
  "no_points_found" => $bpostHelper->__("No points could be found. Please use the filter above or drag the map to get a better result."),
50
  "imgpath" => DS . "skin" . DS . "frontend" . DS . "base" . DS . "default" . DS . "images" . DS . "bpost" . DS,
51
+ "location_postoffice_default_image" => $this->getSkinUrl('images/bpost/location_postoffice_default.png'),
52
+ "location_postpoint_default_image" => $this->getSkinUrl('images/bpost/location_postpoint_default.png'),
53
+ "location_parcellocker_default_image" => $this->getSkinUrl('images/bpost/location_parcellocker_default.png'),
54
  "base_url" => Mage::getBaseUrl(Mage_Core_Model_Store::URL_TYPE_LINK, true),
55
  "datepicker_display" => (bool)$configHelper->getBpostShippingConfig("display_delivery_date", Mage::app()->getStore()->getId()),
56
  "datepicker_choose" => (bool)$configHelper->getBpostShippingConfig("choose_delivery_date", Mage::app()->getStore()->getId()),
app/code/community/Bpost/ShM/etc/config.xml CHANGED
@@ -2,7 +2,7 @@
2
  <config>
3
  <modules>
4
  <Bpost_ShM>
5
- <version>1.0.6</version>
6
  </Bpost_ShM>
7
  </modules>
8
  <global>
2
  <config>
3
  <modules>
4
  <Bpost_ShM>
5
+ <version>1.0.7</version>
6
  </Bpost_ShM>
7
  </modules>
8
  <global>
app/design/frontend/base/default/template/bpost/shm/append_bpost_shippingmethod.phtml CHANGED
@@ -63,11 +63,21 @@
63
  window.bpostShM = new Bpost.ShM(window.bpostSettings, "<?php echo $this->getCurrentShippingMethod(); ?>");
64
 
65
  Validation.add('validate-bpostspot', "<?php echo Mage::helper('bpost_shm')->__('Please select a bpost pick-up point'); ?>", function (v) {
66
- return !($('s_method_bpostshm_bpost_pickuppoint').checked && Validation.get('IsEmpty').test(v))
 
 
 
 
 
67
  });
68
 
69
  Validation.add('validate-parcel', "<?php echo Mage::helper('bpost_shm')->__('Please select a bpost parcel locker'); ?>", function (v) {
70
- return !($('s_method_bpostshm_bpost_parcellocker').checked && Validation.get('IsEmpty').test(v))
 
 
 
 
 
71
  });
72
 
73
  Validation.add('validate-multiple-delivery-dates', "<?php echo Mage::helper('bpost_shm')->__('Please select a delivery date'); ?>", function (v,elm) {
63
  window.bpostShM = new Bpost.ShM(window.bpostSettings, "<?php echo $this->getCurrentShippingMethod(); ?>");
64
 
65
  Validation.add('validate-bpostspot', "<?php echo Mage::helper('bpost_shm')->__('Please select a bpost pick-up point'); ?>", function (v) {
66
+ if($('s_method_bpostshm_bpost_pickuppoint')) {
67
+ return !($('s_method_bpostshm_bpost_pickuppoint').checked && Validation.get('IsEmpty').test(v))
68
+ }
69
+ else{
70
+ return true;
71
+ }
72
  });
73
 
74
  Validation.add('validate-parcel', "<?php echo Mage::helper('bpost_shm')->__('Please select a bpost parcel locker'); ?>", function (v) {
75
+ if($('s_method_bpostshm_bpost_parcellocker')) {
76
+ return !($('s_method_bpostshm_bpost_parcellocker').checked && Validation.get('IsEmpty').test(v))
77
+ }
78
+ else{
79
+ return true;
80
+ }
81
  });
82
 
83
  Validation.add('validate-multiple-delivery-dates', "<?php echo Mage::helper('bpost_shm')->__('Please select a delivery date'); ?>", function (v,elm) {
app/locale/fr_FR/Bpost_ShM.csv ADDED
@@ -0,0 +1,239 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ "# of Items","Nombre d'articles"
2
+ "%s label(s) have been generated and statuses have been changed.","%s étiquettes ont été générées et les statuts mis à jour."
3
+ "%s orders already had downloaded labels.","les étiquettes ont déjà été téléchargées pour les commandes %s."
4
+ "(extra cost Saturday delivery: %s EUR)","(Supplément livraison le samedi: %s EUR)"
5
+ ".. as of","..à partir de "
6
+ "2nd presentation","2ième présentation"
7
+ "A previous version of the bpost extension was detected!","Une version précédente du plugin bpost est déjà installée!"
8
+ "Account id","id compte"
9
+ "Action","Action"
10
+ "Actions","Actions"
11
+ "Additional fee when using saturday delivery option, e.g.: 4.95.","Coût additionel pour une livraison le samedi, e.g.: 4.95."
12
+ "All bposts orders","Commandes bpost"
13
+ "Allow customer to choose their delivery date","Autoriser les clients à choisir leur date de livraison"
14
+ "Allow free shipping","Autoriser la livraison gratuite"
15
+ "Allowed countries","Pays autorisés"
16
+ "An error occurred while importing table rates.","Une erreur s'est produite pendant le chargement des tables rates."
17
+ "API url","API url"
18
+ "April","Avril"
19
+ "August","Août"
20
+ "Automatic retour labels","Etiquettes retour"
21
+ "Automatic track and trace information","Automatique Track & Trace"
22
+ "Barcode #","Barre code #"
23
+ "Belgium","Belgique"
24
+ "Bill to Name","Facturé à"
25
+ "bpost Home delivery international","Livraison bpost internationale"
26
+ "bpost Home delivery","bpost livraison à domicile"
27
+ "bpost Return Barcodes","bpost barre codes Retour"
28
+ "bpost Return Label","bpost étiquette Retour"
29
+ "bpost Return Labels","bpost étiquettes Retour"
30
+ "Bpost Shipping Manager is a service offered by Bpost","bpost Shipping Manager est un service offert par bpost"
31
+ "bpost Shipping Manager","bpost Shipping Manager"
32
+ "bpost status","bpost status"
33
+ "bpost uses Google Geocoding API to calculate GEO location based on the shipping address. <strong>
Note:</strong> This is optional if you will not meet the usage limits. Visit Google’s online documentation for more information.","bpost utilise Google Geocoding API pour calculer la GEO localisation basée sur l'adresse de livraison. <strong>Note:</strong> Il s'agit d'une option non-obligatoire. Visitez la documentation en ligne de Google pour plus d'informations."
34
+ "bpost uses Google Maps API to display the map in the frontend. <strong>
Note:</strong> This is optional if you will not meet the usage limits. Visit Google’s online documentation for more information.","bpost utilise Google Maps API pour afficher la carte dans le frontend. <strong>Note:</strong> Il s'agit d'une option non-obligatoire. Visitez la documentation en ligne de Google pour plus d'informations."
35
+ "bpost","bpost"
36
+ "Choose between A6 or A4 format","Choisissez entre format A6 ou A4"
37
+ "Choose delivery date","Choisissez le jour de livraison"
38
+ "Choose your rate type (Flat rate or Table rate)","Choisissez votre type de tarif (Flat rate ou Table rate)"
39
+ "Click here for more information","Cliquez ici pour plus d'informations"
40
+ "Click here to change the bpost parcel locker point.","Cliquez ici pour changer de distributeur de paquets."
41
+ "Click here to change the bpost pick-up point.","Cliquez ici pour changer de point de livraison."
42
+ "Click here to choose a bpost parcel locker point.","Cliquez ici pour sélectionner un distributeur de paquets."
43
+ "Click here to choose a bpost pick-up point.","Cliquez ici pour choisir un point d'enlèvement bpost."
44
+ "Click here to track your bpost shipments.","Cliquez ici pour suivre vos envois."
45
+ "Closed","Fermé"
46
+ "Close","Fermer"
47
+ "Country","Pays"
48
+ "Date Created","Date de création"
49
+ "Days between order and shipment","Nombre de jours entre la commande et l'expédition"
50
+ "December","Décembre"
51
+ "Delivery at home or at the office","Livraison à domicile ou au bureau"
52
+ "Delivery at your doorstep or at your office outside Belgium? bpack@international is the most convenient option for you!","Livraison en dehors de la Belgique? La livraison bpack@internationale est faite pour vous!"
53
+ "Delivery at your doorstep or at your office? bpack@home is the most convenient option for you!","Livraison à domicile ou sur votre lieu de travail? La livraison bpack@home est faite pour vous!"
54
+ "Delivery Date","Date de livraison"
55
+ "Delivery in a parcel locker","Livraison dans un distributeur de paquets"
56
+ "Delivery in a pick-up point or postal office","Livraison dans un point d'enlèvement"
57
+ "Display delivery date","Afficher la date de livraison"
58
+ "Displays calculated delivery date in the frontend:","Afficher la date de livraison dans le frontend:"
59
+ "Displays calculated delivery date","Afficher la date de livraison calculée"
60
+ "Do not modify this setting if you are not 100% sure of what you are doing.","Ne modifié pas les paramètres si vous n'êtes pas certain à 100% de vos faits."
61
+ "Download all undownloaded","Télécharger les étiquettes"
62
+ "Download bpost label","Télécharger l'étiquette bpost"
63
+ "Download","Télécharger"
64
+ "Drop date","Date de dépôt"
65
+ "Duplicate Row #%s (Country ","Ligne dupliqué #%s (Pays "
66
+ "Email","Email"
67
+ "Enabled","Activer"
68
+ "Error creating bpost order","Erreur lors de la création d'une commande bpost"
69
+ "Error while creating a bpost order for Magento order #%s. Please check your API log.","Erreur lors de la création d'une commande bpost pour une commande Magento #%s. Merci de vérifier vos logs API."
70
+ "Example screenshot of the bpost module.","Exemple d'écran du module bpost."
71
+ "Example","Exemple"
72
+ "Export CSV"," Exporter CSV"
73
+ "Export table rates file","Exporter le fichier des tables rates"
74
+ "Export your table rates configuration here.","Exporter ici votre configuration des tables rates."
75
+ "February","Février"
76
+ "File has not been imported. See the following list of errors: %s","Le fichier n'a pas été importé. Voir la liste des erreurs suivante: %s"
77
+ "Filepath","Filepath"
78
+ "Filter","Rechercher"
79
+ "Fixed fee for bpost Home delivery international shipments, e.g.: 4.95.","Tarif fixe pour les livraison bpost internationale, ex: 4.95."
80
+ "Fixed fee for bpost Home delivery shipments","Tarif fixe pour les livraison bpost à domicile"
81
+ "Fixed fee for bpost Home delivery shipments, e.g.: 4.95.","Tarif fixe pour les livraison bpost à domicile, ex: 4.95."
82
+ "Flat rate price","Flat rate prix"
83
+ "Flat Rate","Flat Rate"
84
+ "Free shipping","Livraison gratuite"
85
+ "Friday","Vendredi"
86
+ "Furthermore","De plus"
87
+ "G.T. (Purchased)","Montant de la commande"
88
+ "General","Général"
89
+ "Generate Label and Complete","Générer l'étiquette d'expédition"
90
+ "Get your parcel delivered in one of our 1.250 pick-up points.","Faites livrer votre paquet dans un des 1250 points d'enlèvement bpost."
91
+ "Google server API key","Google server API key"
92
+ "Have your parcels delivered in one of our parcel lockers. Very convenient, centrally located, always open, 24/7!","Faites livrer vos paquets dans un distributeur de paquets: facilement accessibles, ouverts 24h sur 24, 7 jours sur 7!"
93
+ "Home delivery","Livraison à domicile"
94
+ "How do you want to be notified when your parcel is available in the parcel locker?","Services optionnels"
95
+ "How do you want to be notified when your parcel is available in the pick-up point?","Comment voulez-vous être notifié lorsque votre paquet est disponible dans le point d'enlèvement?"
96
+ "I don","I don"
97
+ "I wish to use the reduced mobility zone","Utilisez la zone à mobilité réduite"
98
+ "If the order is placed after this cut-off time, an extra day is added to the displayed date. Order placed = end of checkout.","Si la commande est passée après le cut-off time, un jour additionel sera ajouté sur la date de livraison."
99
+ "If you enable this option","Si vous activez cette option"
100
+ "If you enable this option, a retour label is automatically added and printed when generating labels. If disabled, you are able to manually create retour labels.","Si cette option est activée, les étiquettes de retour sont automatiquement ajoutées et générées lors de l'impression. Dans le cas contraire vous devrez les rajouter manuellement"
101
+ "If you enable this option, labels are generated directly within Magento. It is not needed to use the bpost Shipping Manager for these tasks. Pop-ups must be enabled in your browser, in order to view the printed labels. Click <a href='http://bpost.freshdesk.com/solution/articles/4000061188' target='_blank'>here</a> to learn more about this option.","Si cette option est activée, les étiquettes sont générées directement par Magento. Il n'est alors plus nécessaire d'utiliser le bpost Shipping Manager pour effectuer ces tâches. Vous devrez autoriser les pop-up afin de visualiser les étiquettes imprimées. Cliquer <a href='http://bpost.freshdesk.com/solution/articles/4000061188' target='_blank'>ici</a> pour en apprendre plus sur cette option."
102
+ "If you enable this option, labels are generated directly within Magento. It is not needed to use the bpost Shipping Manager for these tasks.","Si cette option est activée, les étiquettes seront générées directement dans Magento. Il n'est alors plus nécessaire d'utiliser le bpost Shipping Manger pour effectuer ces tâches."
103
+ "If you enable this option, the bpost Track & Trace link will be added in the Magento mail templates. It is always possible to manually send these emails.<br/><a href='http://bpost.freshdesk.com/solution/articles/4000061636' target='_blank'>http://bpost.freshdesk.com/solution/articles/4000061636</a>","Si cette option est activée, un e-mail contenant les informations de tracking est automatiquement envoyé au client lors de la création des étiquettes. Il est toujours possible d'envoyer manuellement ces emails.<br/><a href='http://bpost.freshdesk.com/solution/articles/4000061636' target='_blank'>http://bpost.freshdesk.com/solution/articles/4000061636</a>"
104
+ "Import countries","Importer pays"
105
+ "Import table rates file","Importer le fichier des tables rates"
106
+ "Import your bpost configured countries here.","Importer ici votre configuration des pays.."
107
+ "Import","Importer"
108
+ "Importing and exporting table rates only possible on website scope. View the documentation for more information.","Importer et exporter les table rates est seulement possible sur le scope du site web. Visitez la documentation pour plus d'informations."
109
+ "Info text","Info texte"
110
+ "Insurance to insure your goods to a maximum of 500","Assurance pour assurer votre paquet jusqu'à une valeur maximum de 500,00 €"
111
+ "Insurance to insure your goods to a maximum of 500,00 euro.","Assurance pour assurer votre paquet jusqu'à une valeur maximum de 500,00 €"
112
+ "Insurance","Assurance"
113
+ "International insurance","Assurance internationale"
114
+ "Invalid %s ","Invalide %s "
115
+ "Invalid Country ","Pays invalide"
116
+ "Invalid Region/State ","Région/Ville invalide "
117
+ "Invalid Shipping Price ","Prix d'expédition invalide "
118
+ "Invalid Table Rates File Format","Invalide Table Rates File Format"
119
+ "Invalid Table Rates format in the Row #%s","Invalide Table Rates format dans les lignes #%s"
120
+ "items selected","articles sélectionnés"
121
+ "January","Janvier"
122
+ "July","Juillet"
123
+ "June","Juin"
124
+ "Label Barcode #","Etiquette barre code #"
125
+ "Label download","Télécharger l'étiquette"
126
+ "Label format","Format d'étiquette"
127
+ "Logo","Logo"
128
+ "March","Mars"
129
+ "May","Mai"
130
+ "Monday","Lundi"
131
+ "Next day delivery allowed till","Dernière commande possible sur votre webshop"
132
+ "No bpost product configuration found for %s. Please check your bpost shipping manager for international delivery.","Aucune configuration du produit bpost pour %s. Merci de vérifier votre bpost shipping manager pour les livraisons internationales."
133
+ "No label generated yet - please perform the ‘Generate Label and Complete’ action from the overview.","Aucune étiquette n'a été générée - Merci d'effectuer l'action ""Générer étiquette d'expédition"" depuis l'aperçu des commandes."
134
+ "No label response received for Magento order #%s.","Aucune étiquette reçu pour la commande Magento #%s."
135
+ "No more hassle and 100% transparent!","Plus de tracas et 100 % transparent!"
136
+ "No points could be found. Please use the filter above or drag the map to get a better result.","Aucun point trouvé. Merci d'utiliser la fonctionnalité de recherche ou manipuler la carte pour un meilleur résultat."
137
+ "no telephone number found","aucun numéro de téléphone trouvé"
138
+ "No undownloaded labels found.","Aucune étiquette undownloaded trouvée."
139
+ "No","Non"
140
+ "November","Novembre"
141
+ "Number of delivery days shown","Nombre de jours visibles"
142
+ "October","Octobre"
143
+ "Options","Options"
144
+ "Order #","Commande #"
145
+ "Parcel locker","Distributeur de paquets"
146
+ "Passphrase","Passphrase"
147
+ "Pending bpost orders","Commande bpost en attende."
148
+ "Pick-up point","Point de livraison"
149
+ "Please remove or disable the old bpost extension prior to the installation of the new one.","Merci de supprimer ou de désactiver l'ancienne extension bpost avant de procéder à l'installation de la nouvelle version."
150
+ "Please select a bpost parcel locker","Sélectionnez un distributeur de paquets bpost"
151
+ "Please select a bpost pick-up point","Sélectionnez un point d'enlèvement bpost"
152
+ "Please select a delivery date","Choisissez le jour de livraison"
153
+ "Please select a postcode or city first.","Précisez d'abord le code postal ou la ville."
154
+ "Please wait. Loading bpost map based on your address","Veuillez patienter. Chargement de la carte bpost en fonction de votre adresse"
155
+ "Product","Produit"
156
+ "Purchased From (Store)","Acheté à partir(magasin)"
157
+ "Purchased On","Acheté le"
158
+ "Rate type","Type de tarif"
159
+ "Rates","Tarifs"
160
+ "Region/State","Région/Ville"
161
+ "Saturday delivery cost","Livraison le samedi"
162
+ "Saturday delivery","Livraison le samedi"
163
+ "Saturday","Samedi"
164
+ "Select All","Tout sélectionner"
165
+ "Select one or more countries where bpost Home delivery international should be available for. Make sure your bpost shipping manager is configured properly. Otherwise no countries will be shown in this list after saving the 'Shipping Settings' configuration.","Sélectionnez un ou plusieurs pays où la livraison bpost internationale doit être disponible. Soyez sur que le bpost shipping manager est correctement configuré."
166
+ "Select Visible","Sélection visible"
167
+ "Select which product to use for international shipments","Choisissez le produit à utiliser pour les envois internationaux."
168
+ "Select your preferred delivery date","Choisissez le jour de livraison"
169
+ "Select","Sélectionner"
170
+ "send additional SMS notification","notification additionel par SMS"
171
+ "Send Email","Envoyer par mail"
172
+ "Sender boxnumber","Numéro de boite de l'expéditeur"
173
+ "Sender city","Ville de l'expéditeur"
174
+ "Sender company","Société de l'expéditeur"
175
+ "Sender country","Pays de l'expéditeur"
176
+ "Sender email","Email de l'expéditeur"
177
+ "Sender name","Nom de l'expéditeur"
178
+ "Sender phonenumber","Téléphone de l'expéditeur"
179
+ "Sender postal code","Code postal de l'expéditeur"
180
+ "Sender streetname","Rue de l'expéditeur"
181
+ "Sender streetnumber","Numéro de rue de l'expéditeur"
182
+ "September","Septembre"
183
+ "Ship to Name","Livré à"
184
+ "Shipment","Livraison"
185
+ "Shipped with bpost generateLabelAndComplete","Livré avec bpost generateLabelAndComplete"
186
+ "Shipping Price","Coût de livraison"
187
+ "Signature","Signature"
188
+ "Some of the selected orders are not ready to be shipped or have already been shipped","Certaines commandes ne sont pas prêtes à être expédiées"
189
+ "Something went wrong while processing order #%s","Une erreur s'est produite pendant le traitement de la commande #%s"
190
+ "Sorry","Désolé"
191
+ "Status","Status"
192
+ "Submit","Envoyer"
193
+ "Successfully authenticated with bpost.","Authentifié avec succès."
194
+ "Successfully exported order(s). Download the file here: %s","Commande exportée avec succès. Télécharger le fichier ici: %s"
195
+ "Sunday","Dimanche"
196
+ "Table rates condition","Table rates condition"
197
+ "Table Rates","Table Rates"
198
+ "The Bpost shipping method ","La méthode de livraison bpost "
199
+ "The delivery happens against signature by the receiver. The parcel is delivered on Saturday if it is timely dropped in the bpost network.","La livraison s'effectue contre signature du destinataire. Le paquet est livré le samedi s'il est déposé à temps dans le réseau bpost."
200
+ "The delivery happens against signature by the receiver.","La livraison s'effectue contre signature du destinataire."
201
+ "The email with return label has been sent to %s.","L'email avec l'étiquette retour a été envoyé par mail à %s."
202
+ "The file(s) could not be downloaded","Le fichier ne peut pas être téléchargé"
203
+ "The following delivery methods are currently supported:","Les méthodes de livraison suivantes sont supportées:"
204
+ "The order with id %s is not ready to be shipped or has already been shipped.","La commande avec id %s n'est pas prête à être livrée ou a déjà été livrée."
205
+ "The order with id %s only has non-bpost shipments.","La commande avec id %s a une livraison non-bpost."
206
+ "The parcel is delivered on Saturday if it is timely dropped in the bpost network.","Le paquet est livré le samedi s'il est déposé à temps dans le réseau bpost."
207
+ "The passphrase you entered in bpost Shipping Manager back-office application. This is not the password used to access bpost portal.","La passphrase que vous devez spécifier dans l'application bpost Shipping Manager back-office. Cela ne correspond pas au mot de passe utilisé pour accéder le portal bpost."
208
+ "The requested file does not exist","Le fichier demandé n'existe pas"
209
+ "This means that orders are automatically added to the bpost portal.","Cela signifie que les commandes sont automatiquement ajoutées au portal bpost."
210
+ "This options provides automatically a second presentation at the receiver's address should he be absent upon first presentation.","Si le destinataire est absent lors de la première livraison du paquet, celui-ci sera représenté automatiquement le lendemain."
211
+ "Thursday","Jeudi"
212
+ "Track this shipment","Suivre votre envoi"
213
+ "Tuesday","Mardi"
214
+ "Type in a location"," Préciser le lieu"
215
+ "Unselect All","Tout désélectionner"
216
+ "Unselect Visible","Désélectionner visible"
217
+ "Upload your table rates configuration here. Refer to the manual for more information.","Uploader ici votre configuration des tables rates. Visitez la documentation pour plus d'informations."
218
+ "Use Magento to manage labels","Utiliser Magento pour gérer vos étiquettes"
219
+ "Used in the webservice calls.","Utilisé dans les appels webservice."
220
+ "Used to calculate the weight before sending it to bpost","Utilisé pour calculer le poids avant de l'envoyer à bpost"
221
+ "via E-mail","via E-mail"
222
+ "via SMS","via SMS"
223
+ "View","Vue"
224
+ "Wednesday","Mercredi"
225
+ "When activated and correctly installed","Lorsqu'il est activé et correctement installé"
226
+ "World Business","World Business"
227
+ "World Express Pro","World Express Pro"
228
+ "You can use flat rate or calculated table rates.","Vous pouvez utiliser les ""flat rate"" ou ""table rate""."
229
+ "You need a user account from bpost to use this module. Call %s for more information.","Vous avez besoin d'un compte bpost pour utiliser ce module. Appelez %s pour plus d'informations."
230
+ "Your 6 digits bpost account ID used for the Shipping Manager.<br/><a target='_blank' href='http://bpost.freshdesk.com/solution/articles/4000061189'>http://bpost.freshdesk.com/solution/articles/4000061189</a>","Votre compte bpost (6 chiffres) utilisé pour le Shipping Manager..<br/><a target='_blank' href='http://bpost.freshdesk.com/solution/articles/4000061189'>http://bpost.freshdesk.com/solution/articles/4000061189</a>"
231
+ "Your label has been generated and statuses have been changed.","Votre étiquette a été générée et les statuts ont été mis à jour."
232
+ "Your return has been generated and is available under -bpost Return labels- in this order.","Votre étiquette retour a été générée et est disponible sous -bpost étiquette Retour-."
233
+ "Your selected order is not ready to be shipped or has already been shipped","Votre commande n'est pas prête à être expédiée ou a déjà été livrée"
234
+ "Zip/Postal Code","Code postal"
235
+ "I don't want my parcel to be delivered on a Saturday","Je ne veux pas être livré un samedi"
236
+ "By using this option, customers with reduced mobility can use the lockers of the machine easiest to reach.","En utilisant la zone à mobilité réduite, les clients peuvent accèder au distributeur de paquets les plus accessibles."
237
+ "This order did not (yet) generate labels which automatically returned return label barcodes. This feature might not be actived. Please refer to the documentation and your Shipping Settings under 'System > Configuration > Sales' for more information.","Pour cette commande, il n'y a pas (encore) d' étiquettes avec des étiquettes de retour automatiques. Il est possible que cette fonctionalité n'est pas activée. Veuillez consulter la documentation et votre configuration d'envoi sous 'System > Configuration > Sales' pour plus d'informations."
238
+ "The Bpost shipping method ""%s"" is not available because your postal code is not correct. For your country the format should be like ""%s"". Please correct the postal code in your shipping address.","La méthode de livraison ""%s"" de bpost n'est pas disponible parce que votre code postal n'est pas correct. Pour le pays de destination que vous avez choisi, le format doit être comme ""%s"". Veuillez corriger le code postal dans votre adresse d'envoi."
239
+ "Your address could not be determined, please return to the shipping address step to correct it.","Votre adresse n'existe pas, veuillez corriger votre adresse de livraison."
js/bpost/shm/checkout.js CHANGED
@@ -30,19 +30,19 @@ Bpost.ShM = Class.create({
30
  this.bpostClose = this.bpostClose.bind(this);
31
 
32
  this.imageOpenPostOffice = {
33
- url: this.settings.base_url + 'skin/frontend/base/default/images/bpost/location_postoffice_default.png',
34
- size: new google.maps.Size(24, 24),
35
  origin: new google.maps.Point(0, 0),
36
  anchor: new google.maps.Point(24, 36)
37
  };
38
  this.imageOpenPostPoint = {
39
- url: this.settings.base_url + 'skin/frontend/base/default/images/bpost/location_postpoint_default.png',
40
  size: new google.maps.Size(24, 24),
41
  origin: new google.maps.Point(0, 0),
42
  anchor: new google.maps.Point(24, 36)
43
  };
44
  this.imageOpenParcelLocker = {
45
- url: this.settings.base_url + 'skin/frontend/base/default/images/bpost/location_parcellocker_default.png',
46
  size: new google.maps.Size(24, 24),
47
  origin: new google.maps.Point(0, 0),
48
  anchor: new google.maps.Point(24, 36)
@@ -229,7 +229,6 @@ Bpost.ShM = Class.create({
229
 
230
  if(this.settings.onestepcheckout_active == true){
231
  $("bpost-info-wrapper").removeClassName("active");
232
-
233
  this.googleMapsPopup.close();
234
  }
235
 
@@ -249,9 +248,6 @@ Bpost.ShM = Class.create({
249
  }
250
 
251
  this.map = null;
252
- if($('control_overlay') !== undefined && $('control_overlay') !== null){
253
- $('control_overlay').remove();
254
- }
255
  },
256
  rePosition: function (target){
257
  activeOption = target.id;
30
  this.bpostClose = this.bpostClose.bind(this);
31
 
32
  this.imageOpenPostOffice = {
33
+ url: this.settings.location_postoffice_default_image,
34
+ size: new google.maps.Size(24, 24),
35
  origin: new google.maps.Point(0, 0),
36
  anchor: new google.maps.Point(24, 36)
37
  };
38
  this.imageOpenPostPoint = {
39
+ url: this.settings.location_postpoint_default_image,
40
  size: new google.maps.Size(24, 24),
41
  origin: new google.maps.Point(0, 0),
42
  anchor: new google.maps.Point(24, 36)
43
  };
44
  this.imageOpenParcelLocker = {
45
+ url: this.settings.location_parcellocker_default_image,
46
  size: new google.maps.Size(24, 24),
47
  origin: new google.maps.Point(0, 0),
48
  anchor: new google.maps.Point(24, 36)
229
 
230
  if(this.settings.onestepcheckout_active == true){
231
  $("bpost-info-wrapper").removeClassName("active");
 
232
  this.googleMapsPopup.close();
233
  }
234
 
248
  }
249
 
250
  this.map = null;
 
 
 
251
  },
252
  rePosition: function (target){
253
  activeOption = target.id;
js/bpost/shm/onestepcheckout_shipping.js CHANGED
@@ -13,7 +13,14 @@ Bpost.ShM.addMethods({
13
  fade: true,
14
  fadeDuration: 0.3,
15
  position: 'center',
16
- destroyOnClose: true
 
 
 
 
 
 
 
17
  });
18
 
19
 
@@ -63,19 +70,19 @@ Bpost.ShM.addMethods({
63
  this.bpostClose = this.bpostClose.bind(this);
64
 
65
  this.imageOpenPostOffice = {
66
- url: this.settings.base_url + 'skin/frontend/base/default/images/bpost/location_postoffice_default.png',
67
  size: new google.maps.Size(24, 24),
68
  origin: new google.maps.Point(0, 0),
69
  anchor: new google.maps.Point(24, 36)
70
  };
71
  this.imageOpenPostPoint = {
72
- url: this.settings.base_url + 'skin/frontend/base/default/images/bpost/location_postpoint_default.png',
73
  size: new google.maps.Size(24, 24),
74
  origin: new google.maps.Point(0, 0),
75
  anchor: new google.maps.Point(24, 36)
76
  };
77
  this.imageOpenParcelLocker = {
78
- url: this.settings.base_url + 'skin/frontend/base/default/images/bpost/location_parcellocker_default.png',
79
  size: new google.maps.Size(24, 24),
80
  origin: new google.maps.Point(0, 0),
81
  anchor: new google.maps.Point(24, 36)
13
  fade: true,
14
  fadeDuration: 0.3,
15
  position: 'center',
16
+ destroyOnClose: true,
17
+ afterClose: function(){
18
+ if($('control_overlay')) {
19
+ $('control_overlay').setStyle({
20
+ display: 'none'
21
+ });
22
+ }
23
+ }
24
  });
25
 
26
 
70
  this.bpostClose = this.bpostClose.bind(this);
71
 
72
  this.imageOpenPostOffice = {
73
+ url: this.settings.location_postoffice_default_image,
74
  size: new google.maps.Size(24, 24),
75
  origin: new google.maps.Point(0, 0),
76
  anchor: new google.maps.Point(24, 36)
77
  };
78
  this.imageOpenPostPoint = {
79
+ url: this.settings.location_postpoint_default_image,
80
  size: new google.maps.Size(24, 24),
81
  origin: new google.maps.Point(0, 0),
82
  anchor: new google.maps.Point(24, 36)
83
  };
84
  this.imageOpenParcelLocker = {
85
+ url: this.settings.location_parcellocker_default_image,
86
  size: new google.maps.Size(24, 24),
87
  origin: new google.maps.Point(0, 0),
88
  anchor: new google.maps.Point(24, 36)
package.xml CHANGED
@@ -1,18 +1,18 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>bpost</name>
4
- <version>1.0.6</version>
5
  <stability>stable</stability>
6
  <license uri="http://www.opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>bpost shipping manager 2015</summary>
10
  <description>bpost shipping manager By PHPro</description>
11
- <notes>Made more clear error reporting.</notes>
12
  <authors><author><name>PHPro</name><user>heremke</user><email>info@phpro.be</email></author></authors>
13
- <date>2015-10-13</date>
14
- <time>12:59:37</time>
15
- <contents><target name="magecommunity"><dir name="Bpost"><dir name="ShM"><dir name="Block"><dir name="Adminhtml"><dir name="Sales"><dir name="AllOrders"><file name="Grid.php" hash="042d1860e8cbed473f36344cc9219bf7"/></dir><file name="AllOrders.php" hash="c9bed128109004f6007a2c51c0b13687"/><dir name="Grid"><dir name="Renderer"><dir name="Dropdate"><file name="Dateformat.php" hash="dc59c761bbc587cf9d9c3b46881cd5a2"/></dir><dir name="Label"><file name="Download.php" hash="6848a41d5eb1bad1e9da43937e279468"/></dir></dir></dir><file name="Grid.php" hash="ae7c83f9baabda1db4627833d1f4f942"/><dir name="Order"><dir name="View"><dir name="Tab"><file name="Returnbarcode.php" hash="d271b69bca3b77dc0a5a624d56628a1d"/><file name="Returnlabels.php" hash="3a281c4942cf722ab58523e9869113eb"/></dir></dir></dir><dir name="PendingOrders"><file name="Grid.php" hash="bcdc263143e9d4c104b6014da45373f6"/></dir><file name="PendingOrders.php" hash="584198acc69c0fad60ac793238ca6c8f"/></dir><dir name="Shipping"><dir name="Carrier"><dir name="Bpost"><dir name="Tablerate"><dir name="Homedelivery"><file name="Grid.php" hash="edc472d70d53b81685e0f861a50cd4fd"/></dir><dir name="International"><file name="Grid.php" hash="c76e5042c0f6ff9ed96d978f45336c2c"/></dir><dir name="Parcellocker"><file name="Grid.php" hash="f5de661468fc82c0b0a51baad560ebb4"/></dir><dir name="Pickuppoint"><file name="Grid.php" hash="23151dff9b96415cd8648429260481c9"/></dir></dir></dir></dir></dir><dir name="System"><dir name="Config"><dir name="Form"><dir name="Api"><dir name="Import"><file name="Countries.php" hash="1f2d94c2ffb8f43d81050b7b9da42a42"/></dir></dir><dir name="Field"><file name="Choose.php" hash="ef813927a3ba26302cd8e4c7c5fb62a8"/><file name="Hour.php" hash="763b955bff596cddf2ceabd4ce85816d"/><file name="Info.php" hash="421631d66f10176e4cca80d30df625eb"/><file name="Logo.php" hash="30d8127ce79649b4cbe228a05fa4205f"/><file name="Subheader.php" hash="1af7b5ce235f4f422ab53e281db3cf6f"/></dir><dir name="Tablerates"><dir name="Export"><file name="Homedelivery.php" hash="beb4c5c59ef77d06a425a31d90893255"/><file name="International.php" hash="7806c48c000e996b707e87e58ac1f166"/><file name="Parcellocker.php" hash="e32815fa7846b08318a87c02a7374990"/><file name="Pickuppoint.php" hash="8cb4911d631d257332ce542db49c3672"/></dir></dir></dir></dir></dir></dir><dir name="Carrier"><file name="Bpost.php" hash="11e9b51420dbe11656c378f6c6156576"/></dir></dir><dir name="Controller"><dir name="ShM"><file name="Order.php" hash="7ab38959baaf721d9e7fe16bd34e9dab"/></dir></dir><dir name="Helper"><file name="Data.php" hash="1acd713edf8a2f76c715225afa055001"/><file name="Returnlabel.php" hash="e3fb05a9f08577dfe90866669d3f7613"/><dir name="System"><file name="Config.php" hash="393353ca26ef2b398769ecbb59fdcbf9"/></dir></dir><dir name="Model"><dir name="Adminhtml"><file name="Bpostgrid.php" hash="a8728ed9efdb88b5e67be037153c9304"/><file name="Observer.php" hash="cbada04572bd9df418bc069c6982a06e"/><dir name="System"><dir name="Config"><dir name="Backend"><dir name="Shipping"><dir name="Tablerates"><file name="Homedelivery.php" hash="26758346e7e09d2b3075cb0613a00b79"/><file name="International.php" hash="c6ba9e8b7e42893a7faf31392e0d647f"/><file name="Parcellocker.php" hash="2fa265b0623de5740b15ea27284a3b47"/><file name="Pickuppoint.php" hash="84ccd80c14f33de89b8164e396ef3241"/></dir></dir></dir><dir name="Source"><file name="Datecomment.php" hash="a67ca74e2f81cbfaec6b7ed0ce8aa9f2"/><file name="Shipping.php" hash="a19f622f5f64ee64c8f8e6667d6d9323"/></dir></dir></dir></dir><dir name="Api"><file name="Abstract.php" hash="4cfff5b324dca9ebfb317e00e21e370a"/><file name="Domcreator.php" hash="fae02cb56a06504d03cbf712e46e4a2d"/></dir><file name="Api.php" hash="8c6181a0a88f503522d85784233c2380"/><file name="Country.php" hash="7ca2d7fee06b4672ee8679dcc0d437cf"/><file name="Holidays.php" hash="85d3ad2c06516d3bd42d6cf25b6c1c1b"/><file name="Observer.php" hash="1ed3c875be0aef025165934de084aa4a"/><dir name="Resource"><dir name="Country"><file name="Collection.php" hash="173cb7acd05ead3fa4bb29f1a2200188"/></dir><file name="Country.php" hash="3ed62dc4bae568879a781400724e2b31"/><dir name="Holidays"><file name="Collection.php" hash="b39c602b1b6c7802a8e298ccabd3b88d"/></dir><file name="Holidays.php" hash="8410fabf516cce95e6e6a69e52abb6ec"/><dir name="Returnlabel"><file name="Collection.php" hash="d34adb537d24116270238ae1fa377a05"/></dir><file name="Returnlabel.php" hash="419fda598a2630ccc773ce0b0eacbd79"/><dir name="Tablerates"><dir name="Homedelivery"><file name="Collection.php" hash="7a34c249b5015ecda8ad26cbf42c6280"/></dir><file name="Homedelivery.php" hash="a94baf3909962e162813d8003583cc77"/><dir name="International"><file name="Collection.php" hash="6ba99077f1625a8c81990ea3afcb14b8"/></dir><file name="International.php" hash="ca3e45f29f9ef44f00ff41b509e0f0a1"/><dir name="Parcellocker"><file name="Collection.php" hash="9aa78e0bc7d389e93e958472a0fc40b6"/></dir><file name="Parcellocker.php" hash="66bb509267844a48ff5b054c82a47254"/><dir name="Pickuppoint"><file name="Collection.php" hash="1f9db3d5ff7f1a9e9d2eccddf6860513"/></dir><file name="Pickuppoint.php" hash="33e26bc93dcea5aabbee59343043413d"/></dir></dir><file name="Returnlabel.php" hash="169bca5baa7726cd51e2a76e1b9a35a8"/><dir name="Shipping"><dir name="Carrier"><file name="BpostShM.php" hash="55f8f4eb614a8507071d3741e09164d2"/></dir><file name="Geocode.php" hash="97f866aceb40da74a127a88ed5b5521c"/><dir name="Rate"><file name="Result.php" hash="77e9fc98f15441edfdc478fd589e41a8"/></dir></dir><dir name="System"><dir name="Config"><dir name="Source"><file name="Country.php" hash="f49cbe30d05cffb6f516a3df6ddc1b7b"/><file name="Product.php" hash="cb74b0fc8d3f661d0be4ac9f9c5b840d"/><file name="Ratetypes.php" hash="42f1f3f8dc000ea5e5336ca1ad7ab85c"/><file name="Weightunit.php" hash="e0c0a9975395245c4d16d975c0334c31"/></dir></dir></dir><dir name="Tablerates"><file name="Homedelivery.php" hash="d60385de528eb957a2874af6306d4aae"/><file name="International.php" hash="d02e02a7cddbda576530d6acbd6d02e8"/><file name="Parcellocker.php" hash="805a9669f9d024a4c018d611e5c71afd"/><file name="Pickuppoint.php" hash="49dff9f40e26163b8d0c6b8be9f6ee51"/></dir></dir><dir name="controllers"><dir name="Adminhtml"><dir name="Bpost"><dir name="ShM"><file name="AllOrdersController.php" hash="094407f569e3c68b947273d25178b7c3"/><file name="ConfigController.php" hash="48a6c0923f74731a35e945a404c82371"/><file name="DownloadController.php" hash="2ea8c17c69a8611164d954d6f5e8a9a3"/><file name="PendingOrdersController.php" hash="430744f33af2d12a85851e117390748e"/></dir></dir></dir><file name="AjaxController.php" hash="997253df526650401386cc3d0eb30ed6"/></dir><dir name="etc"><file name="adminhtml.xml" hash="cba525a2c3c394cb15c144f887e081cc"/><file name="config.xml" hash="308ddeaeeb66cdfe4d63ced58f2f75aa"/><file name="system.xml" hash="9f0c60aa9c43140ca8a413e290d4d734"/></dir><dir name="sql"><dir name="bpost_shm_setup"><file name="install-0.0.1.php" hash="441ce29ddd9b04c052f03699e8ecc704"/><file name="upgrade-0.0.1-0.0.2.php" hash="7c5bb7a9609d6bec38a927e07eaad066"/><file name="upgrade-0.0.10-0.1.0.php" hash="c1523f2fd829372143c4686376512b37"/><file name="upgrade-0.0.2-0.0.3.php" hash="7e441f96e071efaa42d629815be8379c"/><file name="upgrade-0.0.3-0.0.4.php" hash="e2009ca70b9b268024433be7ac74ba19"/><file name="upgrade-0.0.4-0.0.5.php" hash="a51391f3bf810a5c6ae5c0bdbc5d9603"/><file name="upgrade-0.0.5-0.0.6.php" hash="2d8d624be7f829029b3e9fceb6d6c3b8"/><file name="upgrade-0.0.6-0.0.7.php" hash="82a7a64e3234c8b6e20367fcc80e1049"/><file name="upgrade-0.0.7-0.0.8.php" hash="a3b337a855d92202b5d625269edf4cb8"/><file name="upgrade-0.0.8-0.0.9.php" hash="20a344294274390515a891a89facfcb3"/><file name="upgrade-0.0.9-0.0.10.php" hash="74d06a2bbf41c5c8d9cb7870898a3eb3"/><file name="upgrade-0.1.0-0.1.1.php" hash="ed824736e9cd0f8e98a4dc62c41ecf96"/><file name="upgrade-0.1.1-0.1.2.php" hash="bb7cf544bc07ef2209b82753ac2b950d"/><file name="upgrade-0.1.2-0.1.3.php" hash="04f9ab295e48b018e80da482bdf23132"/><file name="upgrade-0.1.3-0.1.4.php" hash="9e8f6f1e2522917b8efeb379d21cd953"/><file name="upgrade-0.1.4-0.1.5.php" hash="16333b0f3faa92e98d6bb6f75b4273cd"/><file name="upgrade-0.1.5-0.1.6.php" hash="f2f1f169a5ad2fbd0650ffbef3217b08"/><file name="upgrade-0.1.6-0.1.7.php" hash="95eebc7f870fa36c0a0997a06cb47076"/><file name="upgrade-0.1.7-0.1.8.php" hash="56a4bc5320b56309c943a90df00464e8"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><dir name="bpost"><file name="shm.xml" hash="8a5ceb93674efcbd6e8063437877d9d5"/></dir></dir><dir name="template"><dir name="bpost"><file name="empty.phtml" hash="45a92398f5adc3dd6dda9527f95ef4d5"/><file name="informationpopup.phtml" hash="42432ed861bb8b5b34a39d879c164979"/><file name="screenshotpopup.phtml" hash="5ad6a05c55ea41e550262ceed28626ae"/><dir name="widget"><dir name="grid"><file name="massaction.phtml" hash="f9b9aa54fe683d66fd535f95afb07dfe"/></dir></dir></dir></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><dir name="bpost"><file name="shm.xml" hash="7950f7c44cc1b2a10846611251a37501"/></dir></dir><dir name="template"><dir name="bpost"><dir name="shm"><file name="append_bpost_shippingmethod.phtml" hash="f99babefda7237074b8ef430bb622276"/><file name="gmapsapi.phtml" hash="8a5119f27b9537f9ede57ead12403a32"/></dir></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="zBpost_ShM.xml" hash="791aeaa9ddf185a0b053728b20b06ea0"/></dir></target><target name="magelocale"><dir name="en_US"><file name="Bpost_ShM.csv" hash="9078d2a94a05adc2d5f9ca16dddb1651"/><dir name="template"><dir name="email"><dir name="bpost"><file name="returnlabel.html" hash="fa9b1779caf12fe6e8c85e44899e7e66"/><file name="errorhandling_create_order.html" hash="5458114b6bfee6f66841f4fe19e13675"/></dir></dir></dir></dir><dir name="fr_DR"><file name="Bpost_ShM.csv" hash=""/></dir><dir name="nl_NL"><file name="Bpost_ShM.csv" hash="d1e2c15baf9454fd7960ca5559dfb416"/></dir></target><target name="mageweb"><dir name="js"><dir name="bpost"><dir name="shm"><dir name="adminhtml"><file name="informationpopup.js" hash="dd25216084d43f70b7de4beaf1ef23c5"/></dir><file name="checkout.js" hash="3255285a7f1c01a89703daf4a8038f3f"/><file name="onestepcheckout_shipping.js" hash="3acf81ff68167f676414363be01e06a6"/></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="css"><dir name="bpost"><file name="checkout.css" hash="b085e5c58f8068bbb491eb9b929db40d"/></dir></dir><dir name="images"><dir name="bpost"><file name="ajax-loader-button.gif" hash="cbdad94ec5d22b17d7aae4c6d245069a"/><file name="ajax-loader-wheel.gif" hash="faa74e8c61fc64d5edb11613c7eead2c"/><file name="bpost_logo_RGB72_L.png" hash="ca8a5de3a37cfbbdac7c0fec6e4f9f28"/><file name="bpost_logo_RGB72_M.png" hash="feb4bb3bb7c9c4100612b62cde7037e5"/><file name="bpost_sym_RGB72_S.png" hash="18e774a968be600664d11a9e0691a424"/><file name="btn_close.png" hash="d6ecac0a01a600ef15efc9004ccc9fb7"/><file name="icon-close.png" hash="54d0827f50c1d294c61e88e316e61059"/><file name="icon-info.png" hash="e4de51e3c12327403a9b966aac98a9d6"/><file name="location_parcellocker_default.png" hash="8906b0e09067eab6f31b712d54ecf547"/><file name="location_postoffice_default.png" hash="ea147b38b01449e8a1cff3ebff6b2741"/><file name="location_postpoint_default.png" hash="c53f598daafbec4d042b165d21116719"/></dir></dir><dir name="js"><dir name="bpost"><file name="onestepcheckout.js" hash="a0e4b3df8643ffaa798e679fe20f116c"/></dir></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="css"><dir name="bpost"><file name="informationpopup.css" hash="ce01062469cdb18ba03c76c129912c00"/></dir></dir><dir name="images"><dir name="bpost"><file name="ajax-loader-red.gif" hash="7bf0fa0e5a55c6a7cd122a9bb461006d"/><file name="bpost_logo_RGB72_L.png" hash="ca8a5de3a37cfbbdac7c0fec6e4f9f28"/><file name="bpost_logo_RGB72_M.png" hash="feb4bb3bb7c9c4100612b62cde7037e5"/><file name="btn_close.png" hash="d6ecac0a01a600ef15efc9004ccc9fb7"/><file name="ce-screenshot.png" hash="ff6f4a630cd17efc1abbe8eca6e015a5"/><file name="ee-screenshot.png" hash="ff6f4a630cd17efc1abbe8eca6e015a5"/><file name="pdf_icon.png" hash="95b561422892384337eb2eabb968a558"/></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>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>bpost</name>
4
+ <version>1.0.7</version>
5
  <stability>stable</stability>
6
  <license uri="http://www.opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>bpost shipping manager 2015</summary>
10
  <description>bpost shipping manager By PHPro</description>
11
+ <notes>Translations and Bugfixing</notes>
12
  <authors><author><name>PHPro</name><user>heremke</user><email>info@phpro.be</email></author></authors>
13
+ <date>2015-10-16</date>
14
+ <time>15:02:39</time>
15
+ <contents><target name="magecommunity"><dir name="Bpost"><dir name="ShM"><dir name="Block"><dir name="Adminhtml"><dir name="Sales"><dir name="AllOrders"><file name="Grid.php" hash="042d1860e8cbed473f36344cc9219bf7"/></dir><file name="AllOrders.php" hash="c9bed128109004f6007a2c51c0b13687"/><dir name="Grid"><dir name="Renderer"><dir name="Dropdate"><file name="Dateformat.php" hash="dc59c761bbc587cf9d9c3b46881cd5a2"/></dir><dir name="Label"><file name="Download.php" hash="6848a41d5eb1bad1e9da43937e279468"/></dir></dir></dir><file name="Grid.php" hash="ae7c83f9baabda1db4627833d1f4f942"/><dir name="Order"><dir name="View"><dir name="Tab"><file name="Returnbarcode.php" hash="d271b69bca3b77dc0a5a624d56628a1d"/><file name="Returnlabels.php" hash="3a281c4942cf722ab58523e9869113eb"/></dir></dir></dir><dir name="PendingOrders"><file name="Grid.php" hash="bcdc263143e9d4c104b6014da45373f6"/></dir><file name="PendingOrders.php" hash="584198acc69c0fad60ac793238ca6c8f"/></dir><dir name="Shipping"><dir name="Carrier"><dir name="Bpost"><dir name="Tablerate"><dir name="Homedelivery"><file name="Grid.php" hash="edc472d70d53b81685e0f861a50cd4fd"/></dir><dir name="International"><file name="Grid.php" hash="c76e5042c0f6ff9ed96d978f45336c2c"/></dir><dir name="Parcellocker"><file name="Grid.php" hash="f5de661468fc82c0b0a51baad560ebb4"/></dir><dir name="Pickuppoint"><file name="Grid.php" hash="23151dff9b96415cd8648429260481c9"/></dir></dir></dir></dir></dir><dir name="System"><dir name="Config"><dir name="Form"><dir name="Api"><dir name="Import"><file name="Countries.php" hash="1f2d94c2ffb8f43d81050b7b9da42a42"/></dir></dir><dir name="Field"><file name="Choose.php" hash="ef813927a3ba26302cd8e4c7c5fb62a8"/><file name="Hour.php" hash="763b955bff596cddf2ceabd4ce85816d"/><file name="Info.php" hash="421631d66f10176e4cca80d30df625eb"/><file name="Logo.php" hash="30d8127ce79649b4cbe228a05fa4205f"/><file name="Subheader.php" hash="1af7b5ce235f4f422ab53e281db3cf6f"/></dir><dir name="Tablerates"><dir name="Export"><file name="Homedelivery.php" hash="beb4c5c59ef77d06a425a31d90893255"/><file name="International.php" hash="7806c48c000e996b707e87e58ac1f166"/><file name="Parcellocker.php" hash="e32815fa7846b08318a87c02a7374990"/><file name="Pickuppoint.php" hash="8cb4911d631d257332ce542db49c3672"/></dir></dir></dir></dir></dir></dir><dir name="Carrier"><file name="Bpost.php" hash="09771694490d93e77532f4c9332f3d22"/></dir></dir><dir name="Controller"><dir name="ShM"><file name="Order.php" hash="7ab38959baaf721d9e7fe16bd34e9dab"/></dir></dir><dir name="Helper"><file name="Data.php" hash="1acd713edf8a2f76c715225afa055001"/><file name="Returnlabel.php" hash="e3fb05a9f08577dfe90866669d3f7613"/><dir name="System"><file name="Config.php" hash="393353ca26ef2b398769ecbb59fdcbf9"/></dir></dir><dir name="Model"><dir name="Adminhtml"><file name="Bpostgrid.php" hash="a8728ed9efdb88b5e67be037153c9304"/><file name="Observer.php" hash="cbada04572bd9df418bc069c6982a06e"/><dir name="System"><dir name="Config"><dir name="Backend"><dir name="Shipping"><dir name="Tablerates"><file name="Homedelivery.php" hash="26758346e7e09d2b3075cb0613a00b79"/><file name="International.php" hash="c6ba9e8b7e42893a7faf31392e0d647f"/><file name="Parcellocker.php" hash="2fa265b0623de5740b15ea27284a3b47"/><file name="Pickuppoint.php" hash="84ccd80c14f33de89b8164e396ef3241"/></dir></dir></dir><dir name="Source"><file name="Datecomment.php" hash="a67ca74e2f81cbfaec6b7ed0ce8aa9f2"/><file name="Shipping.php" hash="a19f622f5f64ee64c8f8e6667d6d9323"/></dir></dir></dir></dir><dir name="Api"><file name="Abstract.php" hash="4cfff5b324dca9ebfb317e00e21e370a"/><file name="Domcreator.php" hash="fae02cb56a06504d03cbf712e46e4a2d"/></dir><file name="Api.php" hash="8c6181a0a88f503522d85784233c2380"/><file name="Country.php" hash="7ca2d7fee06b4672ee8679dcc0d437cf"/><file name="Holidays.php" hash="85d3ad2c06516d3bd42d6cf25b6c1c1b"/><file name="Observer.php" hash="1ed3c875be0aef025165934de084aa4a"/><dir name="Resource"><dir name="Country"><file name="Collection.php" hash="173cb7acd05ead3fa4bb29f1a2200188"/></dir><file name="Country.php" hash="3ed62dc4bae568879a781400724e2b31"/><dir name="Holidays"><file name="Collection.php" hash="b39c602b1b6c7802a8e298ccabd3b88d"/></dir><file name="Holidays.php" hash="8410fabf516cce95e6e6a69e52abb6ec"/><dir name="Returnlabel"><file name="Collection.php" hash="d34adb537d24116270238ae1fa377a05"/></dir><file name="Returnlabel.php" hash="419fda598a2630ccc773ce0b0eacbd79"/><dir name="Tablerates"><dir name="Homedelivery"><file name="Collection.php" hash="7a34c249b5015ecda8ad26cbf42c6280"/></dir><file name="Homedelivery.php" hash="a94baf3909962e162813d8003583cc77"/><dir name="International"><file name="Collection.php" hash="6ba99077f1625a8c81990ea3afcb14b8"/></dir><file name="International.php" hash="ca3e45f29f9ef44f00ff41b509e0f0a1"/><dir name="Parcellocker"><file name="Collection.php" hash="9aa78e0bc7d389e93e958472a0fc40b6"/></dir><file name="Parcellocker.php" hash="66bb509267844a48ff5b054c82a47254"/><dir name="Pickuppoint"><file name="Collection.php" hash="1f9db3d5ff7f1a9e9d2eccddf6860513"/></dir><file name="Pickuppoint.php" hash="33e26bc93dcea5aabbee59343043413d"/></dir></dir><file name="Returnlabel.php" hash="169bca5baa7726cd51e2a76e1b9a35a8"/><dir name="Shipping"><dir name="Carrier"><file name="BpostShM.php" hash="55f8f4eb614a8507071d3741e09164d2"/></dir><file name="Geocode.php" hash="97f866aceb40da74a127a88ed5b5521c"/><dir name="Rate"><file name="Result.php" hash="77e9fc98f15441edfdc478fd589e41a8"/></dir></dir><dir name="System"><dir name="Config"><dir name="Source"><file name="Country.php" hash="f49cbe30d05cffb6f516a3df6ddc1b7b"/><file name="Product.php" hash="cb74b0fc8d3f661d0be4ac9f9c5b840d"/><file name="Ratetypes.php" hash="42f1f3f8dc000ea5e5336ca1ad7ab85c"/><file name="Weightunit.php" hash="e0c0a9975395245c4d16d975c0334c31"/></dir></dir></dir><dir name="Tablerates"><file name="Homedelivery.php" hash="d60385de528eb957a2874af6306d4aae"/><file name="International.php" hash="d02e02a7cddbda576530d6acbd6d02e8"/><file name="Parcellocker.php" hash="805a9669f9d024a4c018d611e5c71afd"/><file name="Pickuppoint.php" hash="49dff9f40e26163b8d0c6b8be9f6ee51"/></dir></dir><dir name="controllers"><dir name="Adminhtml"><dir name="Bpost"><dir name="ShM"><file name="AllOrdersController.php" hash="094407f569e3c68b947273d25178b7c3"/><file name="ConfigController.php" hash="48a6c0923f74731a35e945a404c82371"/><file name="DownloadController.php" hash="2ea8c17c69a8611164d954d6f5e8a9a3"/><file name="PendingOrdersController.php" hash="430744f33af2d12a85851e117390748e"/></dir></dir></dir><file name="AjaxController.php" hash="997253df526650401386cc3d0eb30ed6"/></dir><dir name="etc"><file name="adminhtml.xml" hash="cba525a2c3c394cb15c144f887e081cc"/><file name="config.xml" hash="1f09d0028f3c24e82dafabae44a1b358"/><file name="system.xml" hash="9f0c60aa9c43140ca8a413e290d4d734"/></dir><dir name="sql"><dir name="bpost_shm_setup"><file name="install-0.0.1.php" hash="441ce29ddd9b04c052f03699e8ecc704"/><file name="upgrade-0.0.1-0.0.2.php" hash="7c5bb7a9609d6bec38a927e07eaad066"/><file name="upgrade-0.0.10-0.1.0.php" hash="c1523f2fd829372143c4686376512b37"/><file name="upgrade-0.0.2-0.0.3.php" hash="7e441f96e071efaa42d629815be8379c"/><file name="upgrade-0.0.3-0.0.4.php" hash="e2009ca70b9b268024433be7ac74ba19"/><file name="upgrade-0.0.4-0.0.5.php" hash="a51391f3bf810a5c6ae5c0bdbc5d9603"/><file name="upgrade-0.0.5-0.0.6.php" hash="2d8d624be7f829029b3e9fceb6d6c3b8"/><file name="upgrade-0.0.6-0.0.7.php" hash="82a7a64e3234c8b6e20367fcc80e1049"/><file name="upgrade-0.0.7-0.0.8.php" hash="a3b337a855d92202b5d625269edf4cb8"/><file name="upgrade-0.0.8-0.0.9.php" hash="20a344294274390515a891a89facfcb3"/><file name="upgrade-0.0.9-0.0.10.php" hash="74d06a2bbf41c5c8d9cb7870898a3eb3"/><file name="upgrade-0.1.0-0.1.1.php" hash="ed824736e9cd0f8e98a4dc62c41ecf96"/><file name="upgrade-0.1.1-0.1.2.php" hash="bb7cf544bc07ef2209b82753ac2b950d"/><file name="upgrade-0.1.2-0.1.3.php" hash="04f9ab295e48b018e80da482bdf23132"/><file name="upgrade-0.1.3-0.1.4.php" hash="9e8f6f1e2522917b8efeb379d21cd953"/><file name="upgrade-0.1.4-0.1.5.php" hash="16333b0f3faa92e98d6bb6f75b4273cd"/><file name="upgrade-0.1.5-0.1.6.php" hash="f2f1f169a5ad2fbd0650ffbef3217b08"/><file name="upgrade-0.1.6-0.1.7.php" hash="95eebc7f870fa36c0a0997a06cb47076"/><file name="upgrade-0.1.7-0.1.8.php" hash="56a4bc5320b56309c943a90df00464e8"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><dir name="bpost"><file name="shm.xml" hash="8a5ceb93674efcbd6e8063437877d9d5"/></dir></dir><dir name="template"><dir name="bpost"><file name="empty.phtml" hash="45a92398f5adc3dd6dda9527f95ef4d5"/><file name="informationpopup.phtml" hash="42432ed861bb8b5b34a39d879c164979"/><file name="screenshotpopup.phtml" hash="5ad6a05c55ea41e550262ceed28626ae"/><dir name="widget"><dir name="grid"><file name="massaction.phtml" hash="f9b9aa54fe683d66fd535f95afb07dfe"/></dir></dir></dir></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><dir name="bpost"><file name="shm.xml" hash="7950f7c44cc1b2a10846611251a37501"/></dir></dir><dir name="template"><dir name="bpost"><dir name="shm"><file name="append_bpost_shippingmethod.phtml" hash="c1be1c648f531d33f590f98d92e578da"/><file name="gmapsapi.phtml" hash="8a5119f27b9537f9ede57ead12403a32"/></dir></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="zBpost_ShM.xml" hash="791aeaa9ddf185a0b053728b20b06ea0"/></dir></target><target name="magelocale"><dir name="en_US"><file name="Bpost_ShM.csv" hash="9078d2a94a05adc2d5f9ca16dddb1651"/><dir name="template"><dir name="email"><dir name="bpost"><file name="returnlabel.html" hash="fa9b1779caf12fe6e8c85e44899e7e66"/><file name="errorhandling_create_order.html" hash="5458114b6bfee6f66841f4fe19e13675"/></dir></dir></dir></dir><dir name="fr_FR"><file name="Bpost_ShM.csv" hash="4ac44710113c7e3772c0a2a25758781b"/></dir><dir name="nl_NL"><file name="Bpost_ShM.csv" hash="d1e2c15baf9454fd7960ca5559dfb416"/></dir></target><target name="mageweb"><dir name="js"><dir name="bpost"><dir name="shm"><dir name="adminhtml"><file name="informationpopup.js" hash="dd25216084d43f70b7de4beaf1ef23c5"/></dir><file name="checkout.js" hash="be09bfbbea8040af8c7530893be3c486"/><file name="onestepcheckout_shipping.js" hash="f35885c86ecebef36592c92dc9ee8fc6"/></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="css"><dir name="bpost"><file name="checkout.css" hash="b085e5c58f8068bbb491eb9b929db40d"/></dir></dir><dir name="images"><dir name="bpost"><file name="ajax-loader-button.gif" hash="cbdad94ec5d22b17d7aae4c6d245069a"/><file name="ajax-loader-wheel.gif" hash="faa74e8c61fc64d5edb11613c7eead2c"/><file name="bpost_logo_RGB72_L.png" hash="ca8a5de3a37cfbbdac7c0fec6e4f9f28"/><file name="bpost_logo_RGB72_M.png" hash="feb4bb3bb7c9c4100612b62cde7037e5"/><file name="bpost_sym_RGB72_S.png" hash="18e774a968be600664d11a9e0691a424"/><file name="btn_close.png" hash="d6ecac0a01a600ef15efc9004ccc9fb7"/><file name="icon-close.png" hash="54d0827f50c1d294c61e88e316e61059"/><file name="icon-info.png" hash="e4de51e3c12327403a9b966aac98a9d6"/><file name="location_parcellocker_default.png" hash="8906b0e09067eab6f31b712d54ecf547"/><file name="location_postoffice_default.png" hash="ea147b38b01449e8a1cff3ebff6b2741"/><file name="location_postpoint_default.png" hash="c53f598daafbec4d042b165d21116719"/></dir></dir><dir name="js"><dir name="bpost"><file name="onestepcheckout.js" hash="a0e4b3df8643ffaa798e679fe20f116c"/></dir></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="css"><dir name="bpost"><file name="informationpopup.css" hash="ce01062469cdb18ba03c76c129912c00"/></dir></dir><dir name="images"><dir name="bpost"><file name="ajax-loader-red.gif" hash="7bf0fa0e5a55c6a7cd122a9bb461006d"/><file name="bpost_logo_RGB72_L.png" hash="ca8a5de3a37cfbbdac7c0fec6e4f9f28"/><file name="bpost_logo_RGB72_M.png" hash="feb4bb3bb7c9c4100612b62cde7037e5"/><file name="btn_close.png" hash="d6ecac0a01a600ef15efc9004ccc9fb7"/><file name="ce-screenshot.png" hash="ff6f4a630cd17efc1abbe8eca6e015a5"/><file name="ee-screenshot.png" hash="ff6f4a630cd17efc1abbe8eca6e015a5"/><file name="pdf_icon.png" hash="95b561422892384337eb2eabb968a558"/></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>