Skip to content

Commit

Permalink
Added payment info tpl for order payment (bookstore sellers only)
Browse files Browse the repository at this point in the history
  • Loading branch information
CySSoO committed Dec 1, 2020
1 parent e91deb9 commit c62e516
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
2 changes: 1 addition & 1 deletion everpsbookstore.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
1 change: 1 addition & 0 deletions translations/fr.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
21 changes: 21 additions & 0 deletions views/templates/front/payment_infos.tpl
Original file line number Diff line number Diff line change
@@ -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 <https://www.team-ever.com/>
* @copyright 2019-2020 Team Ever
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
*}

<section>
<p>{l s='Pay on store - seller only' mod='everpsbookstore'}</p>
</section>

0 comments on commit c62e516

Please sign in to comment.