diff --git a/everpsbookstore.php b/everpsbookstore.php index be67b76..b26fd16 100644 --- a/everpsbookstore.php +++ b/everpsbookstore.php @@ -34,7 +34,7 @@ public function __construct() { $this->name = 'everpsbookstore'; $this->tab = 'others'; - $this->version = '2.1.5'; + $this->version = '2.1.6'; $this->author = 'Team Ever'; $this->need_instance = 0; $this->bootstrap = true; diff --git a/translations/fr.php b/translations/fr.php index d99d685..232672f 100644 --- a/translations/fr.php +++ b/translations/fr.php @@ -109,6 +109,7 @@ $_MODULE['<{everpsbookstore}prestashop>editbook_b32d6829440ded0b8f4e08608bbb0f76'] = 'Quantité en stock'; $_MODULE['<{everpsbookstore}prestashop>editbook_22836ed2644f9fa7d41e106817c9b380'] = 'Prix de vente TTC du livre'; $_MODULE['<{everpsbookstore}prestashop>editbook_a4d3b161ce1309df1c4e25df28694b7b'] = 'Enregistrer'; +$_MODULE['<{everpsbookstore}prestashop>payment_infos_8a6c67a0ba74a520d36ba8ac0a61f7d6'] = 'Payer en magasin - vendeurs uniquement'; $_MODULE['<{everpsbookstore}prestashop>columns_1c831e744aa34158de5a73b6ec9a8352'] = 'Ajouter un nouveau livre'; $_MODULE['<{everpsbookstore}prestashop>edit_button_ebc4f6c80a2cc8609ac04075988459c5'] = 'Editer le livre'; $_MODULE['<{everpsbookstore}prestashop>edit_button_59c049dd5752a8eb8cc1c7db24fb464d'] = 'Valider la commande en magasin'; diff --git a/views/templates/front/payment_infos.tpl b/views/templates/front/payment_infos.tpl new file mode 100644 index 0000000..3e54cb3 --- /dev/null +++ b/views/templates/front/payment_infos.tpl @@ -0,0 +1,21 @@ +{* + * 2019-2020 Team Ever + * + * NOTICE OF LICENSE + * + * This source file is subject to the Academic Free License (AFL 3.0) + * that is bundled with this package in the file LICENSE.txt. + * It is also available through the world-wide-web at this URL: + * http://opensource.org/licenses/afl-3.0.php + * If you did not receive a copy of the license and are unable to + * obtain it through the world-wide-web, please send an email + * to license@prestashop.com so we can send you a copy immediately. + * + * @author Team Ever + * @copyright 2019-2020 Team Ever + * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) +*} + + + {l s='Pay on store - seller only' mod='everpsbookstore'} + \ No newline at end of file
{l s='Pay on store - seller only' mod='everpsbookstore'}