Subida del módulo y tema de PrestaShop

This commit is contained in:
Kaloyan
2026-04-09 18:31:51 +02:00
parent 12c253296f
commit 16b3ff9424
39262 changed files with 7418797 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
<?php
/**
* 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 <contact@prestashop.com>
* @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
*/
header('Expires: Mon, 26 Jul 1997 05:00:00 GMT');
header('Last-Modified: ' . gmdate('D, d M Y H:i:s') . ' GMT');
header('Cache-Control: no-store, no-cache, must-revalidate');
header('Cache-Control: post-check=0, pre-check=0', false);
header('Pragma: no-cache');
header('Location: ../../../../../');
exit;

View File

@@ -0,0 +1,52 @@
{**
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*}
<div class="card border-1 mb-3">
<div class="card-body">
<p class="h2">{l s='Payment information' d='Shop.Theme.Checkout'}</p>
<p class="h3 card-subtitle text-secondary mb-3">{l s='Pay by Bank Wire' d='Modules.Wirepayment.Shop'}</p>
{if $status === 'ok'}
<p>
{l s='You have chosen payment by bank transfer.' d='Modules.Wirepayment.Shop'}<br aria-hidden="true">
{l s='Please send us a bank transfer with following details:' d='Modules.Wirepayment.Shop'}
</p>
<dl class="dl-list mb-3">
<dt>{l s='Amount' d='Modules.Wirepayment.Shop'}</dt>
<dd>{$total}</dd>
<dt>{l s='Name of account owner' d='Modules.Wirepayment.Shop'}</dt>
<dd>{$bankwireOwner}</dd>
<dt>{l s='Please include these details' d='Modules.Wirepayment.Shop'}</dt>
<dd>{$bankwireDetails nofilter}</dd>
<dt>{l s='Bank name' d='Modules.Wirepayment.Shop'}</dt>
<dd>{$bankwireAddress nofilter}</dd>
</dl>
<p class="mb-0">
{l s='Please specify your order reference %s in the bankwire description.' sprintf=[$reference] d='Modules.Wirepayment.Shop'}<br aria-hidden="true">
{l s='We\'ve also sent you this information by e-mail.' d='Modules.Wirepayment.Shop'}<br aria-hidden="true">
{l s='Your order will be sent as soon as we receive payment.' d='Modules.Wirepayment.Shop'}
</p>
{else}
<div class="alert alert-warning mb-0" role="alert">
{l
s='We noticed a problem with your order. If you think this is an error, feel free to contact our [1]expert customer support team[/1].'
d='Modules.Wirepayment.Shop' sprintf=['[1]' => "<a class='alert-link' href='{$contact_url}'>", '[/1]' => '</a>']
}
</div>
{/if}
</div>
{if $status === 'ok'}
<div class="card-footer p-3 border-1">
{l
s='If you have questions, comments or concerns, please contact our [1]expert customer support team[/1].'
d='Modules.Wirepayment.Shop' sprintf=['[1]' => "<a href='{$contact_url}'>", '[/1]' => '</a>']
}
</div>
{/if}
</div>

View File

@@ -0,0 +1,28 @@
<?php
/**
* 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 <contact@prestashop.com>
* @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
*/
header('Expires: Mon, 26 Jul 1997 05:00:00 GMT');
header('Last-Modified: ' . gmdate('D, d M Y H:i:s') . ' GMT');
header('Cache-Control: no-store, no-cache, must-revalidate');
header('Cache-Control: post-check=0, pre-check=0', false);
header('Pragma: no-cache');
header('Location: ../../../../');
exit;