Skip to content
This repository was archived by the owner on Mar 17, 2020. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions chronopost.php
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ public function __construct()
$this->name = 'chronopost';
$this->tab = 'shipping_logistics';

$this->version = '3.6.9';
$this->version = '3.6.10';

$this->author = $this->l('Oxileo for Chronopost');
$this->module_key = '16ae9609f724c8d72cf3de62c060210c';
Expand Down Expand Up @@ -1039,7 +1039,7 @@ public function displayForm()
.'<br/>'.$this->l('Your customers will also have the Predict service : They are notified by email or SMS the day before the delivery and can reschedule the delivery or ask to be delivered at a pickup point among more than 17 000 points (post offices, Pickup relay or Chronopost agencies).').'<br/><br/>'.
$this->l('Expand your business internationally with Chronopost international delivery service which is included in this module.').'<br/>'.
$this->l('Find all these services in the Chronopost e-commerce pack : MyChrono.').'<br/>'.
$this->l('To activate the module on your site, contact us at ').'<a href="mailto:demandez-a-chronopost@chronopost.fr">demandez-a-chronopost@chronopost.fr</a>');
$this->l('To activate the module on your site, contact us at ').'<a href="mailto:contact.prestashop@chronopost.fr">contact.prestashop@chronopost.fr</a>');

// smarty-chain !
$this->context->smarty->assign(
Expand Down
2 changes: 1 addition & 1 deletion config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<module>
<name>chronopost</name>
<displayName><![CDATA[Chronopost]]></displayName>
<version><![CDATA[3.6.9]]></version>
<version><![CDATA[3.6.10]]></version>
<description><![CDATA[Manage Chronopost and Chronopost Pickup relay]]></description>
<author><![CDATA[Oxileo for Chronopost]]></author>
<tab><![CDATA[shipping_logistics]]></tab>
Expand Down
2 changes: 1 addition & 1 deletion config_fr.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<module>
<name>chronopost</name>
<displayName><![CDATA[Chronopost et ChronoRelais]]></displayName>
<version><![CDATA[3.6.7]]></version>
<version><![CDATA[3.6.10]]></version>
<description><![CDATA[Prise en charge du transporteur Chronopost et des points relais Chrono Relais]]></description>
<author><![CDATA[Oxileo pour Chronopost]]></author>
<tab><![CDATA[shipping_logistics]]></tab>
Expand Down