diff --git a/modules/ps_cashondelivery/views/templates/hook/paymentOptions-additionalInformation.tpl b/modules/ps_cashondelivery/views/templates/hook/paymentOptions-additionalInformation.tpl new file mode 100644 index 0000000..6df4033 --- /dev/null +++ b/modules/ps_cashondelivery/views/templates/hook/paymentOptions-additionalInformation.tpl @@ -0,0 +1,24 @@ +{** + * Copyright since 2007 PrestaShop SA and Contributors + * PrestaShop is an International Registered Trademark & Property of PrestaShop SA + * + * NOTICE OF LICENSE + * + * This source file is subject to the Academic Free License version 3.0 + * that is bundled with this package in the file LICENSE.md. + * It is also available through the world-wide-web at this URL: + * https://opensource.org/licenses/AFL-3.0 + * 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 PrestaShop SA and Contributors + * @copyright Since 2007 PrestaShop SA and Contributors + * @license https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0 + *} + +
+
+ {l s='You pay for the merchandise upon delivery.' d='Modules.Cashondelivery.Shop'} +
+
diff --git a/modules/ps_checkpayment/views/templates/front/payment_infos.tpl b/modules/ps_checkpayment/views/templates/front/payment_infos.tpl new file mode 100644 index 0000000..d9f2699 --- /dev/null +++ b/modules/ps_checkpayment/views/templates/front/payment_infos.tpl @@ -0,0 +1,38 @@ +{** + * Copyright since 2007 PrestaShop SA and Contributors + * PrestaShop is an International Registered Trademark & Property of PrestaShop SA + * + * NOTICE OF LICENSE + * + * This source file is subject to the Academic Free License 3.0 (AFL-3.0) + * that is bundled with this package in the file LICENSE.md. + * It is also available through the world-wide-web at this URL: + * https://opensource.org/licenses/AFL-3.0 + * 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. + * + * DISCLAIMER + * + * Do not edit or add to this file if you wish to upgrade PrestaShop to newer + * versions in the future. If you wish to customize PrestaShop for your + * needs please refer to https://devdocs.prestashop.com/ for more information. + * + * @author PrestaShop SA and Contributors + * @copyright Since 2007 PrestaShop SA and Contributors + * @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0) + *} + +
+
+ {l s='Please send us your check following these rules:' d='Modules.Checkpayment.Shop'} +
+
{l s='Amount' d='Modules.Checkpayment.Shop'}
+
{$checkTotal} {$checkTaxLabel}
+
{l s='Payee:' d='Modules.Checkpayment.Shop'}
+
{$checkOrder}
+
{l s='Send your check to this address:' d='Modules.Checkpayment.Shop'}
+
{$checkAddress nofilter}
+
+
+
diff --git a/modules/ps_wirepayment/views/templates/hook/_partials/payment_infos.tpl b/modules/ps_wirepayment/views/templates/hook/_partials/payment_infos.tpl new file mode 100644 index 0000000..9398bb8 --- /dev/null +++ b/modules/ps_wirepayment/views/templates/hook/_partials/payment_infos.tpl @@ -0,0 +1,30 @@ +{** + * 2007-2020 PrestaShop and Contributors + * + * NOTICE OF LICENSE + * + * This source file is subject to the Academic Free License 3.0 (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: + * https://opensource.org/licenses/AFL-3.0 + * 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 PrestaShop SA + * @copyright 2007-2020 PrestaShop SA and Contributors + * @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0) + * International Registered Trademark & Property of PrestaShop SA + *} + + +
+
{l s='Amount' d='Modules.Wirepayment.Shop'}
+
{$total}
+
{l s='Name of account owner' d='Modules.Wirepayment.Shop'}
+
{$bankwireOwner}
+
{l s='Please include these details' d='Modules.Wirepayment.Shop'}
+
{$bankwireDetails nofilter}
+
{l s='Bank name' d='Modules.Wirepayment.Shop'}
+
{$bankwireAddress nofilter}
+
diff --git a/modules/ps_wirepayment/views/templates/hook/ps_wirepayment_intro.tpl b/modules/ps_wirepayment/views/templates/hook/ps_wirepayment_intro.tpl new file mode 100644 index 0000000..6f58441 --- /dev/null +++ b/modules/ps_wirepayment/views/templates/hook/ps_wirepayment_intro.tpl @@ -0,0 +1,32 @@ +{** + * 2007-2020 PrestaShop and Contributors + * + * NOTICE OF LICENSE + * + * This source file is subject to the Academic Free License 3.0 (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: + * https://opensource.org/licenses/AFL-3.0 + * 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 PrestaShop SA + * @copyright 2007-2020 PrestaShop SA and Contributors + * @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0) + * International Registered Trademark & Property of PrestaShop SA + *} + +
+
+
+ {l s='Please transfer the invoice amount to our bank account. You will receive our order confirmation by email containing bank details and order number.' d='Modules.Wirepayment.Shop'} + {if $bankwireReservationDays} + {l s='Goods will be reserved %s days for you and we\'ll process the order immediately after receiving the payment.' sprintf=[$bankwireReservationDays] d='Modules.Wirepayment.Shop'} + {/if} + {l s='Payment is made by transfer of the invoice amount to the following account:' d='Modules.Wirepayment.Shop'} +
+ {include file='module:ps_wirepayment/views/templates/hook/_partials/payment_infos.tpl'} + {$bankwireCustomText nofilter} +
+